XI Computer - Science Practical Record
XI Computer - Science Practical Record
SCHOOL
MALAZ, RIYADH
Computer Science
Practical LAB RECORD 2023-24
LABORATORY CERTIFICATE
This is to certify that Master Jonathan Jolly has
satisfactorily completed the course of experiments in COMPUTER
SCIENCE practical prescribed by the Central Board of Secondary
Education course under the guidance of Mrs. Haseena Rizwan in the
laboratory of this school in the year 2023-2024.
___________________ ______________________
Signature of the External Examiner Signature of the Teacher-In-Charge
___________________________
INDEX
SL NO NAME OF THE PAGE DATE SIGN
PROGRAM
WAP to input 3 numbers and print 01
01. them in ascending order.
WAP to find the factorial of
02. numbers using functions. 02
Output
2.WAP to find the factorial of numbers using functions.
Output:
3. WAP to check whether a string is palindrome or not.
Output:
4.WAP to input the number and test it’s a prime number or
compositenumber.
Output:
5.WAP to display the count of uppercase, lowercase, digits, space, and
alphabets present in the string.
Output:
6. WAP to count the frequency of a given element in a list of numbers.
Output:
7.WAP to capitalize the first and last character of each word in a given
string.
Output:
8.WAP to replace all vowels in a string with ‘*’.
Output:
9.WAP to create the menu driven program to perform arithmetic operations
Output:
10.WAP to generate random numbers between 1 to 6
Output:
11. WAP to print the Fibonacci Series up to certain limit
Output:
1 2 3
1 2
Output:
15. WAP to find the minimum, maximum, and mean of elements from a
tuple.
Output:
16. WAP to find the largest and second largest element from the list.
Output:
18. WAP to input a list of numbers and swap elements at the even
location with the elements at the odd locations.
Output:
19. WAP to input name and phone number and store them in a dictionary
as the key-value pair and modify the phone number of an existing name.
Output: