Subject Details
Dept     : CSE
Sem      : 1
Regul    : 2019
Faculty : N.Selvakumar
phone  : NIL
E-mail  : selvakumar.n.cse@snsct.org
1.605K
Page views
46
Files
32
Videos
9
R.Links

Icon
Lecture Notes

UNIT 1:
word
download   open file
Illustrative Problems
word
download   open file
Notation (Flow Chart)
word
download   open file
Notation (Pseudo Code)
word
download   open file
Notation ( Programming Language, Categories of programming langugae
word
download   open file
Notation ( Programming Language, Categories of programming langugae
word
download   open file
Algorithmic Problem Solving
word
download   open file
Computer Software and Hardware
word
download   open file
Algorithms and Building blocks of algorithm
word
download   open file
Fundamentals of Computer
word
download   open file
Simple Strategies For Developing Algorithms - Recursion and Iterations
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
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
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 – Declaration
word
download   open file
One Dimensional Arrays
word
download   open file
Two Dimensional Arrays
word
download   open file
Strings
word
download   open file
Strings
word
download   open file
Sorting
word
download   open file
Searching
word
download   open file
Matrix operations (Addition, subtraction)
word
download   open file
Matrix operations (Multiplication)
UNIT 4:
word
download   open file
Function
word
download   open file
Definition of function – User-defined Functions - Declaration of function
word
download   open file
Call by reference
word
download   open file
Call by value
word
download   open file
Call by value
word
download   open file
Pointers - Definition – Initialization
word
download   open file
Pointer arithmetic
word
download   open file
Pointers and arrays
UNIT 5:
word
download   open file
Defining Structures and Unions – Structure declaration – Need for Structure data type - Structure within a structure
word
download   open file
Union - Programs using structures and Unions - Pre-processor directives