0% found this document useful (0 votes)
19 views22 pages

Class 11 Computer Science Practical File

This document is a practical file for Computer Science submitted by Vashu Mahawar for the academic session 2025-2026 at Govt. Co-ed Sarvodaya Vidyalaya. It includes an index of 20 programming topics covering various concepts such as input/output operations, number manipulation, pattern generation, and data structures using Python. Each program topic is outlined with placeholders for code and output.

Uploaded by

fantaop8
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views22 pages

Class 11 Computer Science Practical File

This document is a practical file for Computer Science submitted by Vashu Mahawar for the academic session 2025-2026 at Govt. Co-ed Sarvodaya Vidyalaya. It includes an index of 20 programming topics covering various concepts such as input/output operations, number manipulation, pattern generation, and data structures using Python. Each program topic is outlined with placeholders for code and output.

Uploaded by

fantaop8
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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 >>

You might also like