A comprehensive guide covering every concept from the question bank — beginner to advanced, with clear explanations and 845 practice questions.
0, 1. The language computers speak internally.0–7. Each octal digit = 3 binary bits.0–9. The number system humans use daily.0–9 and letters A–F. Each hex digit = 4 binary bits.
1011 = 1×8 + 0×4 + 1×2 + 1×1 = 11110 100 101 → 6451011 0101 → B50 = positive, 1 = negative.101 → sign bit is 1 (negative), remaining bits 01 = 1, so value is −1? No — in sign-magnitude: 101 = −(01) = −1... but check context: the question bank uses sign-magnitude where 101 = −1 in 3-bit or −2 depending on bit count. Always read sign bit first.1001 0001.
| Gen | Era | Technology | Example |
|---|---|---|---|
| 1st | 1940s–50s | Vacuum Tubes | ENIAC, UNIVAC |
| 2nd | 1950s–60s | Transistors | IBM 7090 |
| 3rd | 1960s–70s | Integrated Circuits (ICs) | IBM 360 |
| 4th | 1970s–present | VLSI Microprocessors | Intel PCs |
| 5th | Present–future | AI / KIPS | AI systems |
| Memory | Volatile? | Purpose |
|---|---|---|
| RAM | ✅ Yes (lost on power off) | Active program/data storage |
| ROM | ❌ No (permanent) | BIOS, firmware; read-only |
| Cache | ✅ Yes | Fast CPU buffer |
| EPROM | ❌ No | Erasable programmable ROM |
| CMOS | Special | Stores BIOS settings; battery-backed |
Bit → Nibble (4 bits) → Byte (8 bits) → Kilobyte (~1,000 B) → Megabyte (~1 million B) → Gigabyte (~1 billion B) → TerabyteCD-ROM — read-onlyCD-R — write onceCD-RW — rewritable (labeled RW)| # | Layer | Key Function |
|---|---|---|
| 7 | Application | User interface (HTTP, FTP) |
| 6 | Presentation | Encryption, decryption, data format |
| 5 | Session | Dialogue control, token management |
| 4 | Transport | End-to-end delivery, TCP/UDP |
| 3 | Network | Routing (Router operates here) |
| 2 | Data Link | Framing, MAC address (Bridge/Switch) |
| 1 | Physical | Bits over medium (Repeater) |
| Abbreviation | Full Form |
|---|---|
| GUI | Graphical User Interface |
| Portable Document Format | |
| ASCII | American Standard Code for Information Interchange (7-bit) |
| BIOS | Basic Input Output System |
| OCR | Optical Character Recognition |
| CMOS | Complementary Metal Oxide Semiconductor |
| DMA | Direct Memory Access |
| USB | Universal Serial Bus |
| LSI | Large-Scale Integration |
| SIM | Subscriber Identity Module |
| IDE | Integrated Development Environment |
| ADSL | Asymmetric Digital Subscriber Line |
| RPC | Remote Procedure Call |
| CMS | Content Management System |
| UTP | Unshielded Twisted Pair |
| IBM | International Business Machines |
Ready to check what you've learned? Take a randomised quiz with questions from across all chapters.