12th IP
12th IP
General Instructions:
1. This question paper contains five sections, Section A to E.
2. All questions are compulsory.
3. Section A has 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
26. Write a Python code to create a DataFrame with appropriate column headings from the list given below:
[[P01 ,‘Sachin Tendulkar’, ‘lndia’],[P02 , ‘Brian Lara’, ‘West Indies’], [P03, ‘Wasim Akram’,
‘Pakistan’],[P04,’Adam Gilchrist’, ‘Australia’]]
27. What are the psychological problems related to the usage of technology?
28. Abhishek uses computer and mobile for his personal use. Study the following cases and answer the
questions given below.
1 2 Sheeta 77
2 3 Paromita 89
3 4 Debarati 98
Section – D
31. Ekam, a Data Analyst with a multinational brand has designed the DataFrame df that contains
the four quarter’s sales data of different stores as shown below [4]
32. Mr. Krishnamurthy, who is a new user of Python Pandas, has created the following Series
“Electrical” carrying names of electrical appliances as values and their wattage as the index. He
wants to perform certain operations on the Series. You are supposed to help him in writing the
commands:
Electrical
Index Name
12W LED
200W Fan
1000W Electric Iron
(i) He wants to change the index of Electrical series “LED” element to “A”.
(ii) To display the record of ‘Fan”.
(iii) Display the last rows of the dataset.
Section – E
34. 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 (i) to (v) after going through the building positions in the campus and other
details, which are given below.
Number of computers
Building RAVI 25
Building JAMUNA 150
Building GANGA 51
Head Office 10
(i) Suggest the most suitable place (i.e. Building) to house the server of this organisation. Also, give
a reason to justify your suggested location.
(ii) Suggest a cable layout of connections between the building inside the campus.
(iii) Suggest the placement of the following devices with justification
(a) Switch
(b) Repeater
(iv) Consultancy is planning to connect its office in Faridabad which is more than 10 km from head
office. Which type of network will be formed?
(v) State the use of HUB?
33. Mr. Som, a data analyst has designed the DataFrame df that contains data about Computer
Olympiad with ‘CO1’, ‘CO2’, ‘CO3’, ‘CO4’, ‘CO5’ as indexes shown below. Answer the following
questions:
CO1 PPS 40 32 8
CO2 JPS 30 18 12
CO3 GPS 20 18 2
CO4 MPS 18 10 8
CO5 BPS 28 20 8
i. df.shape
ii. df[2:4]
B. Write Python statement to display the data of Topper column of indexes CO2 to CO4.
C. Write Python statement to compute and display the difference of data of Tot_students column
and First_Runnerup column of the above given DataFrame.
35. (a) What is netiquette? Write any two rules of netiquettes. (2 marks)
(b) What is Intellectual Property Rights? (3 marks)