|
SAMPLE PAPER
|
|
|
|
PPS INSEM 2 PAPER
(4 pages)
|
|
|
Pre-requisites before Python Programming
|
|
|
|
What is compiler? | Phases of Compiler
18:00
|
|
|
|
How CPU understands sequence of 0's & 1's | Basics of program execution
14:00
|
|
|
Problem Solving and Python Programming
|
|
|
|
Types of Programming Languages | Programming Language Classification
7:00
|
|
|
|
Problem solving and Steps involved
11:00
|
|
|
|
Introduction to an Algorithm
3:00
|
|
|
|
Basic construct - Sequence
5:00
|
|
|
|
Basic construct - Decision
5:00
|
|
|
|
Basic construct - Iteration
7:00
|
|
|
|
characteristics of an algorithm
5:00
|
|
|
|
Representation of Algorithm
5:00
|
|
|
|
Various operators used during representation in Python
7:00
|
|
|
|
Rules for writing an algorithm
4:00
|
|
|
|
Rules for writing an algorithm
4:00
|
|
|
|
Step form Representation of an Algorithm
3:00
|
|
|
|
Flowchart Representation & need in Python
4:00
|
|
|
|
Basic symbols used in the Flowchart
5:00
|
|
|
|
Advanced symbols used in the flowchart
3:00
|
|
|
|
Example 1 - Finding Sum of Two Numbers
3:00
|
|
|
|
Example 2 - Determining the remainder of a division operation
3:00
|
|
|
|
Example 3 - Find the roots of a Quadratic Equation
5:00
|
|
|
|
Example 4 - Swap two numbers using Third Variable
5:00
|
|
|
|
Example 5 - Given number is Odd or Even
5:00
|
|
|
|
Advantages & Disadvantages of Flowchart
2:00
|
|
|
|
How to build a strategy to design an Algorithm
5:00
|
|
|
|
NOTES
(46 pages)
|
|
|
Python Basics
|
|
|
|
Introduction to Python | History | Features | Scope
17:00
|
|
|
|
Command line basics for Python
6:00
|
|
|
|
Python Setup and Installation
5:00
|
|
|
Now this course will be followed by our Mr.varma sir
|
|
|
|
1.1 - Why learn Python
3:00
|
|
|
|
1.2 - Keywords and identifiers
6:00
|
|
|
|
keyword and identifier file
|
|
|
|
1.3 - comments, indentation and statements
8:00
|
|
|
|
comments, indentation and statements File
|
|
|
|
1.4- Variables and data types in Python mp4
|
|
|
|
Variables and data types in Python File
|
|
|
|
1.5 - Standard Input and Output
6:00
|
|
|
|
Standard Input and Output File
|
|
|
|
1.6- Operators
13:00
|
|
|
|
Operators File
|
|
|
Decision Control Statements
|
|
|
|
2.1 - Control flow if else
9:00
|
|
|
|
if-elif-else
|
|
|
|
2.1- Control flow while loop
16:00
|
|
|
|
2.2-Control flow for loop mp4
|
|
|
|
2.3- Control flow break and continue
9:00
|
|
|
|
break_continue
|
|
|
PROGRAMS FOR INSEM
|
|
|
|
Checking number positive or negative
4:00
|
|
|
|
Checking number is even or odd
4:00
|
|
|
|
Checking Class of result ( first class, distinction, second class)
7:00
|
|
|
|
Mumber divisible by n
4:00
|
|
|
|
Number divisible by m & n
11:00
|
|
|
|
Finding largest number among three
4:00
|
|
|
|
Largest among two using ternary operator
7:00
|
|
|
|
Largest among three using ternary operator
9:00
|
|
|
|
Number prime or not
15:00
|
|
|
|
Printing First N Prime Number
22:00
|
|
|
|
Checking Armstrong number
18:00
|
|
|
|
Sum of n natural num
6:00
|
|
|
|
Swapping of 2 numbers
3:00
|
|
|
|
sum of even number
7:00
|
|
|
|
Fibonacci (1)
10:00
|
|
|
|
Fibonacci-2
5:00
|
|
|
|
star pattern right angle
7:00
|
|
|
|
mirrored right angle pattern
12:00
|
|
|
|
inverted right angle pattern
15:00
|
|
|
|
number pattern
8:00
|
|
|
|
alphabet pattern
10:00
|
|
|
|
pyramid pattern
12:00
|
|
|
Lists, Tuples, Sets,Dictionary & strings
|
|
|
|
3.1 - Lists
37:00
|
|
|
|
Lists
|
|
|
|
3.2 - Tuples part 1
9:00
|
|
|
|
tuples 1
|
|
|
|
3.3 - Tuples part-2
3:00
|
|
|
|
tuples 2
|
|
|
|
3.4 - Sets
15:00
|
|
|
|
sets
|
|
|
|
3.5 - Dictionary
20:00
|
|
|
|
Dictionary
|
|
|
|
3.6 - Strings
15:00
|
|
|
|
Strings
|
|
|
Functions and Modules
|
|
|
|
4.1 - Introduction
13:00
|
|
|
|
Functions_Introduction
|
|
|
|
4.2 - Types of functions
24:00
|
|
|
|
4.3 - Function arguments
9:00
|
|
|
|
3_function_arguments
|
|
|
|
4.4 - Recursive functions
15:00
|
|
|
|
4.5 - Lambda functions
7:00
|
|
|
|
4.6 - Modules
6:00
|
|
|
|
4.7 - Packages
5:00
|
|
|
File Handling and Dictionaries
|
|
|
|
4.8 - File Handling
22:00
|
|
|
|
4.9 - Exception Handling
14:00
|
|
|
|
4.10 - Debugging Python
14:00
|
|
|
|
debugging
|
|