0% found this document useful (0 votes)
10 views24 pages

XI Computer - Science Practical Record

Uploaded by

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

XI Computer - Science Practical Record

Uploaded by

Fazlu Rahman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 24

AL ALIA INTERNATIONAL INDIAN

SCHOOL
MALAZ, RIYADH

Computer Science
Practical LAB RECORD 2023-24

Name: Jonathan Jolly


Class: XI-A
Reg.No: 3661
Date: 23-12-23
AL ALIA INTERNATIONAL INDIAN
SCHOOL
MALAZ, RIYADH

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

___________________________

Signature of the Principal

NAME OF THE CANDIDATE: Jonathan Jolly

REGISTRATION NO: 3661


EXAMINATION CENTRE: Al Alia International Indian School

DATE OF PRACTICAL EXAMINATION: / / 202

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

WAP to check whether a string is


03. palindrome or not. 03

WAP to input the number and test


04. it’s a prime number or composite 04
number.
WAP to display the count of
05. uppercase, lowercase, digits, space, 05
and alphabets present in the string.
WAP to count the frequency of a
06. given element in a list of numbers. 06

WAP to capitalize the first and last


07. character of each word in a given 07
string.
WAP to replace all vowels in a string
08. with ‘*’ 08

WAP to create the menu driven


09. program to perform arithmetic 09
operations
WAP to generate random numbers
10. between 1 to 6 10
WAP to print the Fibonacci Series up
11. to certain limit 11

WAP to generate the pattern using


12. nested loop 12

WAP to print the sum of series :


13. 1+x+x**2+x**3+……+x**n 13

WAP to count the total number of


14. words in the string. 14

WAP to find the minimum,


15. maximum, and mean of elements 15
from a tuple.

WAP to find the largest and second


16. largest element from the list. 16

Create a dictionary with


17. rollno,name and marks of n 17
students in a class and display the
name of students who have marks
above 75.

WAP to input a list of numbers and


18. swap elements at the even location 18
with the elements at the odd
locations.
WAP to input name and phone
19. number and store them in a 19
dictionary as the key-value pair and
modify the phone number of an
existing name.

WAP to perform linear search of


20. element on the given list. 20
1.WAP to input 3 numbers and print them in ascending order.

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:

12. WAP to generate the pattern using nested loop


1 2 3 4

1 2 3

1 2

Output:

13. WAP to print the sum of series : 1+x+x**2+x**3+……+x**n PROGRAM


Output:

14. WAP to count the total number of words in the string.


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:

17. Create a dictionary with rollno,name and marks of n students in a


class and display the name of students who have marks above 75.
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:

20. WAP to perform linear search of element on the given list.


Output:

You might also like