Class 12 IP 2024
Class 12 IP 2024
Class 12 IP 2024
Grade: 12
Subject: Informatics Practices(065)
Date: 22.11.2024
Max. Marks: 70 Marks
Duration: 3 Hrs.
Roll No.: _______
General Instructions:
i. Please check this question paper contains 37 questions.
ii. All questions are compulsory. However, internal choices have been provided in some questions.
Attempt only one of the choices in such questions
iii. The paper is divided into 5 Sections- A, B, C, D and E.
iv. Section A consists of 21 questions (1 to 21). Each question carries 1 Mark.
v. Section B consists of 7 questions (22 to 28). Each question carries 2 Marks.
vi. Section C consists of 4 questions (29 to 32). Each question carries 3 Marks.
vii. Section D consists of 2 case study type questions (33 to 34). Each question carries 4 Marks.
viii. Section E consists of 3 questions (35 to 37). Each question carries 5 Marks.
ix. All programming questions are to be answered using Python Language only.
x. In case of MCQ, text of the correct answer should also be written.
_______________________________________________________________________________________
Section-A (21 x 1 = 21 Marks)
(Multiple Choice Question)
Q.1. State whether the following statement is True or False: [1]
The index of a Series must be unique.
Q.2. The purpose of HAVING clause in a SQL statement is to: [1]
(A) Filter rows based on a specific condition (B) Group based data under set condition
(C) Specify the columns to be displayed (D) Sort the result based on a column
Q.3. Identify the networking device responsible for amplifying the strength of the signal over long [1]
distance.
(A) Switch (B) Hub (C) Repeater (D) Router
Q.4. Identify the SQL command used to define primary key on a column after creation of the table. [1]
(A) Alter Table (B) Update Table (C) Both A and B (D) None of these
Q.5. Technology not protected by copyright and available to everyone, is categorized as: [1]
(A) Proprietary (B) Open Source (C) Shareware (D) Experimental
Q.6. Consider a Dataframe df1. Which of the following will display first two columns of a Dataframe? [1]
(A) df1.loc[ :2] (B) df1.iloc[ :,:2] (C) Both A and B (D) None of these
Q.7. Which of the following is correct command to install matplotlib library? [1]
(A) pip install matplotlib (B) pip install pandas (C) install matplotlib (D) None of these
Q.8. State whether the following statement is True or False: [1]
WHERE conditions are applicable on group of rows.
Q.9. The correct statement to read from CSV file in a dataframe df1 is: [1]
(A) df1.to_csv(path of file) (B) df1=pandas.read_csv(path of file)
(C) df1=pandas.read(path of file) (D) csvfile.read_csv(df1)
(b) Write SQL Query to insert the following data in the Infant Table.
101, Frock, 700, 10, 2024-11-15
Center to center distances between various wings as per architectural drawings (in meters) are as follows:
Senior to junior 110m
Senior to Admin 115m
Senior to Hostel 35m
Junior to Hostel 25m
Junior to admin 100m
Expected number of computers in each wing is as follows:
Senior 50m
Admin 25m
Hostel 35m
Junior 45m