Sivagiri Vidyaniketan Senior Secondary School Valmiki Hills Thottumughom - Aluva 683105

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

INFORMATICS PRACTICES (065) 2021-22

SIVAGIRI VIDYANIKETAN
SENIOR SECONDARY SCHOOL
VALMIKI HILLS
THOTTUMUGHOM – ALUVA
683105

INFORMATICS PRACTICES
PRACTICALS
RECORD
SESSION: 2021 -2022

SIVAGIRI VIDYANIKETAN, ALUVA


INFORMATICS PRACTICES (065) 2021-22

SIVAGIRI VIDYANIKETAN
SENIOR
SECONDARYSCHOOL
VALMIKI HILLS
THOTTUMUGHOM ALUVA –
683105

INFORMATICS PRACTICES PRACTICAL


RECORD
SESSION: 2021-2022

SUBMITTED TO & BY:


Ms RESHMA SUJAYLAL IRFAN CA
DEPT.OF COMPUTER SCIENCE REG NO:
CLASS : XII B

SIVAGIRI VIDYANIKETAN, ALUVA


INFORMATICS PRACTICES (065) 2021-22

SIVAGIRI VIDYANIKETAN
SENIOR
SECONDARYSCHOOL
VALMIKI HILLS
THOTTUMUGHOM – ALUVA
683105

CERTIFICATE

Certified that this is the bona-fide record of practical work in Informatics


Practices
By: IRFAN CA Reg No.:
submitted for Practical Examination 2020-2021 at Sivagiri Vidyaniketan Senior
Secondary School, Aluva

PRINCIPAL

Teacher In-Charge External Examinar


Date:

SIVAGIRI VIDYANIKETAN, ALUVA


INFORMATICS PRACTICES (065) 2021-22

INDEX

SL PROGRAM
NO. PAGE
NO
1. Create a series from an ndarray and a dictionary of values.

2. Create a series to display percentage obtained by each student


index should be roll no.
3. Create a series to store the amount of sales made by a salesperson for the last Year.
4. Create a series to store the marks in IP of 5 students in a class.
5. Consider a Series object that stores the charity contribution (in Rs) of each section of a
School.
6. Create a Series object. Display data type, shape of data, item size, dimension, index,
number of bytes, values, number of elements, any NaN values and empty or not
based on the above series.
7. Perform all mathematical operations.
8. Write a program to draw line chart.
9. Write a program to draw line charts for the following.
Show the unemployment rate from 1920 to 2010.
10. Create horizontal bar chart.
11. Create bar chart.
12. Read the above csv and plot a bar chart represents car and its price.
13. Create an array having 30 elements between 5 and 50. Plot the following
having 10 bins.
14. Create a data frame using a dictionary with the given data.
15. Create a data frame to enter names of 8 students and their marks.
16. Create a data frame with dictionary with keys as ‘DATA1’ and ‘DATA2’. Their values are
[12, -55,67,78, nan, -44] and [56, -78,89, -90, nan, 87]…
17. Create a data frame using student name, roll number and grade as the keys. Transfer
this
data frame to CSV file. Later load the above CSV file and display the
data.
18. Create a csv file with id,fname marks in English, accountancy and ip. Read
Csv using dataframe and do the following.
19.
20. Create a data frame using dictionary, to show the unemployment rate from
1920 to 2010 using line chart.
21. Create a dataframe using a dictionary with given data.
22 SQL COMMANDS
23 MATH FUNCTIONS INDEX

SIVAGIRI VIDYANIKETAN, ALUVA


INFORMATICS PRACTICES (065) 2021-22

SL.NO PROGRAM PAGE.NO


24. TEXT FUNCTIONS

25. DATE FUNCTIONS

26. AGGREGATE FUNCTIONS

27. MYSQL-I

28. MYSQL-II

29. MYSQL-III

30. MYSQL-IV

31. MYSQL-V

SIVAGIRI VIDYANIKETAN, ALUVA

You might also like