Govt.
Co-ed Sarvodaya Vidyalaya, Rohini Sector-4
School ID - 1413336
PRACTICAL FILE
COMPUTER SCIENCE
Code No. - 083
Academic Session (2025-2026)
Submitted To:
Ms. Minakshi
Lecturer (Computer Science)
Submitted By:
Student Name: Vashu Mahawar
Student ID: 20210151164
Class & Sec: 11th-E
INDEX
S.No. Program Topic
1 Input a welcome message and display it
2 Input two numbers and display larger/smaller number
3 Input three numbers and display largest/smallest number
4 Generate patterns using nested loops
5 Sum of series
6 Perfect / Armstrong / Palindrome number
7 Prime or composite number
8 Fibonacci series
9 GCD and LCM of two numbers
10 Count vowels, consonants, uppercase and lowercase
11 Menu driven program for list manipulation
12 Menu driven list operations (max, min, sum, sorting)
13 Swap elements at even and odd locations
14 Interchange first and last element of list
15 Tuple creation and search
16 Square of numbers divisible by 3
17 Dictionary based contact book
18 Dictionary of students with marks above 75
19 Salesman bonus calculation using dictionary
20 Team wins and losses dictionary program
Program 1: Input a welcome message and display it
Program Code:
<< Python Program Here >>
Output:
<< Output Here >>
Program 2: Input two numbers and display larger/smaller number
Program Code:
<< Python Program Here >>
Output:
<< Output Here >>
Program 3: Input three numbers and display largest/smallest
number
Program Code:
<< Python Program Here >>
Output:
<< Output Here >>
Program 4: Generate patterns using nested loops
Program Code:
<< Python Program Here >>
Output:
<< Output Here >>
Program 5: Sum of series
Program Code:
<< Python Program Here >>
Output:
<< Output Here >>
Program 6: Perfect / Armstrong / Palindrome number
Program Code:
<< Python Program Here >>
Output:
<< Output Here >>
Program 7: Prime or composite number
Program Code:
<< Python Program Here >>
Output:
<< Output Here >>
Program 8: Fibonacci series
Program Code:
<< Python Program Here >>
Output:
<< Output Here >>
Program 9: GCD and LCM of two numbers
Program Code:
<< Python Program Here >>
Output:
<< Output Here >>
Program 10: Count vowels, consonants, uppercase and
lowercase
Program Code:
<< Python Program Here >>
Output:
<< Output Here >>
Program 11: Menu driven program for list manipulation
Program Code:
<< Python Program Here >>
Output:
<< Output Here >>
Program 12: Menu driven list operations (max, min, sum, sorting)
Program Code:
<< Python Program Here >>
Output:
<< Output Here >>
Program 13: Swap elements at even and odd locations
Program Code:
<< Python Program Here >>
Output:
<< Output Here >>
Program 14: Interchange first and last element of list
Program Code:
<< Python Program Here >>
Output:
<< Output Here >>
Program 15: Tuple creation and search
Program Code:
<< Python Program Here >>
Output:
<< Output Here >>
Program 16: Square of numbers divisible by 3
Program Code:
<< Python Program Here >>
Output:
<< Output Here >>
Program 17: Dictionary based contact book
Program Code:
<< Python Program Here >>
Output:
<< Output Here >>
Program 18: Dictionary of students with marks above 75
Program Code:
<< Python Program Here >>
Output:
<< Output Here >>
Program 19: Salesman bonus calculation using dictionary
Program Code:
<< Python Program Here >>
Output:
<< Output Here >>
Program 20: Team wins and losses dictionary program
Program Code:
<< Python Program Here >>
Output:
<< Output Here >>