Practice Test - 4 MS
Practice Test - 4 MS
Practice Test - 4 MS
PREBOARD-I
CLASS - XII
INFORMATICS PRACTICES(065)
MARKING SCHEME
20 The problem with the given SQL query is that group by clause is missing in the query. 2
Corrected Query:
SELECT DEPT, MAX(SALARY) FROM EMPLOYEE GROUP BY DEPT;
21 The order by clause is used to show the contents of a table/relation in a sorted manner with 2
respect to the column mentioned after the order by clause. The contents of the column can be
arranged in ascending or descending order.
The group by clause is used to group rows in a given column and then apply an aggregate
function e.g. max(), min() etc. on the entire group.
(any other relevant answer)
22. St={‘Science’ :27, ‘arts’ :38 , ‘commerce’:42} 2
S1=pd.Series(St)
1 mark for each correct python statement
23. The e-waste management- 2
i. Saves the environment and natural resources
ii. Allows for recovery of precious metals
iii. Protects public health and water quality
iv. Saves landfill space
½ mark for each benefit
OR
Intellectual property rights are the rights given to persons over the creations of their minds like
creativity concepts, inventions, industrial models, trademarks, songs, literature, symbols, names,
brands,....etc. They also entitle him/her to prevent others from using, dealing or tampering with
his/her product without prior permission from him/her.
It should be protected since:
1. New innovations in all IPR domains lead to Human progress and advancement.
2. Legal protection of new innovations encourages safe spending on other innovations.
3. Caring for and protecting IPR contribute to achieving economic and social development.
24 a. [10,20,10,20] – Replication 2
b. [20,40] - Multiplication
25 i. Shape of Dataframe is (4,3) 2
ii. Name of index are: 0,1,2,3 and column names are: ID, Name, Marks
1 mark for each correct statement
SECTION-C (3 MARKS)
26 (a) 3
Avg(exp)
9
(b)
Id Name Doj Dept Gen Exp
der
6 Danish 11-09-2013 Personnel M 8
(c)
Name
AMAN
CHRISTINA
SHEM
c) Switch
(b)