485
Page views
26
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
Simple 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
Constants, Variables, keywords, Identifier
word
download   open file
Data Types
word
download   open file
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
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
String
word
download   open file
String operations
word
download   open file
String Arrays
word
download   open file
Sorting
word
download   open file
Searching
word
download   open file
Matrix operations