Subject Details
Dept     : CSE
Sem      : 1
Regul    : 2019
Faculty : C. Kalpana
phone  : NIL
E-mail  : kalpana.c.cse@snsce.ac.in
576
Page views
44
Files
0
Videos
2
R.Links

Icon
Lecture Notes

UNIT 1:
word
download   open file
Fundamentals
word
download   open file
Computer Hardware – Computer Software
word
download   open file
Algorithms
word
download   open file
Building blocks of algorithms (statements, state, control flow, functions)
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
Simple strategies for developing algorithms (iteration, recursion)
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
Declaring and Initializing variables
word
download   open file
Declaring and Initializing variables
word
download   open file
Data Types – Operators and Expressions
word
download   open file
Decision Making and Branching
word
download   open file
Looping statements –Illustrative programs.
UNIT 3:
word
download   open file
Arrays – Characteristics
word
download   open file
Initialization – Declaration
word
download   open file
One dimensional and two dimensional arrays
word
download   open file
String- String operations
word
download   open file
String Arrays
word
download   open file
Simple programs
word
download   open file
Sorting - Searching
word
download   open file
Matrix operations
word
download   open file
Matrix operations - Multiplication
UNIT 4:
word
download   open file
Function
word
download   open file
Definition of function – User-defined Functions
word
download   open file
Declaration of function
word
download   open file
Call by reference – Call by value
word
download   open file
Recursion
word
download   open file
Pointers - Definition – Initialization
word
download   open file
Pointer arithmetic
word
download   open file
Pointers and arrays
word
download   open file
Illustrative programs.
UNIT 5:
word
download   open file
Defining Structures and Unions
word
download   open file
Defining Structures and Unions
word
download   open file
Structure declaration
word
download   open file
Structure within a structure
word
download   open file
Union
word
download   open file
Programs using structures and Unions