Knowledge in COMPUTER ENGINEERING

DISCRETE MATHEMATICS

This clip contains notes of DISCRETE MATHEMATICS for the students of B.Tech 2ND Year.

SEPM B.TECH

This clip contains notes of SEPM for the students of B.Tech 2nd Year.

Design & Analysis of Algorithm

An Algorithm is a sequence of steps to solve a problem. Design and Analysis of Algorithm is very important for designing algorithm to solve different types of problems in the branch of computer science and information technology. This tutorial introduces the fundamental concepts of Designing Strategies, Complexity analysis of Algorithms, followed by problems on Graph Theory and Sorting methods. This tutorial also includes the basic concepts on Complexity theory.

Computer Engineering Semester 4

Question papers of Computer Engineering of Semester 4 of Rizvi College of Engineering Choicebase pattern

Database Management System

A database management system (DBMS) is system software for creating and managing databases. The DBMS provides users and programmers with a systematic way to create, retrieve, update and manage data.A DBMS makes it possible for end users to create, read, update and delete data in a database. The DBMS essentially serves as an interface between the database and end users or application programs, ensuring that data is consistently organized and remains easily accessible.

Python Application Programming

This course is all about application programming in Python.

Programming in C and basic Data Structures (1st year)

Jump to navigationJump to search The C programming language is a computer programming language that was developed to do system programming for the operating system UNIX and is an imperative programming language. C was developed in the early 1970s by Ken Thompson and Dennis Ritchie at Bell Labs. It is a procedural language, which means that people can write their programs as a series of step-by-step instructions. C is a compiled language. A data structure is a specialized format for organizing, processing, retrieving and storing data. While there are several basic and advanced structure types, any data structure is designed to arrange data to suit a specific purpose so that it can be accessed and worked with in appropriate ways.

Computer Networks: distance vector algorithm

This C code will explain about the distance vector algorithm. which finds the shortest way to deliver a message using graphs .

Computer Programming Notes {DBATU}

This pdf contains Computer programming Notes of DR. Babasaheb Ambedkar Technological University . Also it contains the Important data for exam. Also it is usefull as it contains frequently asked questions in class tests and Mid semester exams.

COMPUTER PROGRAMMING (FY) END SEMESTER 2019 QUESTION PAPER {DBATU}

This pdf contains the question paper of END SEMESTER 2019 of COMPUTER PROGRAMMING of DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY. Also the paper contains questions from whole required syllabus of COMPUTER PROGRAMMING with proper marking scheme and paper pattern.

Arrays and 2D Arrays- C++

The following PDF covers the topic arrays and 2D arrays used in C++ programming. ➔ Introduction to Arrays ➔ Need of array ➔ Array declaration ➔ Accessing array elements ➔ Searching in Array. ➔ Merging of 2 Arrays. ➔ Multidimensional Arrays. ➔ Size of multidimensional array. ➔ Two Dimensional array ➔ Initializing two-dimensional array ➔ Accessing elements of 2D Array It is helpful for programming students as well as the engineering students of Fy and CS/IT branch.

Classes and Object in CPP (FY)

The main topic of focus in this slide presentation is Procedural versus Object-Oriented Programming: Procedural programming focuses on the process/actions that occur in a program. The program starts at the beginning, does something, and ends. Object-Oriented programming is based on the data and the functions that operate on it. Objects are instances of abstract data types that represent the data and its functions. Helpful for all programming candidates and engineering students in their first years.