Algorithmic Thinking with Python UCEST 105- KTU First Semester BTech Course 2024 scheme notes pdf - Dr Binu V P 9847390760
About Me- Dr Binu V P, Head of the Department -CS,Model Engineering College -IHRD, Cochin
Algorithmic Thinking with Python KTU S1 2024 scheme - course details and syllabus
About NASSCOM Digital 101 Course - KTU 2024 Scheme
Problem and Computer Programming Problem
Laboratory Details
Lab Experiments and Solutions ( mandatory programs)
Module-I
Heuristic Method- Examples ( tutorial discussion)
Means-End Analysis- Examples(tutorial discussion)
Backtracking-Examples(tutorial discussion)
Problem Solving Process
Essentials of Python Programming
Identifiers, variables and keywordsBasic Data Types and Type Conversions
Operators
Operator Precedence and Expression Evaluation
input() and print() functions
Built-in functions, Modules and Packages
Operators
Operator Precedence and Expression Evaluation
input() and print() functions
Built-in functions, Modules and Packages
Lab Programs ( Contact for More Programs)
Basic Programs to Try
Algorithm and Pseudo code
Module- II
Algorithm, Flowchart and Pseudo code-Examples
Introduction to RAPTOR (Rapid Algorithmic Prototyping Tool for Ordered Reasoning)
Conditional statements if,if-elif, switchIntroduction to RAPTOR (Rapid Algorithmic Prototyping Tool for Ordered Reasoning)
Lab
RAPTOR is a flowchart-based programming environment, designed specifically to help students visualize their algorithms and avoid syntactic baggage. RAPTOR programs are created visually and executed visually by tracing the execution through the flowchart.(Download RAPTOR)
Module - III
Control Statements- Selection and Iteration
Example Programs using loops and nested loops(university questions)
Data structures
Example Programs using Lists ( university questions)
Example Programs using Set ( university questions)
Example Programs using strings ( university questions)
Example Program using Dictionary ( university questions)
Lab
Python Anonymous/lambda Function
Defining and calling functions in Python
Global and local variables
Example programs using functions(university questions)
Defining and calling functions in Python
Global and local variables
Example programs using functions(university questions)
Example Programs using recursion(university questions)
Lab
Module-IV
Computational Approaches to Problem Solving
Comments
Post a Comment