XII_IP_Model_1
XII_IP_Model_1
General Instructions:
1
5 1
A branch of science that deals with designing or arranging
workplaces including furniture, equipment and systems so it
becomes safe and comfortable for the user is
(a)Ergonomics (b)Economics
(c)Ergomology (d)Euphonic
6 Which attribute is used to get the number of elements in a 1
dataframe?
(a) size (b) shape (c) values (d) ndim
2
14 Which of the IPR is granted automatically to the creators? 1
(a)trademark (b) copyright (c)patent (d) all of the above
17 Which of the following command will show the last 3 rows from a 1
Pandas Series named S?
(a) S. tail( ) (b) S. tail(3)
(c ) S.TAIL(3) (d) S. Tail(3)
18 For how long does a patent typically protect an invention? 1
(a) 15 years (b) 5 years (c) 10 years (d) 20 years
19 1
Which of the following activities is an example of leaving Active
digital footprints?
(a)Surfing internet (b)Visiting a website
(c)Sending an email to a friend (d)Use a mobile app
3
21 Assertion(A): A Series is a one-dimensional array containing a 1
sequence of values of any datatype (int,float, list, string)
Section B (7 X 2 = 14 Marks)
22 Write a program in python to create a series friend as shown 2
below:
Arun 40
Beena 50
Tom 21
OR
What is a dataframe in Pandas? Give suitable example
23 Mention any 4 habits that are not considered as netiquette. 2
But she did not get the desired result. Rewrite the above query with
necessary changes to get the desired output. Also write the query to
display the number of students in each stream
25 Differentiate between the following: 2
27 List out and explain 4 health concerns which can happen with 2
digital device addiction.
4
28 What will be the output of the following command: 2
import pandas as pd
s1 = pd.Series([1,2,3], ["a","b","c"])
s2=pd.Series([10,20,30], ["aa","b","c"])
print(s1+s2)
OR
Section C (4 X 3 = 12 Marks)
29 3
Write three measures to recycle your e-waste.
OR
Write a Program to create a Pandas Series as shown below using a
dictionary.
Kerala Palakkad
Tamilnadu Coimbatore
Karnataka Bangalore
31 a)Write an SQL statement to create a table named Employee, with the 2+1
following specifications:
5
32 3
Write outputs for SQL queries (i) to (iii) which are based on the
given table vehicle:
OR
(a) Display the details of all customers who have placed the
order in the year 2023.
6
Section D (2 X 4 = 8 Marks)
33 Write Python code to plot a bar chart for India’s medal tally as shown 4
below:
7
OR
Write outputs for SQL queries (a) to (d) which are based on the
given table CLUB:
1 Swimming 10000 M, W
2 Singing 8000 Th, S
3 Dance 12000 M, W
4 Drawing 7000 T, Th
5 Craft NULL F, S
6 Cooking 9000 T, F
Section E (3 X 5 = 15 Marks)
35 WEDGE company is working in 4 blocks- A, B, C and D. 5
Following table shows the distance between blocks and the
number of computers in each of the blocks. The company is
planning to form a network of these blocks.
8
(a) Suggest a cable layout of connections between the blocks.
(b) Suggest the most suitable place (i.e. block) to house the
server of this organisation with a suitable reason.
(a) Write python code to display the profit rate of all quarters
of Infosys company.
(b) Write python code to display the profit rate of Qtr3 of all
companies
9
37 Write suitable SQL query for the following: 5
OR
10