Subject Details
Dept     : EEE
Sem      : 1
Regul    : 2019
Faculty : Devi
phone  : NIL
E-mail  : devi.g.cse@snsct.org
525
Page views
45
Files
2
Videos
2
R.Links

Icon
Lecture Notes

UNIT 1:
word
download   open file
Fundamentals - Computer Hardware
word
download   open file
Computer Software – Algorithms
word
download   open file
Building Blocks of Algorithms (Statements, State, Control Flow, Functions)
word
download   open file
Notation
word
download   open file
Notation (Flow Chart)
word
download   open file
Notation (Pseudo Code )
word
download   open file
Notation ( Programming Language)
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
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,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
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
String Operations
word
download   open file
Simple Programs-Sorting
word
download   open file
Simple Programs-Searching
word
download   open file
Martix Addition, Subtraction
word
download   open file
Matrix Multiplication
UNIT 4:
word
download   open file
Function – Definition of function
word
download   open file
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 - 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
word
download   open file
Union