Subject Details
Dept     : AIDS
Sem      : 1
Regul    : 2023
Faculty : Dr. N. Abirami
phone  : 9994319645
E-mail  : snscead023
92
Page views
45
Files
33
Videos
51
R.Links

Icon
Lecture Notes

UNIT 1:
pdf
download    open file
Fundamentals - Computer Hardware
pdf
download    open file
Computer Software
pdf
download    open file
Algorithms - Building blocks of algorithms
pdf
download    open file
Notation - Flowchart
pdf
download    open file
Notation - Pseudocode
pdf
download    open file
Simple strategies for developing algorithms - iteration
UNIT 2:
pdf
download    open file
Introduction to ‘C’ Programming –Fundamental rules
pdf
download    open file
Compilation and Linking processes
pdf
download    open file
Structure of a ‘C’ program
pdf
download    open file
Constants, Variables, keywords, Identifier, Delimiters
pdf
download    open file
Operators and Expressions
pdf
download    open file
Operators and Expressions
pdf
download    open file
Declaring and Initializing variables – Data Types
pdf
download    open file
Managing Input and Output operations
pdf
download    open file
Decision Making and Branching
pdf
download    open file
Decision Making and Branching
pdf
download    open file
Looping statements - Illustrative Programs
UNIT 3:
pdf
download    open file
Arrays – Characteristics
pdf
download    open file
String- String operations
pdf
download    open file
Sorting
pdf
download    open file
String Arrays. Simple programs
pdf
download    open file
Sorting
pdf
download    open file
Searching
pdf
download    open file
Matrix operations - Addition, subtraction
pdf
download    open file
Matrix operations - Multiplication –Illustrative programs
UNIT 4:
pdf
download    open file
Function – Definition of function
pdf
download    open file
User-defined Functions - Declaration of function
pdf
download    open file
Call by reference
pdf
download    open file
Call by value
pdf
download    open file
Recursion
pdf
download    open file
Pointers - Definition – Initialization
pdf
download    open file
Pointer arithmetic
pdf
download    open file
Pointers and arrays
pdf
download    open file
Illustrative programs
UNIT 5:
pdf
download    open file
Defining Structures and Unions – Structure declaration
pdf
download    open file
Structure within a structure
pdf
download    open file
Programs using structures
pdf
download    open file
Pre-processor directives