Class 12 Informatics Practices Sample Paper Set 1
Class 12 Informatics Practices Sample Paper Set 1
Class 12 Informatics Practices Sample Paper Set 1
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]
"POST requests should always be used for sensitive data’’
2. The datapoints plotted on a graph are called ________. [1]
a) Ticks b) Markers
c) Values d) Pointers
3. Geometric arrangement of devices on the network is called [1]
a) media b) protocols
c) LAN d) topology
4. What is the meaning of HAVING clause in SELECT query. [1]
c) To filter out the summary groups. d) To filter out the row and column values.
5. ________ stands for malicious software, is designed to infiltrate a computer system without the owner’s [1]
informed consent.
a) Attachments b) Spam
c) Malware d) Blog
6. ________ is a software component that adds a specific feature to an existing computer program. [1]
a) Cookies b) Addon
a) Email b) Webpage
a) Router b) Modem
c) Repeater d) Switch
10. Abhilasha forgot to sign out from her gmail id and Aditi used Abhilasha’s gmail id to send mail. This act of [1]
Aditi is considered as
a) piracy b) phishing
a) MIN() b) SUB()
c) MAX() d) SUM()
12. Ravisha has stored the records of all students of her class in a MYSQL table. Suggest a suitable SQL clause that [1]
she should use to display the names of students in alphabetical order.
a) SORT BY b) GROUP BY
c) ORDER BY d) ALIGN BY
13. Which is not a measure to recycle your e-waste safely. [1]
a) Throw it in water or dig them in earth. b) Visit Civic institutions for recycling options.
a) Plagiarism b) Hacking
a) MONTHNAME( ) b) MONTH( )
c) NOW( ) d) DATE( )
17. It is an act of copying another person’s idea, words or work and pretend that they are our own. [1]
a) Virus b) Copyright
c) Plagiarism d) IPR
18. Write the output of the given command: df1.loc[:0,'Name'] Consider the given dataframe. [1]
c) Clerk d) VINAY
19. What will be returned by the given query? [1]
SELECT ROUND(153.669,2);
a) 153.7 b) 153.66
c) 153.6 d) 153.67
20. Assertion (A): XYZ company making copies of the new movie DVD and send selling the copies without movie [1]
producer’s permissions. XYZ Company was seized by the cyber police on complaint given by movie producer.
Reason(R): piracy of the content comes under cyber crime.
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.
A B C
S1 90 91 92 93
S2 94 95 96 97
S3 98 99 100 100
S4 91 92 93 94
(a) Create a new column total TOT by adding marks.
(b) Find the highest marks scored by student s1.
(c) Find the lowest marks scored by student s1.
(d) Find the highest marks in ACC.
34. Read the text carefully and answer the questions: [4]
Granuda consultants are setting up a secured network for their office campus at Faridabad 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 Kolkata.
Answer the questions after going through the building positions in the campus and other details, which are given
below.
Distance between various buildings
Number of computers
Building RAVI 25
Building GANGA 51
Head Office 10
(a) Suggest the most suitable place (i.e. block) 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 building 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 Kolkata using
a wired connection. Which of the following cable will be most suitable for this job?
Law Block 15
Technology Block 40
HR Centre 115
Business Block 25
(a) Suggest the most suitable place (i.e. block/centre) to install the server of this university with a suitable
reason.
(b) Suggest an ideal layout for connecting these block/centre for a wired connectivity.
(c) Which device you will suggest to be placed/installed in each of these blocks/centre to efficiently connect
all the computers with in these blocks/centre?
(d) The university is planning to connect its admission office in the closest big city, which is more than 250
km from university, which type of network out of LAN, MAN or WAN will be formed? Justify your
answer.
Section E
35. Write the SQL queries which will perform the following operations: [5]
i. To display the year from your Date of Admission which is '2023-05-15'.
ii. To convert your email id '[email protected]' to lowercase.
iii. To remove leading spaces from a string 'my country'.
iv. To display current date.
v. To display the value of 106.
36. Write the code in Pandas to create the following DataFrame [5]
Write the commands to do the following operations on the DataFrame given above:
i. To select the column Designation.
ii. To change index label from 1 to E101, 2 to E102,... and so on.
37. Write a code to plot a bar chart to depict the birds in a city as shown below. [5]
OR
Consider the following graph. Write the code to plot it.