0% found this document useful (0 votes)
249 views7 pages

Ssce Practial Examination-2024-25

Uploaded by

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

Ssce Practial Examination-2024-25

Uploaded by

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

SSCE PRACTIAL EXAMINATION – 2024 – ‘25

SET - I

SCHOOL NAME : VIDYA PEETAM SCHOOL CODE : 55069


SUBJECT : COMPUTER SCIENCE (083)
DATE & DAY :
MAX. MARKS : 30 DURATION : 3 HRS
QNO DESCRIPTION MARKS
1 Create a binary file Product.dat which contains the following information. [PID, 8
PNAME and QTY.]
Write a menu driven program with the following function definitions :
a. ADD()—to Add Product details into the file
b. SEARCH()—to search a product for a given Pid and display appropriate
message if Pid is not found
2 2. Consider the following tables and answer the questions below and write query and 4
Output for the questions given below:

(i) To display name and price of all the accessories in ascending order of their price.
(ii) To display id and sname of all shoppe located in nehru place.
(iii) To display minimum and maximum price of each name of accessories.
(iv) To display name, price of all accessories and their respective sname where they are
available.
3 Practical file 7
4 Project 8
5 Viva 3

INTERNAL EXAMINER EXTERNAL EXAMINER


SSCE PRACTIAL EXAMINATION – 2024 – ‘25
SET - II

SCHOOL NAME : VIDYA PEETAM SCHOOL CODE : 55069


SUBJECT : COMPUTER SCIENCE (083)
DATE & DAY :
MAX. MARKS : 30 DURATION : 3 HRS
QNO DESCRIPTION MARKS
1 Write a menu driven Python program to create a text file , read and display the
following:
• Number of words
• Number of lines
• Number of special characters
• Number of alphabets
• Number of digits

2 . Consider the following tables and answer the questions below and write query and
Output for the questions given below: 4

1. To count the number of companies in each city


2. To display the company name and customer name in descending order of price
3. To display the names and id of customers whose names are ending with Kumar
4. To display the names and quantity from customer in descending order of quantity

3 Practical file 7
4 Project 8
5 Viva 3

INTERNAL EXAMINER EXTERNAL EXAMINER


SSCE PRACTIAL EXAMINATION – 2024 – ‘25
SET - III

SCHOOL NAME : VIDYA PEETAM SCHOOL CODE : 55069


SUBJECT : COMPUTER SCIENCE (083)
DATE & DAY :
MAX. MARKS : 30 DURATION : 3 HRS
QNO DESCRIPTION MARKS
1 Write a menu driven Python program to create a text file , read and display the 8
following:
(i) To display the number of words ending with vowels
(II) To count the number of four letter words in the file

2 Consider the following tables and answer the questions below and write query and 4
Output for the questions given below:

(a) To display the average salary of all employees, department wise.


(b) To display name and salary of employees whose salary is more than 50000 in
alphabetical order of names
(c) To display the name, designation and department of all the employees
(d) To display DEPTID from the table EMPLOYEE without repetition.
3 Practical file 7
4 Project 8
5 Viva 3

INTERNAL EXAMINER EXTERNAL EXAMINER


SSCE PRACTIAL EXAMINATION – 2024 – ‘25
SET - IV

SCHOOL NAME : VIDYA PEETAM SCHOOL CODE : 55069


SUBJECT : COMPUTER SCIENCE (083)
DATE & DAY :
MAX. MARKS : 30 DURATION : 3 HRS
QNO DESCRIPTION MARKS
1 Write a menu drive program to perform following operations into a file named 8
worldcup2023.csv.
1. Add records
2. Count the number of teams who have won more than 3 times
3. Exit
The structure of file content is: [team_id, teamname, won, lost].

2 Consider the following tables and answer the questions below and write query and 4
Output for the questions given below:

(i) To display the details of Product whose Price is in the range of 40 and 120 (Both values
included)
(ii) To display the ClientName, City from table Client and ProductName and Price from table
Product, with their corresponding matching P ID.

(iii) To display productname and price in descending order of price

(iv) To display sum of price for each manufacturer

3 Practical file 7
4 Project 8
5 Viva 3

INTERNAL EXAMINER EXTERNAL EXAMINER


SSCE PRACTIAL EXAMINATION – 2024 – ‘25
SET - V
SCHOOL NAME : VIDYA PEETAM SCHOOL CODE : 55069
SUBJECT : COMPUTER SCIENCE (083)
DATE & DAY :
MAX. MARKS : 30 DURATION : 3 HRS
QNO DESCRIPTION MARKS
1 Write a program with separate user defined functions to perform the following operations
based on this list.
● pushnum() to Traverse the content of the list and push the numbers that are divisible by 5
into a stack.
● popnum() to Pop and display the content of the stack and display “Stack underflow” if
the stack is empty.
For Example: If the sample Content of the list is as follows:
N=[10, 13, 34, 55, 21, 79, 98, 22, 35, 38]
Sample Output of the code should be:
35 55 10
2 Consider the following tables and answer the questions below: 4

(I) To display Firstname and City of all employees living in Paris from the table
EMPLOYEES.
(ii) To display the firstname and lastname from EMPLOYEES table in alphabetical
order of FIRSTNAME.
(iii) To display the Firstname and Salary of all Managers from the tables
EMPLOYEES and EMPSALARY
(iv) To display the Maximum salary for each designation from the table EMPSALARY.
3 Practical file 7
4 Project 8
5 Viva 3

INTERNAL EXAMINER EXTERNAL EXAMINER


SSCE PRACTIAL EXAMINATION – 2024 – ‘25
SET - VI

SCHOOL NAME : VIDYA PEETAM SCHOOL CODE : 55069


SUBJECT : COMPUTER SCIENCE (083)
DATE & DAY :
MAX. MARKS : 30 DURATION : 3 HRS
QNO DESCRIPTION MARKS
1 A binary file “Book.dat” has structure [BookNo, Book_Name, Author, Price].
i. Write a user defined function CreateFile() to input data for a record and add to “Book.dat” .
ii. Write a function CountRec(Author) in Python which accepts the Author name as parameter
and count and return number of books by the given Author are stored in the binary file
“Book.dat”
2 Consider the following tables and answer the questions below:

(i) To display the names of all Doctors from Mumbai


(ii) To display the RecID, Doctorname, RecName for every
Recipient.
(iii) To display Recipient details in ascending order of RecName
(iv) To display number of Patients from each city
3 Practical file 7
4 Project 8
5 Viva 3

INTERNAL EXAMINER EXTERNAL EXAMINER


SSCE PRACTIAL EXAMINATION – 2024 – ‘25
SET - VII

SCHOOL NAME : VIDYA PEETAM SCHOOL CODE : 55069


SUBJECT : COMPUTER SCIENCE (083)
DATE & DAY :
MAX. MARKS : 30 DURATION : 3 HRS
QNO DESCRIPTION MARKS
1 Create a table named Student in MYSQL database, SCHOOL with structure 8
• rno(Roll number )- integer
• name(Name) - string
• DOB (Date of birth) – Date
• Fee – float
Note the following to establish connectivity between Python and MySQL:
• Username - root •
Password - tiger •
Host - localhost
Write python code to insert records into the table and display the records of students whose
fee is more than 5000.
2 Consider the following tables GAMES and COACH and answer the questions below: 4

ACode ActivityName ParticipantsNum PrizeMoney ScheduleDate


1001 Relay 100x4 16 10000 23-Jan-2004
1002 High jump 10 12000 12-Dec-2003
1003 Shot Put 12 8000 14-Feb-2004
1005 Long Jump 12 9000 01-Jan-2004
1008 Discuss Throw 10 15000 19-Mar-2004

PCode Name ACode


1 Ahmad Hussain 1001
2 Ravinder 1008
3 Janila 1001
4 Naaz 1003

(i) To display the name of all activities with their Acodes in descending order.
(ii) To display sum of PrizeMoney for each of the Number of participants groupings (as
shown in column ParticipantsNum 10,12,16)
(iii) To display the coach’s name and activity names in
(iv) To display the content of the GAMES table whose ScheduleDate earliar than
01/01/2004 in ascending order of ParticipantNum.

3 Practical file 7
4 Project 8
5 Viva 3

INTERNAL EXAMINER EXTERNAL EXAMINER

You might also like