Subject Details
Dept     : CSE
Sem      : 1
Regul    : R2023
Faculty : K.Papithasri
phone  : NIL
E-mail  : papithasri.k.cse@snsct.org
534
Page views
28
Files
0
Videos
0
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 (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
word
download   open file
Simple Strategies For Developing Algorithms - 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
word
download   open file
Declaring And Initializing Variables
word
download   open file
Data Types – 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 –Illustrative Programs
UNIT 3:
word
download   open file
Arrays – Characteristics
word
download   open file
Initialization – Declaration
word
download   open file
String Arrays
word
download   open file
Simple Programs-Sorting - Searching
word
download   open file
Simple Programs-Sorting - Searching
word
download   open file
Matrix Operations (Addition, Subtraction)
word
download   open file
String- String Operations
word
download   open file
Two Dimensional Arrays
word
download   open file
One Dimensional Arrays
word
download   open file
Multiplication – Illustrative Programs