Class 12 Informatics Practices Sample Paper Set 3
Class 12 Informatics Practices Sample Paper Set 3
Class 12 Informatics Practices Sample Paper Set 3
Join School of Educators' exclusive WhatsApp, Telegram, and Signal groups for FREE access
to a vast range of educational resources designed to help you achieve 100/100 in exams!
Separate groups for teachers and students are available, packed with valuable content to
boost your performance.
Additionally, benefit from expert tips, practical advice, and study hacks designed to enhance
performance in both CBSE exams and competitive entrance tests.
Don’t miss out—join today and take the first step toward academic excellence!
INFORMATICS PRACTICES
All questions are compulsory. However, internal choices have been provided in some questions. Attempt only one
of the choices in such questions
Section D consists of 2 case study type questions (33 to 34). Each question carries 4 Marks.
Section A
1. State true or false: [1]
CSV files are quick to create and load into memory before analysis.
2. Which key is used to run the module? [1]
a) F6 b) F5
c) F4 d) F3
3. Which of the following topologies needs the least cable length? [1]
a) Tree b) Star
c) Car d) Bus
4. The correct output of [1]
a) Plagiarism b) Trademark
c) Patent d) Copyright holder
6. Modulation and demodulation is performed by [1]
a) gateway b) modem
c) satellite d) microwave
7. The Gyan international school has installed 40 computers in its Computer lab. Choose the correct deviceto form [1]
a LAN network involving the 40 computers.
a) Switch b) Hub
c) Gateway d) Repeater
8. State true or false: [1]
SQRT() returns the square root of a given number.
9. By default, web pages are saved in the ________ folder. [1]
a) Picture b) Download
c) Music d) Document
10. Which of the following term that encapsulates the legal issues related to the use of Internet? [1]
a) SELECT b) WHERE
c) FROM d) TO
12. Which aggregate function returns the count of all rows in a specified table? [1]
a) SUB b) COUNT
c) SUM d) DISTINCT
13. The trail that is automatically created, when a person uses the Internet on any digital devices like laptops, smart [1]
phones, tablets etc is called
a) Group by b) Having
c) Where d) With
17. Which of the following is one of the most strong crime committed in the virtual world? [1]
a) print(df.shape()) b) print(df.size)
c) print(df.shape) d) print(df.size())
19. Which of the following function converts the characters of an argument string to the uppercase characters? [1]
a) UCASE() b) UPPER( )
a) Both A and R are true and R is the correct b) Both A and R are true but R is not the
explanation of A. correct explanation of A.
a) Both A and R are true and R is the correct b) Both A and R are true but R is not the
explanation of A. correct explanation of A.
mysql>SELECT SUBSTR('STUDENT',3,3);
OR
Consider the following table BOOK.
Table Book
Give the output of the following SQL commands on the basis of the above table BOOK.
26. Manohar received an email from a company, named Makemoney Pvt. Ltd., claiming that Manohar has won ₹20 [2]
lakhs in a survey done online. In order to claim the prize money, he was required to answer few security
questions such as his Name, Account number, PAN card details, Phone number and OTP for verification
purposes. For this, he had to click on the link provided in the email.
Answer the following questions:
i. Should Manohar give the required details to the company?
ii. What is the activity depicted above?
iii. What should he do with this email?
27. Write python code to create the following series using Dictionary: [2]
101 Harsh
102 Arun
103 Ankur
104 Harpahul
105 Divya
106 Jeet
28. Kavyanjali, a chemical analyst, needs to arrange data of few elements in the form of two series containing [2]
symbols and their atomic numbers respectively. Thereafter, the data of these two series has to be arranged and
displayed in the form of Data Frame as shown below:
Hydrogen H 1
Helium He 2
Lithium Li 3
Beryllium Be 4
0 10 40 70
1 40 50 80
2 30 60 90
3 40 70 0
4 50 80 10
After altering col1 and col3
0 70 40 10
1 80 50 40
2 90 60 30
3 0 70 40
4 10 80 50
A B C
From To Distance
Buildings Computers
Administrative Building 20
Finance Building 40
(a) Suggest the most appropriate building, where EPG should plan to install the server.
(b) Suggest the most appropriate building to building cable layout to connect all three buildings for efficient
communication.
(c) Which type of network out of the following is formed by connection the computers of these three
buildings?
a) MAN b) Wifi
c) WAN d) LAN
(d) Which wireless channel out of the following should be opted by EPG to connect to students of all over the
world?
a) Satellite b) Infrared
c) Wired d) Microwave
OR
Read the text carefully and answer the questions: [4]
Workalot consultants are setting up a secured network for their office campus of Gurgaon for their day-to-day
office and web-based activities. They are planning to have connectivity between 3 buildings and the head office
situated in Mumbai.
Answer the questions after going through the building positions in the campus and other details, which are given
below:
Number of computers
Building GREEN 32
Building BLUE 45
Head Office 10
(a) Suggest the most suitable place (i.e. building) to house the server of this organisation. Also, give a reason
to justify your suggested location.
(b) Suggest a cable layout of connections between the buildings inside the campus.
(c) Suggest the placement of the following devices with justification:
i. Switch
ii. Repeater
(d) The organisation is planning to provide a high speed link with its head office situated in the Mumbai using
a wired connection. Which of the following cables will be most suitable for this job?
Write SQL queries using SQL functions to perform the following operations:
i. Display the first 3 characters of the Itemname.
ii. Display the month name from the Stockdate.
iii. Display the total price of the whole stock.
iv. Display the average Price of all the stocks.
v. Display all the Price round off up to 2 decimal places.
36. Consider the dataframe medaltally. Here header and index arguments are True; Hence the index and column [5]
labels are written to the csv file processed_medaltally.csv.
37. You are provided with the following data on the number of students who participated in a programming [5]
competition over the years:
Year Participants
2018 150
2019 180
2020 210
2021 250
Create a bar graph to visualize the growth in participants over the years.
OR
Draw the approximate graph for the following code.