GOVT. PUBLIC PRACTICAL EXAMINATIONS 20__- 20__
HIGHER SECONDARY SECOND YEAR - COMPUTER SCIENCE
Date: Session FN / AN TIME: 3Hrs
Batch: Examination No:
GROUP CODE: 2502 PRACTICAL SUBJECT CODE: 520
Q.No. #1 (C.S)
(a) Write a program to calculate the factorial of the given number using for loop
(b) Write a Program to sum the series: 11/1 + 22/2 + 33/3 + . . . . nn/n
(OR)
Create a SQL table using python and accept 10 names and age. Sort in descending order of age and
display.
Q.No. #2 (C.S)
(a) Write a program using functions to check whether a number is even or odd.
(b) Write a program to create a mirror of the given string. For example, “wel” = “lew”
(OR)
Write a program using python to get 10 players name and their score. Write the input in a csv file.
Accept a player name using python. Read the csv file to display the name and the score. If the player
name is not found give an appropriate message.
Q.No. #3 (C.S)
Write a program to generate values from 1 to 10 and then remove all the odd numbers from the list.
(OR)
Write a program to get five marks using list and display the marks in pie chart.
Q.No. #4 (C.S)
Write a Program that generate a set of prime numbers and another set of odd numbers. Display the
result of union, intersection, difference and symmetric difference operations.
(OR)
Create an Employee Table with the fields Empno, Empname, Desig, Dept, Age and Place.
Enter five records into the table.
Add two more records to the table.
Modify the table structure by adding one more field namely date of joining.
Check for Null value in DOJ of any record.
List the employees who joined after 01/01/2019
HIGHER SECONDARY SECOND YEAR - COMPUTER SCIENCE
Date: Session FN / AN TIME: 3Hrs
Batch: Examination No:
GROUP CODE: 2502 PRACTICAL SUBJECT CODE: 520
Q.No. #1 (C.S)
(a) Write a program to calculate the factorial of the given number using for loop
(b) Write a Program to sum the series: 11/1 + 22/2 + 33/3 + . . . . nn/n
(OR)
Create a SQL table using python and accept 10 names and age. Sort in descending order of age and
display.
Q.No. #2 (C.S)
(a) Write a program using functions to check whether a number is even or odd.
(b) Write a program to create a mirror of the given string. For example, “wel” = “lew”
(OR)
Write a program using python to get 10 players name and their score. Write the input in a csv file.
Accept a player name using python. Read the csv file to display the name and the score. If the player
name is not found give an appropriate message.
Q.No. #3 (C.S)
Write a program to generate values from 1 to 10 and then remove all the odd numbers from the list.
(OR)
Write a program to get five marks using list and display the marks in pie chart.
Q.No. #4 (C.S)
Write a Program that generate a set of prime numbers and another set of odd numbers. Display the
result of union, intersection, difference and symmetric difference operations.
(OR)
Create an Employee Table with the fields Empno, Empname, Desig, Dept, Age and Place.
Enter five records into the table.
Add two more records to the table.
Modify the table structure by adding one more field namely date of joining.
Check for Null value in DOJ of any record.
List the employees who joined after 01/01/2019