Computer Networks

Unit-II : Computer Networks (CBSE Class XII)

CHAPTER-8 COMPUTER NETWORKS 8.1 Evolution of Networking: 8.1.1 Introduction to Computer Networks: Network: – To connect the more than one devices via a medium, is called network. Why do we need network? 1.     Fast and Secure Communication 2.     Resource sharing 3.     Reduce Cost 8.1.2 Evolution of Network: ARPANET: The Advanced Research Projects Agency Network (ARPANET) was an early packet switching…

Read More
Computer Networks

Computer Networks: CBSE Class XII Revision Notes

1. Foundations of Networking and System Architecture The architecture of data management has undergone a strategic evolution, shifting from localized, isolated storage to a globalized, centralized networking model. In the pre-networking era—exemplified by traditional banking—data was confined to physical registers or local hard drives. A customer’s record existed only at their specific “home branch.” If…

Read More
sure_shot_questions

CBSE Class XII Computer Science Exam: Sure-Shot Questions & Revision Guide

1. Strategic Introduction to the 2027 Board Examination The final window before the CBSE Class 12 Computer Science exam is not merely for reading; it is for high-stakes, tactical alignment. Transforming 365 days of curriculum into exam-ready precision requires the “Science Adda247” methodology. With 15 years of board-level experience, I have distilled this revision to…

Read More
Functions in Python

Class 12 CBSE Computer Science: Python Functions Study Notes

1. Fundamentals of Functions Definition and Role In Python, functions are sub-programs—modular segments of a larger program designed to execute specific, well-defined tasks. The fundamental philosophy is Modularity and Reusability, summarized by the mantra: “Write Once, Use Many Times.” The “Zero-Mark” Paradox (Exam Strategy) Board Consultant Insight: Students often neglect this chapter because direct questions…

Read More
Python Revision TOur

Python Revision Tour

1. About Python Python is a high-level programming language developed by Guido Van Rossum. It is an interpreted and platform-independent language, meaning the exact same code can run on any operating system. Python is completely free to use, based on the ABC and Modula-3 programming languages, and supports both procedural and object-oriented programming approaches. 2….

Read More