JKBOSE Class 12 IT / CS
The Full 50 Topic Masterlist
#include <success.h>
Sync Your Knowledge:
➜ Class 12 Maths
➜ Class 12 Physics
Unit I: Object Oriented Programming (C++)
- OOP Concepts: Encapsulation, Polymorphism, and Data Abstraction.
- Constructors: Default, Parameterized, and Copy Constructors. Must Do
- Access Specifiers: Difference between
public,private, andprotected. - Inheritance: Single, Multiple, and Multilevel types. Diagram
- Friend Function: Syntax and purpose in C++.
- Virtual Functions: Run-time polymorphism and Pure Virtual functions.
Unit II: Data Structures
- Stack: LIFO principle and
PUSH/POPalgorithms. High Yield - Queue: FIFO principle and
INSERT/DELETElogic. - Searching: Linear vs Binary search (Time complexity).
- Sorting: Bubble Sort and Selection Sort algorithms.
Unit III & IV: SQL & Boolean Algebra
- SQL Commands:
SELECT,UPDATE, andDELETEwithWHEREclause. Queries - Aggregate Functions: Using
SUM(),COUNT(), andAVG(). - K-Map: Simplification of 3-variable and 4-variable expressions. Guaranteed
- Logic Gates: Symbols and Truth Tables for XOR and XNOR.
- De Morgan’s Laws: Mathematical proof using truth tables.
Unit V: Networking & Cyber Security
- Topologies: Bus, Star, and Ring (Pros/Cons). Diagram [Image of network topologies diagram]
- OSI Model: The 7 layers and their specific functions. Must Do
- Transmission Media: Coaxial, Fiber Optic, and Microwaves.
- Networking Devices: Role of Routers, Switches, and Hubs.
- Protocols: TCP/IP, HTTP, FTP, and SMTP definitions.
- Cyber Security: Understanding Phishing, Trojan Horses, and Firewalls.
Asterisk Classes: Debugging Strategy
- The K-Map Grouping: Always look for Octets first, then Quads, then Pairs. The larger the group, the simpler the expression!
- SQL Syntax: Never forget the semicolon
;at the end of your queries. Suffixes are important for examiners. - Algorithms: Write the logic in step-by-step English first, then provide the pseudo-code. It ensures partial marks even if the code has a bug.
