0% found this document useful (0 votes)
35 views1 page

AISSCE Set-A CS

The document outlines the AISSCE Practical Exam for Computer Science for the academic year 2024-25, detailing the exam structure, including a lab test, SQL queries, report file, project, and viva-voce. It specifies tasks such as writing Python functions to manipulate text and CSV files, as well as SQL queries to extract data from student and club tables. The total marks for the exam are 30, with specific marks allocated to each section.

Uploaded by

abhinavkhare285
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)
35 views1 page

AISSCE Set-A CS

The document outlines the AISSCE Practical Exam for Computer Science for the academic year 2024-25, detailing the exam structure, including a lab test, SQL queries, report file, project, and viva-voce. It specifies tasks such as writing Python functions to manipulate text and CSV files, as well as SQL queries to extract data from student and club tables. The total marks for the exam are 30, with specific marks allocated to each section.

Uploaded by

abhinavkhare285
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/ 1

AISSCE PRACTICAL EXAM 2024-25

SUBJECT – COMPUTER SCIENCE (CODE – 083)

Time : 3 Hrs. Max. Marks. 30


Sr. Question Marks
No.
1 Lab Test: 8
A pre-existing text file data.txt has some words written in it. Write a python function
displaywords( ) that will print all the words that are having length greater than 3.
Example:
For the fie content:
A man always wants to strive higher in his life
He wants to be perfect.
The output after executing displayword( ) will be:
Always wants strive higher life wants perfect
OR
Write a Program in Python that defines and calls the following user defined functions:
A csv file "PLANTS.csv" has structure [ID, NAME, PRICE].
• WRITEREC() - to input data for records from the user and write them to the file
PLANTS.csv. Each record consists of a list with field elements as ID, NAME and PRICE to store
plant id, plant name and price respectively.
• SHOWHIGH() - To read the records of PLANTS.csv and displays those records for which the
PRICE is more than 500.
2 SQL Queries 4
Manan has been entrusted with the management of ABC School database. He needs to access
some information from STUDENT and CLUB tables for a survey analysis. Help him extract the
following information by writing the desired SQL queries as mentioned below :-
Table :- Student
Rno Name DOB Gender Marks Clubid
1 Amit 15.11.2008 M 98 101
2 Divya 27.10.2008 F 78 102
3 Harsh 13.05.2009 M 90 101
4 Manjeet 16.07.2009 M 86 103
5 Aruna 07.08.2009 F 70 102
6 Dinesh 01.03.2009 M 67 103
Table- Club
Clubid Cname Fees
101 Eco 300
102 Cyber 500
103 Excursion 700
i.) To display details of student and in which club he/she is associated (from both the
tables)
ii.) To display the details of those clubs, fees of which is in the range of 400 to 700 (both
values included).
iii.) To increase the fees of all clubs by 200.
iv.) To display Name and Marks of student in Cyber club.
3 Report file: 7
4 Project 8
5 Viva-Voce 3
TOTAL 30

Internal External

You might also like