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

Computer Science practical file Front Page

This document is a practical record for Computer Science submitted by Alfin Roy for the academic year 2024-2025 at Indian Public High School, Ras Al Khaimah. It includes a certificate of practical work completion and an index of various programming tasks and SQL commands, such as checking for palindromes, displaying ASCII codes, and performing database operations. The record outlines a total of 25 practicals covering a range of programming concepts and techniques.

Uploaded by

abiyabijujms
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)
77 views

Computer Science practical file Front Page

This document is a practical record for Computer Science submitted by Alfin Roy for the academic year 2024-2025 at Indian Public High School, Ras Al Khaimah. It includes a certificate of practical work completion and an index of various programming tasks and SQL commands, such as checking for palindromes, displaying ASCII codes, and performing database operations. The record outlines a total of 25 practicals covering a range of programming concepts and techniques.

Uploaded by

abiyabijujms
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/ 4

INDIAN PUBLIC HIGH SCHOOL

RAS AL KHAIMAH

COMPUTER SCIENCE
(2024-2025)

PRACTICAL RECORD

Submitted By : ALFINA ROY

Grade : XII - B

1
CERTIFICATE
Certify that this is the record of practical work done by

ALFINA ROY of class XII B No. of practical’s certified

_____________ out of _____________________

Examination No: _______________________________________________

in accordance with the requirement for AISSCE in COMPUTER

SCIENCE during the year 2024-2025.

DATE : INTERNAL EXAMINER

PRINCIPAL EXTERNAL EXAMINER

2
INDEX

SR NO. TOPIC PAGE NO

1. Write a program to check a number is pallindrome or not 01

2. Write a program to display ASCII code of a character and 02-03


vixe versa

3. Write a program to read a text file line by line and display 04


each word seperated by ‘#’

4. Write a program to find the fibonacci series of numbers till 05


20

5. Write a program to find tables of any number 06

6. Write a program to check whether a number is divisible 07


with another number or not. Display appropriate message

7. Write a program to find factorial of a given number 08

8. Write a program to check if the number is prime or not 09

9. Write a program to check two numbers and display the 10


larger/ smaller number

10. Write the SQL command to create a table named students 11

11. Write the SQL command to insert a record into the students 12
table

12. Perform the following MSQL Queries 13-14

13. Write a program to display the following pattern using 15


nested loop

14. Write a program to connect with database and store record 16-19

3
of employee and display records

15. Write a program to generate random numbers between 1 to 20


6 and check whether a user won a lottery or not

16. Write a program for linear search 21

17. Write a program for bubble sort 22

18. Write a program to perform read and write operation with 23-24
. csv file

19. Write a program to delete a record from binary file 25-26

20. Write a program to count the number of times the 27


occurence of ‘is' word in a text file.

21. Write a program to count the number of vowels present in a 28


text file

22. Write a program to count the number of words in a file 29

23. Write a python program to sum the sequence given below. 30-31
Take the input n from the user. 1+1/1!+1/2!+1/3!+..+1/n!

24. Write a program to check whether the number is even or 32


odd

25. Write a program to find sum, difference, product and 33-34


quotient of two numbers

You might also like