Informatics Practices XII (Q P)
Informatics Practices XII (Q P)
Informatics Practices XII (Q P)
Term II Examination
Session 2020-21
Subject: Informatics Practices[065]
Class XII
General Instructions:
Read the following instructions very carefully and follow them.
1. This question paper contains two Sections A (20 Marks) and B (30 marks). Each Section is
compulsory.
2. Please check that this question paper contains 32 questions on 4 printed pages.
3. Please write down the Serial number of the question before attempting it.
4. All questions are compulsory within each section
SECTION - A
Q.1. In DataFrame the dimension of data structure is. [1]
a. 1D
b. 2D
c. 3D
d. None of the above
Q.2. Which of the following command will display the column labels of the DataFrame? [1]
a. print(df.columns())
b. print(df.column())
c. print(df.column)
d. print(df.columns)
Q.3. Ms. Verma, the class teacher wants to add a new column, the scores of Grade with the values, ‘ A’, [ 1 ]
‘B’, ‘A’, ‘A’, ‘B’, ‘A’ ,to the DataFrame. Help her choose the command to do so:
a. df.column=[’A’,’B’,’A’,’A’,’B’,’A’]
b. df [‘Grade’]=[’A’,’B’,’A’,’A’,’B’,’A’]
c. df.loc[‘Grade’]= [’A’,’B’,’A’,’A’,’B’,’A’]
d. Both (b) and (c) are correct
Q.4. Identify the correct statement : [1]
a. The standard marker for missing data in Pandas is NaN.
b. Series act in a way similar to that of an array
c. Both (a) and (b)
d. None of the above
Q.5. Series ________ is immutable but _____mutable. [1]
a. Size,Value
b. Value,Size
c. Row,Column
d. None of the above
Q.6. Which of the following is not a text function. [1]
a. TRIM()
b. INSTR()
c. MID()
d. MOD()
Q.7. To get the day name from a date,________function is used. [1]
a. Day()
b. Dt_Name()
c. Dayname()
d. None of the above
Q.8. SELECT SUBSTR ('Sakilakumari', -5, 3); will display the output [1]
a. lik
b. uma
c. aku
d. none of the above
Q.9. To display the jobs where the number of employees is less than 3. [1]
a. SELECT JOB, COUNT (*) FROM EMP WHERE COUNT (*) < 3;
b. SELECT JOB, COUNT (*) FROM EMP WHERE COUNT (*) < 3 GROUP BY JOB;
c. SELECT JOB, COUNT (*) FROM EMP GROUP BY JOB WHERE COUNT (*) < 3;
d. SELECT JOB, COUNT (*) FROM EMP GROUP BY JOB HAVING COUNT (*) < 3;
Q.10. To display the name of employees who are getting more salary than the maximum salary of clerks. [1]
a. SELECT ENAME FROM EMP WHERE SAL > (SELECT MAX(SAL) FROM EMP WHERE
JOB=’CLERK’);
b. SELECT ENAME, MAX(SAL) FROM EMP WHERE JOB= ‘CLERK’;
c. SELECT ENAME FROM EMP WHERE SAL >MAX(SAL);
d. SELECT ENAME, SAL FROM EMP WHERE SAL>SELECT MAX(SAL) FROM EMP;
Q.11. The practice of taking someone else's work or ideas and passing them off as one's own is known as [1]
______________.
Q.12. I can keep you signed in. [1]
I can remember your site preferences.
I can give you locally relevant content.
Who am I?
Q.13. Which of the following is not an intellectual property? [1]
a. A poem written by a poet.
b. An original painting made by a painter.
c. Trademark of a Company.
d. A remixed song.
Q.14. _______are the records and traces individuals’ activities as they use the Internet. [1]
Q.15. Which of the following is a disadvantage of ‘Proprietary’ software? [1]
a. You need to be an expert to edit code.
b. You have to pay for this type of software.
c. It’s licensed
d. It is launched after proper testing
Q.16. For web pages where the information is changed frequently, for example, stock prices, weather [ 1 ]
information which out of the following options would you advise?
a) Static web page
b) Dynamic web page
Justify your answer.
Q.17. The first page on the website that allows you to navigate to other pages via menu system or links is [1]
known as:
a. Front page
b. Primary page
c. Home page
d. Main page
Q.18. ________ field of email compose box allows to send same message to multiple recipients without [1]
getting them know about other recipients.
Q.19. Which amongst the following is not an example of browser? [1]
a. Chrome
b. Firefox
c. Avast
d. Edge
Q.20. Which portion of the URL below records the directory or folder of the desired resource? [1]
http://www.somestore.com/firstfloor/shoes.htm
a. HTTP
b. firstfloor
c. www .somestore.com
d. Shops. Htm
SECTION B
Q.21. Consider a given Series , M1: [2]
Sales
Jan 89
Index Feb 90
March 99