You are on page 1of 5

MANIRAM, GORAKHPUR

Affiliation No. 2130919 School Code: 70510

COMPUTER LAB FILE


(Based on Python Programming)
for
The partial fulfilment of the requirement of All India
Senior Secondary Certificate Examination (AISSCE)

ACADEMIC SESSION: 2022-23

SCHOOL ROLL NO :

CBSE ROLL NO :

NAME :

CLASS : XI (A)

SUBJECT : COMPUTER SCIENCE

SUB CODE : 083

HOUSE :

SUPERVISED BY : Mr. DEEPAK KUMAR GUPTA


PGT (Computer Science)

1
BLOSSOM SENIOR SECONDARY SCHOOL

CERTIFICATE

This is to certify that Cadet __________________________________ CBSE /


Class Roll No: __________________________ has successfully completed the laboratory
work in Computer Science (083) Python laid down in the regulations of CBSE for the
purpose of AISSCE Practical Examination 2022-23 in Class XII to be held in
Blossom Senior Secondary School , Maniram Gorakhpur on / /2023

(Er. Deepak Kumar Gupta)


PGT (Computer Science)

Examiner:

1. Name: Er. Deepak Kr. Gupta Signature:____________


(Internal/ External)

2
TABLE OF CONTENTS
PAGE
S.No. DATE PROGRAMS SIGN.
NO.

01 02/08/22 Simple Python program to Add Two Numbers.


02 02/08/22 Python Program to Perform Arithmetic Operations.
03 02/08/22 WAP to calculate cube of a number.
04 10/08/22 Python Program to Calculate Simple Interest.
05 10/08/22 Python Program to find Largest of Two Numbers.
Python Program to find Total, Average, and Percentage
06 10/08/22
of Five Subjects.
Python Program to find Diameter, Circumference, and
07 16/08/22
Area of a Circle.
08 16/08/22 WAP to find the area of a triangle.
09 16/08/22 WAP to swap two numbers.
Write a program in python to convert the degree Celsius
10 22/08/22 temperature into its equivalent degree Fahrenheit
temperature.
Write a program in python to convert the degree
11 22/08/22 Fahrenheit temperature into its equivalent degree
Celsius temperature.
Write a python program to calculate the kinetic energy of
12 22/08/22
an object.
Write a python program to calculate the average of five
13 29/08/22
numbers.
Write a program to obtain the length and breadth of a
14 29/08/22
rectangle and find the area and perimeter.
Write a program to input a value in tones and convert it
15 29/08/22
into quintals and kilograms.
16 05/09/22 Write a program to compute and print simple interest.
Write a program to check that the given number is even
17 05/09/22
number or odd number.
18 05/09/22 WAP to read a number in n and prints n2, n3, n4
WAP to input two numbers and swap them by using third
19 012/09/22
variable.
WAP to input three numbers and swap them as this 1st
number becomes the 2nd number, 2nd number becomes
20 12/09/22
the 3rd number and the 3rd number becomes the 1st
number.
WAP to accept 3 integers and print the largest of the
21 12/09/22
three. Make use of only if statement.

3
WAP to test the availability of a number with another
22 19/09/22
number.
WAP to display a menu for calculating area of a circle or
23 19/09/22
perimeter of a circle.
WAP to read three numbers and print them in ascending
24 19/09/22
order.
WAP to print whether a given character is an uppercase
25 25/09/22
or lowercase character or a digit or any other number.
26 25/09/22 WAP to print the table of any integer.

27 25/09/22 WAP to print the sum of natural number between 1 to 7.

28 05/10/22 WAP to calculate factorial of a number.


WAP to input three angles and determine if they form a
29 05/10/22
triangle or not.
30 05/10/22 WAP to input 2 numbers and print their LCM and GCD.
WAP to implement a simple calculator for two input
31 12/10/22
numbers. Offer choices through a menu.
WAP that reads a line and prints its statistics like-
Number of Uppercase Letters :
Number of Lowercase Letters :
32 12/10/22
Number of Alphabets :
Number of Digits :
Number of Symbols :
WAP to input a string and print number of upper and
33 12/10/22
lower case letters in it.
WAP to calculate compound simple interest after taking
34 17/10/22
the principle, rate and time.
35 17/10/22 WAP to check the given year is leap year or not.
WAP to take two numbers and check that the first
36 17/10/22
number is fully divisible by second number or not.
WAP to take the temperatures of all 7 days of the week
37 24/10/22
and displays the average temperature of that week.
38 24/10/22 WAP to calculate the roots of a given quadratic equation.

39 24/10/22 WAP to test if given number is prime or not.


WAP to compute the result when two numbers and one
40 30/10/22
operator is given by user.
WAP to take value of x,y,z from the user and calculate
41 30/10/22
the equation
42 30/10/22 WAP to input a digit and print it in words.

4
43 02/11/22 WAP to print first n odd numbers in descending order.
WAP to find the average of the list of the numbers
44 02/11/22
entered through keyboard.
45 08/11/22 WAP to find the sum of n natural numbers.

46 08/11/22 WAP to find the sum of first n even numbers.

47 08/11/22 WAP to find the sum of first n odd numbers.

48 WAP to search for an element in a given list of numbers.


WAP to count frequency of a given element in a list of
49
numbers.
50 WAP to calculate the sum of integers of the list.

51 WAP that creates a third list after adding two lists.


WAP a program to generate a list of elements of
52
Fibonacci Series.
WAP that creates a third tuple after adding two tuples.
53
Add second after first tuple.
54 WAP to calculate the mean of the numbers of the tuple.
WAP to calculate the average of the numbers of the
55
tuple.
WAP that repeatedly asks the user to enter product
names and prices. Store all of them in a dictionary whose
56
keys are product names and values are prices. And also
write a code to search an item from the dictionary.
WAP to create a dictionary named year whose keys are
57 month names and values are their corresponding number
of days.
58

59

60

You might also like