You are on page 1of 1

EXCEL PUBLIC SCHOOL, MYSORE

SUBJECT: COMPUTER SCIENCE PRACTICAL EXAMINATION (083)

Class: XI Max Marks: 30


Date: 17/02/2024 Time: 3 hours
Roll No ______________

A. Write a menu driven program for list manipulation. 8 Marks


Display menu as:
1. Add element
2. View list
3. Delete specified element
4. Modify record
5. Display maximum in list
6. Sum of element in list
7. Exit
OR

Write a program to create a dictionary with the roll number, name and marks of n students in a
class and display the names of students who have scored marks above 75.

B. Write a program to generate the following pattern using nested loop. 4 Marks
1. 1 2 3 4 5 2. A
1234 AB
123 ABC
12 ABCD
1 ABCDE

C. Write and execute one from the following question. 4 Marks


1. Write a program to input a number and check if the number is a prime or composite number.
2. Write a program to display the n terms of a Fibonacci series.
3. Write a program to count and display the number of vowels, consonants, uppercase,
lowercase characters in string.

3. Record 7 Marks
5. Viva 7 Marks

You might also like