CSS GSA — Paper 7, Part-I, Section V (Information Technology)
Computer Fundamentals
- Hardware: physical components — CPU (Central Processing Unit, the "brain," executes instructions), RAM (volatile short-term memory), storage/ROM (HDD, SSD — non-volatile), input devices (keyboard, mouse, scanner), output devices (monitor, printer)
- Software: System software (e.g., Operating Systems — Windows, Linux, macOS — manage hardware/resources) vs Application software (programs for specific user tasks — word processors, browsers)
- I/O Processing and Data Storage: Input → Processing (CPU) → Output, following the basic computing cycle; data storage hierarchy: registers (fastest, smallest) → cache → RAM → secondary storage (HDD/SSD, largest, slowest, persistent)
- Networking & Internet Standards:
- LAN (Local Area Network, small area) vs WAN (Wide Area Network, e.g., the Internet, spans large areas)
- IP Address: unique identifier for a device on a network; TCP/IP is the foundational protocol suite of the Internet
- HTTP/HTTPS: protocols for web communication (HTTPS = encrypted/secure version)
- DNS (Domain Name System): translates human-readable domain names into IP addresses
- Application and Business Software: e.g., ERP (Enterprise Resource Planning), CRM (Customer Relationship Management), office productivity suites — used to manage organizational operations, data, and workflows
- Social Media Websites: platforms for user-generated content and networking (e.g., Facebook, Twitter/X, Instagram, LinkedIn) — relevant to discussions on data privacy, misinformation, and digital communication trends
- Information Systems: organized combinations of people, hardware, software, and data that collect, process, store, and distribute information to support decision-making within an organization
- Fundamentals of Artificial Intelligence:
- AI = simulation of human intelligence processes (learning, reasoning, self-correction) by machines
- Machine Learning: subset of AI where systems learn patterns from data rather than explicit programming
- Deep Learning: subset of ML using multi-layered neural networks
- Common applications: natural language processing, computer vision, recommendation systems, robotics
Telecommunications
- Wireless Communication basics:
- Mobile communication: cellular networks (generations — 2G, 3G, 4G/LTE, 5G — each offering higher data speeds/lower latency)
- Satellite communication: signals relayed via orbiting satellites — used for broadcasting, GPS, remote-area connectivity; orbit types include LEO (Low Earth Orbit, e.g., Starlink), MEO, and GEO (Geostationary, e.g., traditional TV/weather satellites)
- Surveillance systems: technology (CCTV, radar, satellite imaging) used for monitoring, security, and tracking
- GPS (Global Positioning System): satellite-based navigation system providing precise location/time data; relies on signals from multiple satellites (typically at least 4) to triangulate position
- Fiber Optics: data transmission via light pulses through thin glass/plastic fibers — offers very high bandwidth and speed with low signal loss compared to copper cabling, backbone of modern high-speed internet infrastructure
MCQ Traps
- CPU is the "brain" of the computer (processes instructions); RAM is temporary/volatile memory, cleared on power-off — a common exam contrast
- Machine Learning is a subset of AI; Deep Learning is a subset of Machine Learning — don't treat these as separate/equal categories
- GEO satellites remain fixed relative to a point on Earth (used for broadcast/weather); LEO satellites orbit much closer and faster (used increasingly for internet constellations like Starlink)
- Fiber optic cables transmit data as light pulses, not electrical signals (unlike copper cables)
Self-Test Questions
- Distinguish between system software and application software with examples.
- Explain the relationship between AI, Machine Learning, and Deep Learning.