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

Icon
Announcements

  • Youtube Video

    Dear Students the Youtube Video has been uploaded for the following topics:
    Python
    Introduction

  • Question Bank

    Dear Students the Question Bank has been uploaded for the following topics:
    algorithmic problem solving

  • Assignment

    Assignment topic is Students marks statement, Retail bill preparation. and due date is .

  • Resource Link

    Dear Students the Resource Link has been uploaded for the following topics:
    Python
    Puzzles

  • Lecture Notes

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