Subject Details
Dept     : ECE
Sem      : 1
Regul    : 2019
Faculty : Mrs.R.Saranya
phone  : NIL
E-mail  : saranya.r.coe@snsce.ac.in
257
Page views
40
Files
0
Videos
3
R.Links

Icon
Lecture Notes

UNIT 1:
word
download   open file
Fundamentals of Computing
word
download   open file
Identification of Computational Problems
word
download   open file
Algorithms, building blocks of algorithms
word
download   open file
algorithmic problem solving
word
download   open file
simple strategies for developing algorithms (iteration, recursion)
word
download   open file
find minimum in a list,guess an integer number in a range
word
download   open file
insert a card in a list of sorted cards
word
download   open file
Towers of Hanoi
UNIT 2:
word
download   open file
Python interpreter and interactive mode
word
download   open file
debugging
word
download   open file
values and types: int, float, boolean
word
download   open file
values and types: string , and list
word
download   open file
variables, expressions, statements
word
download   open file
tuple assignment, precedence of operators
word
download   open file
exchange the values of two variables
word
download   open file
circulate the values of n variables
word
download   open file
distance between two points
UNIT 3:
word
download   open file
Conditionals:Boolean values and operators
word
download   open file
conditional (if), alternative (ifelse), chained conditional (if-elif-else)
word
download   open file
Iteration: state, while, for, break, continue, pass
word
download   open file
Iteration: state, while, for, break, continue, pass
word
download   open file
Fruitful functions: return values,parameters
word
download   open file
local and global scope, function composition, recursion
word
download   open file
Strings: string slices,immutability, string functions and methods
word
download   open file
local and global scope, function composition, recursion
UNIT 4:
word
download   open file
Lists: list operations, list slices, list methods, list loop
word
download   open file
mutability, aliasing, cloning lists
word
download   open file
mutability, aliasing, cloning lists
word
download   open file
Tuples: tuple assignment, tuple as return value
word
download   open file
Dictionaries: operations and methods
word
download   open file
advanced list processing - list comprehension
UNIT 5:
word
download   open file
Files and exceptions: text files, reading and writing files
word
download   open file
format operator
word
download   open file
command line arguments
word
download   open file
errors and exceptions
word
download   open file
handling exceptions
word
download   open file
modules, packages
word
download   open file
modules, packages