Subject Details
Dept     : AIDS
Sem      : 1
Regul    : 2019
Faculty : Priyanka S
phone  : NIL
E-mail  : priyankapriya710@gmail.com
309
Page views
42
Files
0
Videos
1
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
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, Delimiters
word
download   open file
Delimiters – Declaring and Initializing variables
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
word
download   open file
Illustrative programs.
UNIT 3:
word
download   open file
Arrays
word
download   open file
One Dimensional Arrays
word
download   open file
Two Dimensional Arrays
word
download   open file
String
word
download   open file
String Operations
word
download   open file
String Operators Copy,Reverse
word
download   open file
Sorting
word
download   open file
Searching
word
download   open file
Matrix Operations
UNIT 4:
word
download   open file
Functions
word
download   open file
Functions 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
Pointer and array
UNIT 5:
word
download   open file
Structures
word
download   open file
Structures declarations
word
download   open file
Structure Access
word
download   open file
Nested Structure
word
download   open file
Union
word
download   open file
Preprocessor Directives