Subject Details
Dept     : BIO
Sem      : 1
Regul    : 2019
Faculty : sumathi
phone  : NIL
E-mail  : sumathi.b.mca@snsct.org
344
Page views
50
Files
2
Videos
1
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
Notation (Pseudo Code, Flow Chart, and Programming Language)
word
download   open file
Notation (Pseudo Code, Flow Chart, and Programming Language)
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
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
One Dimensional Arrays
word
download   open file
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
Simple Programs-Sorting - Searching
word
download   open file
Matrix Operations (Addition, Subtraction)
word
download   open file
Multiplication – Illustrative Programs
UNIT 4:
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
Illustrative Programs
UNIT 5:
word
download   open file
Defining Structures
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
Defining Unions
word
download   open file
Union