Subject Details
Dept     : AIDS
Sem      : 1
Regul    : 2019
Faculty : sivagami R
phone  : NIL
E-mail  : sivagami.r.ad@snsce.ac.in
359
Page views
21
Files
0
Videos
0
R.Links

Icon
Lecture Notes

UNIT 1:
word
download   open file
Fundamentals of Computing – Identification of Computational Problems -Algorithms
word
download   open file
building blocks of algorithms (statements, state, control flow, functions)
word
download   open file
notation (pseudo code, flow chart, programming language)
word
download   open file
algorithmic problem solving
UNIT 2:
word
download   open file
values and types: int, float, boolean, string and list
word
download   open file
variables, expressions, statements
word
download   open file
tuple assignment, precedence of operators
word
download   open file
comments; Illustrative programs
UNIT 3:
word
download   open file
Fruitful functions: return values, parameters
word
download   open file
Strings: string slices, immutability, string functions and methods, string module;
word
download   open file
conditional (if), alternative (if-else),chained conditional (if-elif-else
word
download   open file
Iteration: state, while, for, break, continue, pass
word
download   open file
Lists as arrays. Illustrative programs: square root, gcd, exponentiation, sum an array of numbers
UNIT 4:
word
download   open file
Lists: list operations, list slices, list methods, list loop
word
download   open file
Dictionaries: operations and methods
word
download   open file
mutability, aliasing, cloning lists, list parameters
word
download   open file
Illustrative programs
UNIT 5:
word
download   open file
Files and exceptions
word
download   open file
handling exceptions, modules
word
download   open file
, packages
word
download   open file
Illustrative programs