0% found this document useful (0 votes)
52 views2 pages

IPFinalPrac (Set 1)

Uploaded by

ptlk.lalli
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)
52 views2 pages

IPFinalPrac (Set 1)

Uploaded by

ptlk.lalli
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/ 2

SURYA THE GLOBAL SCHOOL

Affiliation No.3630196
Beside Turbo Machinery, Miyapur-Bachupally Road, Hyderabad 500090

AISSCE PRACTICAL EXAMINATION 2023

QUESTION PAPER [SET – 1]

Class: XII Time:2Hrs


Subject: IP Practicals(065) Marks:30M

Set-1

Python Programs
1.Create a series of these numbers:
33,55,65,29,19,23
Find the sum of these values which are ending with 3 or 5.
2M
2.Write a program in python to create the following dataframe named
“country” storing the following details:

Country Population BirthRate UpdateDate


0 China 1379750000 12.00 2016-08-11
1 India 1330780000 21.76 2016-08-11
2 United States 324882000 13.21 2016-08-11
3 Indonesia 260581000 18.84 2016-01-07
4 Brazil 206918000 18.43 2016-08-11
5 Pakistan 194754000 27.62 2016-08-11
Considering the above dataframe answer the following question by writing
appropriatecommand in python pandas:

1. Display complete data for China and India. 1


2. Display Country, Population and BirthRate of Brazil and Pakistan. 1
3. Create a CSV File from the above data frame. 1
4. Now plot a bar chart depicting the Country on x-axis and their
corresponding Population on y-axis, with appropriate Graph title, x-axis
title, y-axis title, gridlines an color etc. 3
MySQL
Q – 3 Create the table “employee” and write sql queries for the
following: 7M
EId EName Post Salary Dt_join

101 Anil Manager 65000 2018-03-02

102 Akshay Clerk 33000 2018-05-01

103 Ajay Manager 75000 2018-09-15

104 Varun Analyst 66000 2018-04-11

105 Siddharth Developer 60000 2018-10-12

106 Rajesh Clerk 35000 2018-06-12

Write queries for the following:

a) Count and display employees post wise.


b) Display 3 characters from 2nd place from the column ename.
c) Display last 2 characters of post column.
d) Display ename in lower letters
e) Display most senior employee
f) Display unique post
g) Display the data in descending order on the basis of salary.

II.Project work 5M

III. Practical Record 5M

IV.Viva voce
5M

Internal Examiner External Examiner

You might also like