539
Page views
41
Files
0
Videos
0
R.Links

Icon
Lecture Notes

UNIT 1:
word
download   open file
Fundamentals - Computer Hardware
word
download   open file
Computer Software
word
download   open file
Algorithms - Building blocks of algorithms
word
download   open file
Notation (pseudo code, flow chart, and programming language)
word
download   open file
Problem formulation
word
download   open file
Algorithmic problem solving
word
download   open file
strategies for developing algorithms (iteration, recursion)
word
download   open file
Illustrative problems.
UNIT 2:
word
download   open file
Introduction to ‘C’ Programming
word
download   open file
Fundamental rules – Structure of a ‘C’ program
word
download   open file
Compilation and Linking processes
word
download   open file
Declaring and Initializing variables
word
download   open file
Constants, Variables, keywords, Identifier, Delimiters
word
download   open file
Data Types
word
download   open file
Operators and Expressions
word
download   open file
Decision Making and Branching
word
download   open file
Managing Input and Output operations
word
download   open file
Looping statements
UNIT 3:
word
download   open file
Arrays – Characteristics, Initialization
word
download   open file
Declaration – One dimensional
word
download   open file
One dimensional and two dimensional arrays
word
download   open file
Searching
word
download   open file
Matrix operations
word
download   open file
Sorting
word
download   open file
String Arrays
word
download   open file
String operation
word
download   open file
String
UNIT 4:
word
download   open file
Function
word
download   open file
Function definition
word
download   open file
Function call
word
download   open file
Call by value
word
download   open file
Recursion
word
download   open file
Pointers
word
download   open file
Pointer arithmetic
word
download   open file
Pointers and arrays
UNIT 5:
word
download   open file
Structure
word
download   open file
Structure declaration
word
download   open file
Structure Access
word
download   open file
Nested Structure
word
download   open file
Union
word
download   open file
Preprocessor Directives