Class 12 Computer Science Notes Final
Class 12 Computer Science Notes Final
Computer Network - 2
Computer Network - 2:
- Types include LAN, WAN, MAN, etc., each suitable for different scopes of use.
Network Topologies:
- Bus: Single cable connecting all nodes; one fault affects the whole network.
- Star: Central hub connects all nodes, providing better fault tolerance.
Network Protocols:
Transmission Media:
- Wired: Coaxial cables, fiber optics provide high speed, but need physical links.
- Wireless: Wi-Fi and Bluetooth offer flexibility, though signal strength can vary.
Network Devices:
Relational Database
Relational Database:
Introduction to RDBMS:
Database Models:
Key Terms:
Normal Forms:
- 1NF, 2NF, 3NF: Levels of database normalization to reduce redundancy and dependencies.
SQL Basics:
Filtering Data:
- Conditions use operators like =, >, <, AND, OR, NOT to refine searches.
Creating Tables:
Data Types:
- INT, VARCHAR, DATE, and others specify the nature of each column's data.
Data Manipulation:
Altering Tables:
Joins:
- LEFT JOIN: Returns all records from the left table and matched records from the right.
- RIGHT JOIN: Returns all records from the right table and matched records from the left.
- FULL JOIN: Returns records when there's a match in one of the tables.
Basic Steps:
Error Handling:
- Handle exceptions for robust code execution.