Subject Details
Dept     : IT
Sem      : 1
Regul    : 2019
Faculty : sivagami R
phone  : NIL
E-mail  : sivagami.r.ad@snsce.ac.in
426
Page views
22
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
simple strategies for developing algorithms (iteration, recursion)
UNIT 2:
word
download   open file
Python interpreter and interactive mode
word
download   open file
debugging; values and types: int, float, boolean, string and list
word
download   open file
variables, expressions, statements
word
download   open file
precedence of operators, comments
word
download   open file
Illustrative programs
UNIT 3:
word
download   open file
conditional (if), alternative (if-else),chained conditional (if-elif-else);
word
download   open file
Fruitful functions: return values, parameters
word
download   open file
while, for, break, continue, pass
word
download   open file
Strings: string slices, immutability, string functions and methods, string module
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
Tuples: tuple assignment, tuple as return value
word
download   open file
Dictionaries: operations and methods
word
download   open file
Illustrative programs
UNIT 5:
word
download   open file
Files and exceptions
word
download   open file
modules, packages
word
download   open file
Illustrative programs: word count
word
download   open file
handling exceptions