List of Practicals Class Xi 2023 24
List of Practicals Class Xi 2023 24
com/
PRACTICAL FILE- COMPUTER SCIENCE (083)
LIST OF PRACTICAL (2023-24) CLASS-XI
Programming Language : Python
S.
NAME OF PRACTICAL
No.
1 Write a simple Python program to print a message.
2 Write a program to find the sum of two numbers
3 Write a program to calculate average of n numbers.
4 Write a program to find greater number.
5 Write a program to find the greatest number among three numbers
6 Write a program to check a number whether it is even or odd.
7 Write a python program that accepts radius of a circle and prints its area.
8 Write a program to calculate simple interest.
9 Write a program to calculate compound interest.
10 Write a program to swap two numbers.
11 Write a program to display ASCII code of a character and vice versa.
12 Write a program to check a year whether it is leap year or not.
13 Write a program in python to convert °C to °F and vice versa.
14 Write a program to check a number whether it is palindrome or not.
15 Write a program to check a number whether it is perfect number or not.
16 Write a program to check a number whether it is armstrong number or not.
17 Write a program in python to check a number whether it is prime or not.
18 Write a program to calculate the factorial of an integer.
19 Write a python program to print fibonacci series.
20 Write the code using loop to display the following pattern:
* *
* * * *
A B
* * * * * *
* * * * * * * *
1 *
2 2 * *
C D
3 3 3 * * *
4 4 4 4 * * * *
1 1
1 2 2 3
E F
1 2 3 4 5 6
1 2 3 4 7 8 9 10
A 1
B C 2 3
G H
D E F 4 5 6
G H I J 7 8 9 10
A 10 9 8 7
B B 6 5 4
I J
C C C 3 2
D D D D 1
25 Write a program to convert lowercase alphabet into uppercase and vice versa.
26 Write a program to compare two strings.
27 Write a program to check if a string is palindrome or not.
28 Write a program in python to find the largest and the smallest number in a list.
29 Write a program to arrange the element of list of integers in descending order.
30 Write the program for linear search.
Create a dictionary with the roll number, name and marks of n students in a class and display the
31 names of students who have scored marks above 75.