Class 12 Informatics Practices Sample Paper Set 13
Class 12 Informatics Practices Sample Paper Set 13
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]
The data value of series object can be modified using value assignment.
2. Which of the following method can be used to plot a Pie chart of the given case? [1]
a) Bharat OS b) Fedora
c) Ubuntu d) Mac OS
6. In Internet Protocol (IP), data is organised in the form of [1]
a) bundles b) switches
c) packets d) parts
7. Which of the following button allows you to move to the previously visited page on the browser? [1]
a) Back b) Last
c) Reverse d) Previous
8. State true or false: [1]
pos is an integer indicating the length of the substring.
9. By default, web pages are saved in the ________ folder. [1]
a) Picture b) Download
c) Music d) Document
10. Saharsh is a student of Class IXth and he is a very frequent user of internet applications. One day he got an [1]
unpleasant message on his instant messenger. What do you think he should do?
a) Ignore it and start chatting to someone else. b) Reply back to them and find out what their
problem is.
c) Shut down the computer and hope they'll d) Go to his parents, teacher or other trusted
leave him alone in future. adult and let them know that he feels
uncomfortable.
11. What will be the order of sorting in the following MySQL statement? [1]
SELECT emp_id, emp_name FROM person ORDER BY emp_id, emp_name;
a) Same b) Any
c) Descending d) Ascending
17. ________ includes any visual symbol, word, name, design, slogan, label, etc., that distinguishes the brand from [1]
other brands.
c) Patent d) Trademark
18. Consider the following dataframe df1: [1]
df1.loc[:0, 'Sal']
a) 3000 b) 50000
a) MID() b) LEFT()
c) TRUNCATE() d) TRIM ()
20. Assertion (A): The violation of Intellectual property rights(IPR) is called IPR infringement. [1]
Reason(R): Plagiarism is the form of IPR infringement.
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.
i. SELECT MID("Exam",1,2);
OR
Name the function that is used to count the number of characters in a character expression.
26. Write minimum two ways by which a virus can spread to other systems. [2]
27. What is Series Size? [2]
28. Define the axes attribute in DataFrame. [2]
OR
Write a program to create a series by given list ['red', 'green', 'blue'].
Section C
29. Write the names of SQL functions to perform the following operations: [3]
a. Display the name of the month from the given date value.
b. Display the day of month from the given date value.
c. Count the number of characters in a given string.
30. Write SQL queries for (i) to (iii) and the outputs for (iv) and (v), which are based on the following table [3]
PARTICIPANTS
Table : PARTICIPANTS
OR
What will be the output of the following?
31. Consider the following DataFrame dfn that contain vegetables. [3]
Capsicum Red 12 60
Chilli Red 50 40
Chilli Green 65 55
Lime Green 20 35
a 100
b 200
c 300
d 400
e 500
dtype: int64
b 200
c 300
dtype: int64
(b) Help him to identify the correct statement that can be used to extract the value with the index 'c'.
(c) Write the command that will give the following output?
b 200
d 400
dtype: int64
(d) Write the command that will display the series by adding 10 in each value?
34. Read the text carefully and answer the questions: [4]
Institute of Distance Learning is located in Pune and is planning to go in for networking of four wings for better
interaction. The details are shown below:
Number of computers
Admission Wing 50
Admin Wing 10
Lib Wing 25
(a) Suggest the type of networking (LAN, MAN, WAN) for connecting Lib Wing to Admin Wing. Justify
your answer.
(b) Suggest the most suitable place (i.e. wing) to house the server, with a suitable reason.
(c) Suggest and placement of the following devices with reasons.
i. Repeater
ii. Switch
(d) What is the use of firewall in network?
OR
Read the text carefully and answer the questions: [4]
Elpis Education Service Ltd. is an educational organisation. It is planning to set up its India campus at Nepal
with its head office at Mumbai. The Nepal campus has 4 main buildings-
ADMIN, ENGINEERING, BUSINESS and MEDIA.
You as a network expert have to suggest the best network-related solutions for their problems raised in
Questions, keeping in mind the distance between the buildings and other given parameters.
ADMIN To ENGINEERING 50 m
ADMIN To BUSINESS 80 m
ADMIN To MEDIA 45 m
ENGINEERING To BUSINESS 60 m
ENGINEERING To MEDIA 50 m
BUSINESS To MEDIA 45 m
ADMIN 110
ENGINEERING 75
BUSINESS 40
MEDIA 10
(a) Suggest the most appropriate location of the server inside the Nepal Campus (out of 4 buildings), to get the
best connectivity for maximum number of computers. Justify your answer.
(b) Suggest and draw the cable layout to efficiently connect various buildings within the Nepal Campus for
connecting the computers.
(c) Which hardware device will you suggest to be procured by the company to be installed to protect and
control the Internet uses within the campus.
(d) Which of the following will you suggest to establish the online face-to-face communication between the
people in the ADMIN office of Nepal Campus and Mumbai Head Office?
OR
Write the code for the following bar graph.