0% found this document useful (0 votes)
5 views

Computer Science Practical

The document is a practical lab record for Computer Science at Al Alia International Indian School, detailing the completion of experiments by a student named Mohammed Ali in the academic year 2023-24. It includes a laboratory certificate signed by the teacher and principal, along with an index of programming tasks. The tasks cover various programming exercises, such as sorting numbers, checking for prime numbers, and manipulating strings.

Uploaded by

Fazlu Rahman
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Computer Science Practical

The document is a practical lab record for Computer Science at Al Alia International Indian School, detailing the completion of experiments by a student named Mohammed Ali in the academic year 2023-24. It includes a laboratory certificate signed by the teacher and principal, along with an index of programming tasks. The tasks cover various programming exercises, such as sorting numbers, checking for prime numbers, and manipulating strings.

Uploaded by

Fazlu Rahman
Copyright
© © All Rights Reserved
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: Mohammed Ali

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

LABORATORY CERTIFICATE
This is to certify that Master 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:


REGISTRATION NO:

EXAMINATION CENTRE:

DATE OF PRACTICAL EXAMINATION: / / 202


INDEX
SL NO NAME OF THE PAGE DATE SIGN
PROGRAM

01.

02.

03.

04.

05.

06.

07.

08.

09.

10.

11.
12.

13.

14.

15.

16.

17.

18.

19.

20.

INPUT:
1.WAP To Input 3 Numbers And Print Them In Ascending Order:
OUTPUT:

INPUT:
2WAP To Find The Factorial Of Numbers Using Functions Program code

OUTPUT:
INPUT:

3.Wap To Check Whether A String Is Palindrome Or Not

OUTPUT:

INPUT:
4.Wap To Input The Number And Test It’s A Prime Number Or Composite
Number

OUTPUT:

INPUT:
5. Wap To Display The Count Of Uppercase, Lowercase, Digits And
Alphabets Present In The String.

OUTPUT:
INPUT:

6.Wap To Count The Frequency Of A Given Element In A List Of Numbers.

OUTPUT:

INPUT:
7.Wap To Capitalize The First And Last Character Of Each Word In A
Given String.

OUTPUT:

INPUT:

8.Wap To Replace All Vowels In A String With ‘*’ Program code:


OUTPUT:

INPUT:

9.Wap To Create The Menu Driven Program To Perform Arithmetic


Operations
OUTPUT:

INPUT:

10.Wap To generate random numbers between 1 to 6 Program


code:
OUTPUT:

INPUT:
11.Wap To Print The Fibonacci Series Up To Certain Limit
OUTPUT:

INPUT:

12.Wap To Generate The Pattern Using Nested Loop


1 2 3 4
1 2 3
1 2
1

OUTPUT:

INPUT:
13. Wap To Print The Sum Of Series:1+x+x**2=x**3+……+x**n

OUTPUT:
INPUT:

14.Count The Total Number Of Words In The String

OUTPUT:

INPUT:
15. Wap To Find The Minimum, Maximum And Mean Of Elements From
Tuple

OUTPUT:

INPUT:
16 Wap toFind The Largest And Second Largest Element From The List

Output:
INPUT:

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:

INPUT:
18.Input A List Of Numbers And Swap Elements At The Even Location
With
Elements At The Odd Locations.

OUTPUT:

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

20.Wap To Perform Linear Search Of Element On The Given List

OUTPUT:

You might also like