Computer Awareness — SSC CGL Study Notes
Overview
Computer Awareness contributes 3–5 questions in SSC CGL Tier 1, typically testing basic terminology, hardware components, software types, internet fundamentals, MS Office features, and common abbreviations. This topic requires straightforward factual recall rather than deep technical understanding. Questions are direct: "What is ROM?", "Expand MODEM", "Which software is used for ___?", or "The brain of the computer is ___". Since each question carries equal marks, mastering this high-recall, low-complexity section ensures quick scoring. Focus on standard definitions, component functions, file extensions, and IT abbreviations that appear repeatedly across government exams.
The scope is limited to basic computer literacy—what an average office computer user should know. No programming, advanced networking, or database design appears. Students must memorize hardware parts (CPU, RAM, ROM, motherboard), software categories (system vs application, freeware vs shareware), internet terms (browser, URL, WWW, email protocols), MS Office shortcuts and features (Excel formulas, PowerPoint views, Word formatting), and 40–50 standard abbreviations. Treat this as vocabulary building: each term is a potential 2-mark question.
Key Concepts
- **Computer definition**: An electronic device that accepts input (data), processes it using stored instructions (program), stores results, and produces output. It works on IPO cycle: Input → Process → Output.
- **Hardware vs Software**: Hardware is the physical, tangible part you can touch (keyboard, monitor, CPU chip). Software is the intangible set of instructions (programs) that tells hardware what to do. Neither functions without the other.
- **Central Processing Unit (CPU)**: Called the "brain of the computer." Contains ALU (Arithmetic Logic Unit) for calculations and CU (Control Unit) for instruction coordination. Modern CPUs: Intel Core i3/i5/i7, AMD Ryzen series.
- **Memory hierarchy**: Primary memory (RAM, ROM, Cache) is fast, volatile (except ROM), and directly accessible by CPU. Secondary memory (HDD, SSD, pendrive, CD) is slower, non-volatile, used for permanent storage.
- **Operating System (OS)**: System software that manages hardware, runs applications, provides user interface. Examples: Windows 10/11, Linux, macOS, Android, iOS. Functions: memory management, file management, device management, security.
- **Internet fundamentals**: A global network of interconnected computers. WWW (World Wide Web) is a service on the internet for accessing web pages via HTTP/HTTPS. Browser (Chrome, Firefox, Edge) interprets and displays web content.
- **MS Office suite**: Microsoft's productivity applications. Word (document processing), Excel (spreadsheet/calculation), PowerPoint (presentations), Outlook (email client), Access (database management—rarely asked in CGL).
- **File extensions**: Identify file type. .docx (Word), .xlsx (Excel), .pptx (PowerPoint), .pdf (Portable Document Format), .jpg/.png (images), .mp3 (audio), .mp4 (video), .exe (executable program), .zip (compressed archive).
Formulas / Key Facts
1. **1 Byte = 8 Bits**. 1 KB = 1024 Bytes, 1 MB = 1024 KB, 1 GB = 1024 MB, 1 TB = 1024 GB, 1 PB = 1024 TB. 2. **RAM (Random Access Memory)**: Volatile memory, loses data on power-off. Used for temporary storage while programs run. Typical sizes: 4 GB, 8 GB, 16 GB. 3. **ROM (Read Only Memory)**: Non-volatile, retains data when power is off. Stores BIOS/firmware. Types: PROM, EPROM, EEPROM. 4. **Cache memory**: Smallest, fastest memory located inside or near CPU. Stores frequently accessed data. Hierarchy: L1 (fastest, smallest), L2, L3. 5. **Hard Disk Drive (HDD)**: Magnetic storage, slower, cheaper per GB. SSD (Solid State Drive): Flash-based, faster, more expensive, no moving parts. 6. **Input devices**: Keyboard, mouse, scanner, microphone, webcam, joystick, touchscreen, barcode reader, OMR, OCR. 7. **Output devices**: Monitor, printer (inkjet, laser), speaker, headphones, projector, plotter. 8. **HTTP (HyperText Transfer Protocol)**: Protocol for transmitting web pages. HTTPS: Secure version using SSL/TLS encryption. 9. **Email protocols**: SMTP (Simple Mail Transfer Protocol) for sending, POP3 and IMAP for receiving. 10. **URL structure**: `http://www.example.com/page.html`. Protocol://Domain/Path. 11. **IP Address**: Unique numerical address for devices on network. IPv4 format: 192.168.1.1. IPv6: Longer hexadecimal format. 12. **MS Excel basics**: Cell address (A1, B2), SUM(), AVERAGE(), MAX(), MIN() functions. Formulas start with =.
Worked Examples
**Example 1**: Which of the following is non-volatile memory? (a) RAM (b) Cache (c) ROM (d) Register **Solution**: Volatile memory loses data when power is off; non-volatile retains it. RAM and Cache are volatile. ROM (Read Only Memory) is non-volatile—it stores the BIOS and does not erase when computer shuts down. **Answer: (c) ROM**.
**Example 2**: What is the full form of MODEM? **Solution**: Break MODEM into MO-DEM. MO = Modulator, DEM = Demodulator. A modem converts digital signals to analog (modulation) for transmission over phone lines, and analog back to digital (demodulation) on receiving. **Answer: Modulator-Demodulator**.
**Example 3**: In MS Word, which shortcut key combination is used to print a document? (a) Ctrl + P (b) Ctrl + S (c) Ctrl + O (d) Ctrl + N **Solution**: Ctrl + P opens the Print dialog. (Ctrl + S = Save, Ctrl + O = Open, Ctrl + N = New document). **Answer: (a) Ctrl + P**.
Common Mistakes
- **Confusing RAM with ROM**: Students mix volatility. Remember: RAM is temporary (volatile), like short-term memory; ROM is permanent (non-volatile), like long-term memory. RAM needs power to hold data.
- **Thinking CPU and processor are different**: They are the same. CPU = Central Processing Unit = Processor = Microprocessor. Don't treat them as separate components.
- **Mixing up HTTP and HTML**: HTTP is the *protocol* for transferring data over the web. HTML (HyperText Markup Language) is the *language* used to write web pages. HTTP delivers HTML files.
- **Assuming all memory is storage**: Memory (RAM, Cache, ROM) is for immediate access by CPU. Storage (HDD, SSD, pendrive) is for long-term data retention. Memory is faster, smaller capacity; storage is slower, larger capacity.
- **Forgetting 1024 vs 1000 conversion**: In binary (computer), 1 KB = 1024 Bytes, not 1000. This trips students in capacity calculation questions.
Quick Reference
- **CPU = Brain of computer**; performs calculations and controls operations.
- **Operating System examples**: Windows, Linux, macOS, Android, iOS, Unix.
- **RAM = Volatile** (loses data on power-off); **ROM = Non-volatile** (retains data).
- **Input devices**: Keyboard, mouse, scanner, mic. **Output devices**: Monitor, printer, speaker.
- **WWW = World Wide Web**; HTTP/HTTPS = protocols for web communication.
- **MS Office**: Word (.docx), Excel (.xlsx), PowerPoint (.pptx).
- **Common abbreviations**: CPU (Central Processing Unit), ALU (Arithmetic Logic Unit), BIOS (Basic Input Output System), USB (Universal Serial Bus), LAN (Local Area Network), WAN (Wide Area Network), GUI (Graphical User Interface), ASCII (American Standard Code for Information Interchange), PDF (Portable Document Format), JPEG (Joint Photographic Experts Group).
- **1 Byte = 8 Bits**; 1 KB = 1024 Bytes; 1 GB = 1024 MB.
- **Email protocols**: SMTP (send), POP3/IMAP (receive).
- **Ctrl shortcuts**: Ctrl+C (Copy), Ctrl+V (Paste), Ctrl+X (Cut), Ctrl+Z (Undo), Ctrl+P (Print), Ctrl+S (Save), Ctrl+A (Select All).