Subject Details
Dept     : CST
Sem      : 1
Regul    : 2019
Faculty : J. Srikanth
phone  : NIL
E-mail  : Srikanth.j.cst@snsce.ac.in
413
Page views
46
Files
0
Videos
0
R.Links

Icon
Lecture Notes

UNIT 1:
word
download   open file
Fundamentals
word
download   open file
Computer Hardware
word
download   open file
Computer Software
word
download   open file
Algorithms - 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
Illustrative problems
UNIT 2:
word
download   open file
Introduction to ‘C’ Programming –Fundamental rules – Structure of a ‘C’ program
word
download   open file
Compilation and Linking processes –Constants
word
download   open file
Variables, keywords, Identifier, Delimiters
word
download   open file
Declaring and Initializing variables – 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 – 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-Sorting - Searching
word
download   open file
Searching
word
download   open file
Matrix operations(Multiplication)
word
download   open file
Illustrative programs
word
download   open file
Matrix operations(Addition and Subtraction)
UNIT 4:
word
download   open file
Function – 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
Recursion
word
download   open file
Pointers
word
download   open file
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
Structure declaration
word
download   open file
Need for Structure data type
word
download   open file
Structure within a structure
word
download   open file
Structure within a structure
word
download   open file
Union
word
download   open file
Programs using structures and Unions
word
download   open file
Pre-processor directives
word
download   open file
Illustrative programs