Knowledge in B.Tech

Data Analytics

It contains PPT of all the topics of Data Analytics.

Computer Network Assignment

This document contains computer network assignment ,which will help you practice and challenge your knowledge. It covers both theoretical and numerical based questions which will help you boost your knowledge about the subject. Happy Learning!

Compiler design (Lexical analysis)

Compiler design lexical analysis chapter for reference

CHEMISTRY SYLLABUS FOR 1ST YEAR STUDENT : DRONACHARYA COLLEGE OF ENGINEERING

SERIAL WISE NOTES OF COMPLETE CHEMISTRY FOR B.TECH STUDENTS ALONG WITH SYLLABUS CHART, HANDWRITTEN NOTES AND MANY MORE.

WORKSHOP TECHNOLOGY NOTES AND SYLLABUS FOR 1ST YEAR STUDENTS

DETAILED CLASS NOTES OF WORKSHOP TECHNOLOGY COVERING WHOLE SYLLABUS ALONG WITH COMPLETE CLASS NOTES.

Complete syllabus for b.tech 1 st year

It contains complete syllabus of b.tech first year with reference books.to understand the concept and analyzing the script become very easier.go through the preferred books.the reference bools are from author's like s.chand,n.d.bhatt,basant Agarwal......

C programming

This file contains two important programs which are very useful for engineering students. 1.prgram that prints the results of all operators available in c. 2.c program that converts one data type to another data type using auto conversion and type. casting. These are very useful programs if you want you can execute it through putty,turbo-c,etc.if you are preparing for c language c operators are the basic concepts of c hence it is very important to learn operators to learn c language.the above contains all operators in single program.the programs are very clear concise and very easy and very important programs.try to learn it and understand it will be useful.

C programming

This document contains some useful programs for students.programs are listed below. 1.c programs for finding maximum and minimum of three numbers. 2.c program to find simple interest and compound interest. 3.c program that declares the class awarded for a given percentage of marks,where

Programming for problem solving using c

This document contains some important objectives and it is very useful for interview exams.the objective bits are very important and useful for computer science and engineering students.for interviews these kinds of questions may gonna help you in exams.

Complete notes for c programming

This document contains 1.arrays, types of arrays(single and multi dimensional arrays) and some simple programs using arrays. 2.strings and string manipulation function and programs related to string functions. 3.arrays to pointers with programs. 4.structures with programs. 5.introduction to pointers. 6.arrrays to pointers. 7.self referential structure. 8.enumrated data types and some important questions which are previously asked in the exams.

Some important c programs using expressions

This file contains some basic information regarding programming and some useful programs such as: 1.c program to find the sum of individual digits of a positive integer and the test the given number is palindrome or not. 2.c program to find the Fibonacci series. 3. C program to find the roots of a quadratic equation.