/**/ Sanjeev Study Hub – Class 11 & 12 Notes, Question Papers, IP & CS Study Material

Wednesday, April 15, 2026

Class 12 Informatics Practices 2026 Question Paper with Answers (Full Solution)

 CBSE Class 12 IP 2026 बोर्ड पेपर + Solutions


1. State whether the following statement is True or False:
In Pandas Series, the Positional index can be a string or an integer.

Answer:  False

2. We can add a new row to a DataFrame DF using the ______ method.

(A) DF.add()
(B) DF.loc[]
(C) DF.loc()
(D) DF.addloc[]

Answer:  (B) DF.loc[]

3. Naveen discarded various types of waste material without realizing that e-waste contains harmful substances that could pollute the environment. He wants to know which of the following will be considered as e-waste.

A. Plastic Bottle

B. Broken Smartphone

C. Aluminium Foil

D. Banana Peel

4. In which scenario is a bar chart preferred over a line chart?

A. To visualize monthly temperature trends over a year

B. To compare the number of students in different classes.

C. To show stock price movements over time.

D. To analyze trends in website traffic over days.

5. Which of the following network topology used a central cable (backbone) to connect all devices?

A. Mesh

B. Star

C. Tree

D. Bus

Reason: In a bus topology, all devices are connected to a single main cable called a backbone. Data travels along this cable, and every device is linked to it.

6. State whether the following statement is True or False:

In SQL, an aggregate function returns multiple values for each column on which is applied. 

False

7. Rohini has developed a new kind of water purifier that used a unique filtration method. Which type of Intellectual Property Right should she apply to protect her invention?

A. Trademark

B. Copyright

C. Patent

D. Both Copyright & Trademark

8. Aditya is working on a DataFrame named df. He has written the statement:

print(df.loc[‘S2’] )

What will the above statement do?

A. Display the data of the row having label ‘S2’.

B. Display the columns of the DataFrame.

C. Display the data type of the column having label ‘S2’.

D. Display the index numbers of the DataFrame.

9. What will be the result of the following SQL command?

SELECT LENGTH (‘DATA  BASE) ;

(Note: There is single space between the words Data and Base)

A. 7

B. 8

C. 9

D. Error

10. Which of the following is a key feature of a Static Web Page?

A. Its content updates very frequently.

B. It displays different content to different users.

C. It loads slower than a Dynamic Web Page.

D. It shows the same content unless the code is manually updated.

11. Which of the following is the correct expanded form of DML?

A. Device Management Language

B. Device Manipulation Language

C. Data Management Language

D. Data Manipulation Language

12. CSV stands for __________ Separated Values.

A. Colon

B. CTRL

C. Comma

D. Caret

13. Which of the following is an example of maintaining good net etiquette?

A. Spamming emails or messages to strangers.

B. Ignoring other’s opinions in online discussions.

C. Not using copyrighted materials without permission of the owner.

D. Sharing someone’s private information publicly.

14. In the context of creating a Pandas Series from a dictionary, which of the following statement is correct?
A. The values of the dictionary become the indices of the Series.
B. The keys of the dictionary become the values of the Series.
C. The keys of the dictionary become the indices of the Series.
D. The Series will have default integer indices starting from 0, ignoring the dictionary keys.

15. In Pandas, when extracting a portion of a Series serl using serl[start:end] with positional indices start and end, which of the following statements is true?
A. The element at the end index is included in the output.
B. The element at the end index is excluded from the output.
C. The elements at both the start and end indices are excluded from the output.
D. The element at the start index is excluded from the output.

16. Nisha is using an Android app to make a voice call over the internet to her friend in another country. Which protocol is being used in this case?
A. Chat
B. VoIP
C. Email
D. TV

17. State whether the following statement is True or False:
The INSTR(string1, string2) function in SQL returns 0 if string2 is not present as a substring in string1.

Ans: True

18. In a Pandas DataFrame, which value for axis will be used to delete a column?
A. axis = -1
B. axis = 0
C. axis = 1
D. axis = 2

19. What will be the result of the following SQL command?
SELECT ROUND(15.678, 2);
A. 15.00
B. 15.67
C. 15.68
D. 16.00

Q. 20 and Q. 21 are Assertion (A) and Reason (R) Type questions. Choose the correct option as:
A. Both (A) and (R) are True, and (R) correctly explains (A).
B. Both (A) and (R) are True, but (R) does not correctly explain (A).
C. (A) is True, but (R) is False.
D. (A) is False, but (R) is True.

20. Assertion (A): Pandas DataFrame can store values of multiple data types in multiple columns.
Reason (R): DataFrames are implemented using 2D arrays, which allows only numeric values.

Ans: A is True, but R is False.

21. Assertion (A): The output of the SQL query SELECT COUNT(name) FROM students; will differ from the output of SELECT COUNT(*) FROM students; if there are some NULL values in the name column.
Reason (R): COUNT(column_name) returns the count of NON NULL values in that column, whereas COUNT(*) returns the number of records in the table.

Ans: Both A and R are True, and R correctly explains A.

===================================

Saturday, March 14, 2026

Top 5 Board-Level Networking Case Study Questions for CBSE Class 12 IP 2026 with Answers & Explanations

 Important Section-E Questions for Class 12 IP 2026 with Answers & Explanations

Question 1

A company FutureTech Pvt. Ltd. has four departments in its office building:

  • Administration

  • Finance

  • Marketing

  • Development

Distances between departments:

ConnectionDistance
Administration – Finance45 m
Administration – Marketing60 m
Administration – Development75 m
Finance – Marketing35 m
Finance – Development50 m
Marketing – Development40 m

The company also has a branch office in Chennai, located 1200 km away.

Questions

a) Suggest the most suitable department to install the network switch.

Answer: Finance Department

Reason:
Finance department has comparatively shorter distances with other departments (45 m, 35 m, 50 m).
Installing the switch at a central location reduces cable usage and improves network efficiency.


b) Which transmission media should be used for connecting departments within the building?

Answer: Twisted Pair Cable

Reason:
Twisted pair cables are widely used for LAN connections inside buildings because they are cheap, easy to install, and suitable for short distances.


c) Identify the network type formed between the main office and the Chennai branch.

Answer: WAN (Wide Area Network)

Reason:
WAN connects networks across cities, states, or countries. Since the distance is 1200 km, it forms a WAN.


d) Name the device used to connect these networks.

Answer: Router

Reason:
Routers connect different networks and control the flow of data packets between them.


Question 2

A university has the following departments:

  • Library

  • Computer Lab

  • Administration

  • Examination Cell

Distances between departments:

ConnectionDistance
Library – Computer Lab25 m
Library – Administration35 m
Library – Examination50 m
Computer Lab – Administration30 m
Computer Lab – Examination40 m
Administration – Examination20 m

The university wants to connect its campus with another campus 450 km away.


Questions

a) Suggest the best place to install the network switch.

Answer: Administration Department

Reason:
Administration has relatively shorter and balanced distances (35 m, 30 m, 20 m) with other departments, making it the central point of the network.


b) Which cable will be suitable for interconnecting the departments?

Answer: Ethernet (Twisted Pair) Cable

Reason:
Ethernet cables support high-speed data transmission within LAN networks inside buildings.


c) What type of network will connect the two campuses?

Answer: WAN

Reason:
A connection covering large geographical areas such as cities or states is categorized as WAN.


d) Which device connects a LAN to the internet?

Answer: Router

Reason:
Routers act as gateways between internal networks and external networks such as the internet.


Question 3

A hospital has four departments:

  • Emergency

  • Pharmacy

  • Laboratory

  • Billing

Distances between departments:

ConnectionDistance
Emergency – Pharmacy20 m
Emergency – Laboratory45 m
Emergency – Billing30 m
Pharmacy – Laboratory35 m
Pharmacy – Billing25 m
Laboratory – Billing40 m

The hospital wants to connect its network with another hospital 700 km away.


Questions

a) Suggest the best department to place the network switch.

Answer: Pharmacy

Reason:
Pharmacy department has shorter average distances (20 m, 35 m, 25 m) with other departments, which makes it the optimal central location.


b) Which network topology is commonly used with switches in such networks?

Answer: Star Topology

Reason:
In star topology, all devices connect to a central switch, making the network easy to manage and troubleshoot.


c) What type of network will connect the two hospitals?

Answer: WAN

Reason:
Networks spanning large distances across cities form a Wide Area Network.


d) Which device controls the data path between networks?

Answer: Router

Reason:
Routers analyze destination addresses and forward data packets through the best path.


Question 4

A publishing company has four departments:

  • Content Writing

  • Editing

  • Designing

  • Printing

Distances between departments:

ConnectionDistance
Content – Editing30 m
Content – Designing55 m
Content – Printing70 m
Editing – Designing25 m
Editing – Printing45 m
Designing – Printing35 m

The company also has another office 1000 km away.


Questions

a) Which department is the most suitable for installing the switch?

Answer: Editing Department

Reason:
Editing has shorter and balanced distances (30 m, 25 m, 45 m) compared to others, making it the central connection point.


b) Which cable is most appropriate for connecting devices inside the office?

Answer: Twisted Pair Cable

Reason:
It is cost-effective and commonly used in LAN environments.


c) What type of network connects the two offices?

Answer: WAN

Reason:
The connection spans long distances between cities, so it is classified as a WAN.


d) Which device directs data packets between networks?

Answer: Router

Reason:
Routers determine the best path for data transmission between multiple networks.


Question 5

A bank has four sections:

  • Customer Service

  • Accounts

  • Loan Department

  • IT Department

Distances between sections:

ConnectionDistance
Customer Service – Accounts25 m
Customer Service – Loan40 m
Customer Service – IT60 m
Accounts – Loan30 m
Accounts – IT45 m
Loan – IT35 m

The bank has another branch 1500 km away.


Questions

a) Which department is the best location to install the switch?

Answer: Accounts Department

Reason:
Accounts department has balanced distances to all other sections, making it the most efficient central point.


b) Which cable will be used for internal networking?

Answer: Ethernet / Twisted Pair Cable

Reason:
Twisted pair cables are standard LAN cables used for short-distance networking.


c) What type of network will connect the two bank branches?

Answer: WAN

Reason:
Networks connecting different cities over long distances are classified as WAN.


d) Which networking device connects these networks?

Answer: Router

Reason:
Routers connect different LAN networks and allow communication between distant locations.

Note: “Practice these 5 questions thoroughly—I’m confident you can score full marks in them!” 💪📚

Thank You!!!

=================================

Class 12 Informatics Practices 2026 Question Paper with Answers (Full Solution)

  CBSE Class 12 IP 2026 बोर्ड पेपर + Solutions 1. State whether the following statement is True or False: In Pandas Series, the Positional...