Subject Details
Dept     : ECE
Sem      : 1
Regul    : 2019
Faculty : Mr.N.Anandkumar
phone  : NIL
E-mail  : anand.n.it@snsct.org
403
Page views
32
Files
0
Videos
0
R.Links

Icon
Lecture Notes

UNIT 1:
word
download   open file
Fundamentals & Computer Hardware & Computer Software
word
download   open file
Algorithms - Building blocks of algorithms
word
download   open file
Pseudo code
word
download   open file
Flow chart, and programming language
word
download   open file
Problem formulation
word
download   open file
Algorithmic problem solving
word
download   open file
Simple strategies for developing algorithms
word
download   open file
Iteration, recursion
word
download   open file
Illustrative problems
UNIT 2:
word
download   open file
Introduction to ‘C’ Programming –Fundamental rules
word
download   open file
Structure of a ‘C’ program
word
download   open file
Compilation and Linking processes
word
download   open file
Constants, Variables, keywords, Identifier, Delimiters
word
download   open file
Declaring and Initializing variables
word
download   open file
Data Types – Operators and Expressions
word
download   open file
Managing Input and Output operations
word
download   open file
Decision Making and Branching
word
download   open file
Looping statements & Illustrative programs.
UNIT 3:
word
download   open file
Arrays Introduction
word
download   open file
Characteristics, Initialization – Declaration
word
download   open file
One Dimensional Arrays
word
download   open file
Two Dimensional Arrays
word
download   open file
String Operations & String Arrays
word
download   open file
Sorting
word
download   open file
Searching
word
download   open file
Matrix Addition & Subtraction
word
download   open file
Matrix Multiplication
UNIT 4:
word
download   open file
Function – Definition
word
download   open file
User-defined Functions
word
download   open file
Call by reference – Call by value
word
download   open file
Pointer arithmetic
UNIT 5:
word
download   open file
Defining Structures and Unions