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

MGM Central Public School, Trivandrum Model Practical Examination 2024-2025

The document outlines the structure and requirements for the Model Practical Examination in Informatics Practices for Class XII at MGM Central Public School, Trivandrum for the academic year 2024-2025. It includes sections on Python Pandas programming, Data Visualization, and SQL queries, with specific tasks and mark distributions for each section. The examination consists of creating dataframes, visualizing data through graphs, and executing SQL queries based on provided datasets.

Uploaded by

athulssedutech
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)
7 views7 pages

MGM Central Public School, Trivandrum Model Practical Examination 2024-2025

The document outlines the structure and requirements for the Model Practical Examination in Informatics Practices for Class XII at MGM Central Public School, Trivandrum for the academic year 2024-2025. It includes sections on Python Pandas programming, Data Visualization, and SQL queries, with specific tasks and mark distributions for each section. The examination consists of creating dataframes, visualizing data through graphs, and executing SQL queries based on provided datasets.

Uploaded by

athulssedutech
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-IP-001

MGM CENTRAL PUBLIC SCHOOL, TRIVANDRUM


MODEL PRACTICAL EXAMINATION 2024-2025
INFORMATICS PRACTICES (065)
Class : XII Time : 3 Hrs
Mark Distribution:

Pandas + Data Visualization 4+4=8


SQL 7
Record File 5
Project File 5
Viva Voce 5
Maximum Marks 30

GENERAL INSTRUCTIONS:
1. This question paper consists of three Sections. All sections are compulsory.
2. First Section - Python Pandas Program .
3. Second Section - Data Visualization.
4. After executing the program, write program code and output neatly in the answer sheet.
Draw graph with scale and pencil.
5. Third Section consists of 5 SQL Queries , Write SQL queries and corresponding output
neatly in the answer sheet.

PYTHON PANDAS (4)


1. Write a program to create a series which stores name and mark of some
students as given below. Name as index and mark as values. After creating
print the Series. Then print the details of students with mark more than 90.
Megha 93
Neha 98
Reena 67
Meena 78
PYTHON – DATA VISUALIZATION (4)
2. Write a program to create a line graph based on the age and weight of some
students. Age along x axis and weight along y axis.
Age weight
10 35
12 40
15 50
16 65
SQL (7)
1. Consider the student table as given below. First create the table then insert the data
given below . After that 5 queries are given execute and write queries and corresponding
output neatly on answer sheet.

i) Display details of students in ascending order of name


ii) Display first 3 characters of name from student table.
iii) Display each stream and highest mark in that stream.
iv) Display name in uppercase and stream in lower case of BioIp students.
v) Display details of BioiP students with mark more than 90.
SSCE-IP-002

MGM CENTRAL PUBLIC SCHOOL, TRIVANDRUM


MODEL PRACTICAL EXAMINATION 2024-2025
INFORMATICS PRACTICES (065)
Class : XII Time : 3 Hrs
Mark Distribution:

Pandas + Data Visualization 4+4=8


SQL 7
Record File 5
Project File 5
Viva Voce 5
Maximum Marks 30

GENERAL INSTRUCTIONS:
1. This question paper consists of three Sections. All sections are compulsory.
2. First Section - Python Pandas Program .
3. Second Section - Data Visualization.
4. After executing the program, write program code and output neatly in the answer sheet.
Draw graph with scale and pencil.
5. Third Section consists of 5 SQL Queries , Write SQL queries and corresponding output
neatly in the answer sheet.

PYTHON PANDAS (4)


1. Write a program to create a series which stores name and salary of some
employees as given below. Name as index and salary as values. After creating
print the Series. Then print the details of employees with salary more than
15000
Jeena 12000
Leena 45000
Kavitha 20000
Maya 23000

PYTHON – DATA VISUALIZATION (4)


2. Write a program to draw a histogram based on the marks of 10 students.
[90,86,90,78,70,67,78,90,80,99]
SQL(7)
3. Consider the Employee table as given below. First create the table then insert the
given data. After that 5 queries are given execute the queries and write queries
and corresponding output neatly on answer sheet.
Empid Name Designation Dob salary
100 Neena Teacher 1990-09-23 20000
200 Jeena Clerk 1998-03-12 23000
300 Leena Teacher 1997-09-24 25000
400 Meera Accountant 1998-09-23 30000
500 Jisha Clerk 1997-06-24 23000
i) Display details of employees in descending order of salary.
ii) Display each designation and highest salary of employees in that designation.
iii) Display name and month of date of birth.
iv) Display name in capital letters with year of dob.
v) Display first 4 letters of name.
SSCE-IP-003

MGM CENTRAL PUBLIC SCHOOL, TRIVANDRUM


MODEL PRACTICAL EXAMINATION 2024-2025
INFORMATICS PRACTICES (065)
Class : XII Time : 3 Hrs
Mark Distribution:

Pandas + Data Visualization 4+4=8


SQL 7
Record File 5
Project File 5
Viva Voce 5
Maximum Marks 30

GENERAL INSTRUCTIONS:
1. This question paper consists of three Sections. All sections are compulsory.
2. First Section - Python Pandas Program .
3. Second Section - Data Visualization.
4. After executing the program, write program code and output neatly in the answer sheet.
Draw graph with scale and pencil.
5. Third Section consists of 5 SQL Queries , Write SQL queries and corresponding output
neatly in the answer sheet.

PYTHON PANDAS (4)


1. Write a program to create a series book which stores some book details as given
below. Name of the book as index and price as data values. After that add one more
book with name C language and price 400
Python 250
Java 300
C++ 280
AI 400

PYTHON – DATA VISUALIZATION (4)


2. Write a program to draw a bar graph based on name and salary of some
employees. Name along x axis and salary along y axis.
Menu 12000
Reenu 20000
Jeena 18000
Siva 25000
SQL(7)
3. Consider the Stock table as given below. First create the table then insert the
given data. After that 5 queries are given execute the queries and write queries
and corresponding output neatly on answer sheet.

i) Display details in descending order of unitprice


ii) Display each company and number of stock items produced by that company
iii) Display name of the stock item and month name of the purchase date.
iv) Display details of stock items produced in the year 2023.
v) Combine name in capital letters and company name in lower case
SSCE-IP-004
MGM CENTRAL PUBLIC SCHOOL, TRIVANDRUM
MODEL PRACTICAL EXAMINATION 2024-2025
INFORMATICS PRACTICES (065)
Class : XII Time : 3 Hrs
Mark Distribution:

Pandas + Data Visualization 4+4=8


SQL 7
Record File 5
Project File 5
Viva Voce 5
Maximum Marks 30

GENERAL INSTRUCTIONS:
1. This question paper consists of three Sections. All sections are compulsory.
2. First Section - Python Pandas Program .
3. Second Section - Data Visualization.
4. After executing the program, write program code and output neatly in the answer sheet.
Draw graph with scale and pencil.
5. Third Section consists of 5 SQL Queries , Write SQL queries and corresponding output
neatly in the answer sheet.
PYTHON PANDAS (4)
1. Write a program to create a series using list with name as index and marks as data
values with given data. Then print the details of students with mark more than 80.

PYTHON – DATAVISUALIZATION (4)


2. Write a program to draw a bar graph based on name and salary of some employees.
Name along x axis and salary along y axis.

Menu 12000
Reenu 20000
Jeena 18000
Siva 25000
SQL(7)
3. Consider the Loan table as given below. First create the table then insert the
given data. After that 5 queries are given execute the queries and write queries
and corresponding output neatly on answer sheet.

i) Display details of educational loans with amount less than 200000


ii) Each type and highest amount in that type.
iii) Display details in descending order of amount.
iv) Display first 3 letters of the type of loan.
v) Combine type and year of taking loan.
SSCE-IP-005
MGM CENTRAL PUBLIC SCHOOL, TRIVANDRUM
MODEL PRACTICAL EXAMINATION 2024-2025
INFORMATICS PRACTICES (065)
Class : XII Time : 3 Hrs
Mark Distribution:

Pandas + Data Visualization 4+4=8


SQL 7
Record File 5
Project File 5
Viva Voce 5
Maximum Marks 30

GENERAL INSTRUCTIONS:
1. This question paper consists of three Sections. All sections are compulsory.
2. First Section - Python Pandas Program .
3. Second Section - Data Visualization.
4. After executing the program, write program code and output neatly in the answer sheet.
Draw graph with scale and pencil.
5. Third Section consists of 5 SQL Queries , Write SQL queries and corresponding output
neatly in the answer sheet.

PYTHON PANDAS (4)


1. Write a program to create a dataframe which stores some employee details like empid,
name and salary as given below. Print the details of employees with salary more than
15000.

PYTHON – DATAVISUALIZATION (4)


2. Write a program to draw a histogram based on the marks of 10 students.
[90,86,90,78,70,67,78,90,80,99]
SQL(7)
3. Consider the sports table as given below. First create the table then insert the
given data. After that 5 queries are given execute the queries and write queries and
corresponding output neatly on answer sheet.

i)Display details of sports events in ascending order of names of the candidates


ii)Display details of cricket training candidates.
iii) Display each coach and number of students under that coach.
iv) Display each type of event and highest price of that event.
v)Display name of candidate and month of joiningdate.
SSCE-IP-006
MGM CENTRAL PUBLIC SCHOOL, TRIVANDRUM
MODEL PRACTICAL EXAMINATION 2024-2025
INFORMATICS PRACTICES (065)
Class : XII Time : 3 Hrs
Mark Distribution:

Pandas + Data Visualization 4+4=8


SQL 7
Record File 5
Project File 5
Viva Voce 5
Maximum Marks 30

GENERAL INSTRUCTIONS:
1. This question paper consists of three Sections. All sections are compulsory.
2. First Section - Python Pandas Program .
3. Second Section - Data Visualization.
4. After executing the program, write program code and output neatly in the answer sheet.
Draw graph with scale and pencil.
5. Third Section consists of 5 SQL Queries , Write SQL queries and corresponding output
neatly in the answer sheet.

PYTHON PANDAS (4)


1. Write a program to create a dataframe which stores some students , rollno, name and
marks of 3 subjects. After creating the dataframe with given data. Add one more
column Total which is the sum of the marks of Eng, IP and maths .

PYTHON – DATA VISUALIZATION (4)


2. Write a program to create a line graph based on the age and weight of some students.
Age along x axis and weight along y axis.
Age weight
10 35
12 40
15 50
16 65
SQL(7)
3. Consider the Employee table as given below. First create the table then insert the
given data. After that 5 queries are given execute the queries and write queries and
corresponding output neatly on answer sheet.
Empid Name Designation Dob salary
100 Neena Teacher 1990-09-23 20000
200 Jeena Clerk 1998-03-12 23000
300 Leena Teacher 1997-09-24 25000
400 Meera Accountant 1998-09-23 30000
500 Jisha Clerk 1997-06-24 23000

i) Display details of employees in descending order of salary.


ii) Display each designation and highest salary of employees in that designation.
iii) Display name and month of date of birth.
iv) Display name in capital letters with year of dob.
v) Display first 4 letters of name.
vi)
SSCE-IP-007

MGM CENTRAL PUBLIC SCHOOL, TRIVANDRUM


MODEL PRACTICAL EXAMINATION 2024-2025
INFORMATICS PRACTICES (065)
Class : XII Time : 3 Hrs
Mark Distribution:

Pandas + Data Visualization 4+4=8


SQL 7
Record File 5
Project File 5
Viva Voce 5
Maximum Marks 30

GENERAL INSTRUCTIONS:
1. This question paper consists of three Sections. All sections are compulsory.
2. First Section - Python Pandas Program .
3. Second Section - Data Visualization.
4. After executing the program, write program code and output neatly in the answer sheet.
Draw graph with scale and pencil.
5. Third Section consists of 5 SQL Queries , Write SQL queries and corresponding output
neatly in the answer sheet.

PYTHON PANDAS (4)


1. Write a program to create a dataframe which stores Bookid, Title and price of some
books with given data. Then print first 2 book details and last 2 book details.

PYTHON – DATAVISUALIZATION (4)

2. Write a program to draw a bar graph based on name and salary of some employees.
Name along x axis and salary along y axis.
Menu 12000
Reenu 20000
Jeena 18000
Siva 25000
SQL(7)
3. Consider the sports table as given below. First create the table then insert the given
data. After that 5 queries are given execute the queries and write queries and
corresponding output neatly on answer sheet.

i)Display details of sports events in ascending order of names of the candidates


ii)Display details of cricket training candidates.
iii) Display each coach and number of students under that coach.
iv) Display each type of event and highest price of that event.
v)Display name of candidate and month of joiningdate.

You might also like