Xii Ip CHN 03 QP
Xii Ip CHN 03 QP
General Instructions:
1. This question paper contains five sections, Section A to E.
2. All questions are compulsory.
3. Section A have 18 questions carrying 01 mark each.
4. Section B has 07 Very Short Answer type questions carrying 02 marks each.
5. Section C has 05 Short Answer type questions carrying 03 marks each.
6. Section D has 02 questions carrying 04 marks each.
7. Section E has 03 questions carrying 05 marks each.
8. All programming questions are to be answered using Python Language only.
SECTION A
1 Which of the following network devices is also known as intelligent hub? 1
a) Gateway b) Switch c)Repeater d)Router
2 _________ are the records and traces that we left behind as we use internet. 1
a) Digital Footprints
b) Data Protection
c) Plagiarism
d) Digital data
3 To display top five rows of a Series S 1
a) S.head( )
b) S.Tail(5)
c) S.Head(5)
d) S.tail( )
4 Write the output for the following SQL commands: 1
Select round(15.193,-1);
a) 11 b)10 c)15 d) 14
5 The combination of bus and star topology is called a ________ 1
a) Hybrid b) Mesh c) Tree d) Ring
6 The _______ function works with data of multiple rows at a time and returns aggregate value. 1
a) SUM() b)AVG() c)MAX() d)COUNT()
7 ‘O’ in FOSS stands for ____ 1
a) Outsource
b) Open
c) Original
d) Outstanding
8 Predict the output of the following queries: 1
Select power(5,3)
a) 100 b)125 c) 243 d)15
9 What will be the output of the following code? 1
>>>import pandas as pd
>>>A=pd.Series(data=[35,45,55,40])
>>>print(A==data)
a) True b) False c)[35,45,55,40] d)Error
10 ______ method in Pandas can be used to change the index of rows and columns of a Series or 1
DataFrame.
a)rename () b)reindex() c)reframe() d)none of the above
11 Which one of the following functions is used to find the largest value from the given data in 1
MySQL?
a)MAX() b)MAXIMUM() c)BIG() d)LARGE()
12 Which of the following is not a type of Cyber crime? 1
a) Data theft b) Forgery c) Installing antivirus d) Cyber bullying
13 The clause that is used to arrange the result of SQL command into groups. 1
a) HAVING BY b)ORDER BY c) DISTINCT d) GROUP BY
14 An organization purchase new computers every year and dumps the old one into the local 1
dumping yard. Write the name of the most appropriate category of waste that the organization is
creating every year, out of the following options:
a) Business waste
b) Commercial waste
c) E-waste
d) Green waste
15 To remove the leading space from data values in a column of MySQL table, we use 1
a) Left() b) Right() c) Trim() d)Ltrim()
16 _________ refers to the process of conversion of electronic devices into something else which 1
can be used again and again.
a) Reduce b)Reuse c)Recycle d) All of the above
17 Assertion (A): A website is a group of related web pages hosted on a web server. 1
Reason (R): A website is a collection of some hyperlinks.
i. Display employee name and bonus after rounding off to zero decimal places.
ii. Display the position of occurrence of string ‘an’ in employee name.
iii. Display the 3 characters from employee name starting from second character.
iv. Display the month name for the DOJ of employees.
v. Display the name of the weekday for the DOJ of Employee.
OR
Divnesh, a database analyst has created the following table : Salesman
34 Agra Shoes Pvt. Limited is an international shoe maker organization. It is planning to set up its 5
India Office at Agra with its head office in Delhi. The Agra office campus has four main
buildings: - ADMIN, PRODUCTION, WAREHOUSE & SHIPPING.
AGRA OFFICE
DELHI HEAD PRODUCTION WAREHOUSE
ADMIN SHIPPING
Number of computers :
ADMIN 120
WAREHOUSE 60
PRODUCTION 35
SHIPPING 18
DELHI HEAD OFFICE 12
i) Suggest the most appropriate location of the server inside the AGRA office (out of
the four buildings) to get the best connectivity for maximum number of computers.
Justify your answer.
ii) Suggest and draw cable layout to efficiently connect various buildings within the
AGRA office for a wired connectivity.
iii) Which networking device will you suggest to be procured by the company to
interconnect all the computers of various buildings of AGRA office?
iv) Company is planning to get its website designed which will allow shopkeepers to see
their products, shipping details themselves on its server. Out of the static or dynamic,
which type of website will you suggest?
v) Which of the following will you suggest to establish the online face to face
communication between the people in the ADMIN office of AGRA and Delhi head
office?
i)Cable TV ii)Email iii)Video Conferencing iv)Text chat
35 Write a program to create a horizontal bar chart for India’s medal tally: 5
OR
Collect data about your nearby school and number of courses they run for Science, commerce
and Humanities, store it in CSV file and present it using a bar plot