INFORMATICS PRACTICES (065)
GRADE 12 – PRACTICE WORKSHEET_11.07.2025
S.NO QUESTIONS
1 State whether True or False
a. A series object is size mutable.
b. A Dataframe object is value mutable
2 Consider a given Series ,
Series1:
200 700
201 700
202 700
203 700
204 700
Write a program in Python Pandas to create the series and display it.
3 Consider the following Series object,
s
IP 95
Physics 89
Chemistry 92
Math 95
i. Write the Python syntax which will display only IP.
ii. Write the Python syntax to increase marks of all subjects by 10.
4 What are some side effects of spending too much time on computers?
5 What do you understand by Net Etiquettes? Explain any two such etiquettes.
6 What do you understand by plagiarism? Why is it a punishable offence? Mention any two ways to
avoid plagiarism.