Computer Awareness
🟢 Lite — Quick Review (1h–1d)
Rapid summary for last-minute revision before your exam.
Computer Awareness for CUET UG tests baseline digital literacy expected at the senior-secondary level. The fastest-revision anchors are: hardware vs software, RAM vs ROM, binary conversions, and network types (LAN/MAN/WAN). Memorise the storage ladder: 1 Byte = 8 Bits, 1 KB = 1024 Bytes, 1 MB = 1024 KB, 1 GB = 1024 MB, 1 TB = 1024 GB. With n bits you can represent 2ⁿ distinct values, which is why 8 bits (1 Byte) covers ASCII (0–127). The most-tested traps are RAM (volatile) versus ROM (non-volatile), HTTP versus HTTPS (encrypted), and compiler (whole-program translation) versus interpreter (line-by-line). Expect 3–5 MCQs in the General Test paper, usually one-liners on abbreviations or a numeric conversion.
🟡 Standard — Regular Study (2d–2mo)
Standard content for students with a few days to months.
Computer Fundamentals
A computer is an electronic device that accepts data (input), processes it under stored instructions (program), produces output, and stores results. The four functional units are Input → CPU (ALU + CU + Registers + Memory) → Output → Storage. The CPU executes machine instructions fetched from memory; the ALU performs arithmetic and logic; the CU decodes and orchestrates.
Hardware vs Software
Hardware = physical components. Software = programs/instructions. Software splits into system software (Operating System, device drivers, utilities), application software (MS Word, Tally, Photoshop), and programming software (compilers, interpreters, editors). An Operating System (Windows, Linux, Android) handles process, memory, file, and device management.
Memory Hierarchy
Primary memory (RAM, ROM) is directly CPU-addressable. RAM is volatile (loses data on power-off); ROM is non-volatile and holds boot instructions (BIOS/UEFI). Secondary memory (HDD, SSD, optical) is non-volatile bulk storage. Cache sits between RAM and CPU registers.
Number Systems & Data Representation
Computers use binary (base 2). Conversion rule: Decimal = Σ (bitᵢ × 2ⁱ). Decimal-to-binary uses repeated division by 2 with remainders read bottom-up. 1 Nibble = 4 bits, 1 Byte = 8 bits, 1 Word = 2 Bytes (16 bits) on most legacy architectures.
Networking Basics
A PAN/LAN/MAN/WAN scales from personal area (Bluetooth) to global (the Internet). Topology choices — star, bus, ring, mesh — differ in cost, fault tolerance, and cabling. HTTP is plain-text web protocol; HTTPS adds SSL/TLS encryption. DNS resolves domain names to IP addresses; URL = scheme + host + path.
Database & Cyber Security
A DBMS stores and retrieves data; an RDBMS uses tables linked by primary and foreign keys. Core SQL verbs: SELECT, INSERT, UPDATE, DELETE. Malware covers viruses, worms, trojans, ransomware, spyware. A firewall filters traffic; phishing is social-engineering fraud; encryption (symmetric/asymmetric) protects data in transit and at rest.
CUET Question Patterns
Expect direct-definition MCQs, abbreviation matchings (ROM, HTTP, SQL), numeric conversions (binary↔decimal), and “difference between” pairs (RAM/ROM, HTTP/HTTPS, LAN/WAN). Weightage is small (~3%) but high-scoring because questions are factual.
🔴 Extended — Deep Study (3mo+)
Comprehensive coverage for students on a longer study timeline.
Generations of Computers
Five generations map to switching technology: 1st — Vacuum tubes (ENIAC, 1946); 2nd — Transistors (1950s–60s); 3rd — Integrated Circuits (1960s–70s); 4th — Microprocessors (1971 onwards, Intel 4004); 5th — AI (parallel processing, NLP, neural networks). CUET occasionally asks the technology behind a generation rather than the year.
Language Translators — Compiler vs Interpreter
A compiler scans the entire source, produces an object/executable file (e.g., gcc for C); errors are reported after full parsing. An interpreter reads line-by-line and executes immediately (e.g., Python’s CPython). Assemblers convert assembly to machine code; linkers combine object files. JIT (Just-In-Time) compilers, used in Java’s JVM, blend both approaches.
OSI & TCP/IP
The OSI model has 7 layers (Physical, Data Link, Network, Transport, Session, Presentation, Application). The practical TCP/IP suite has 4 layers; TCP is connection-oriented and reliable, UDP is connectionless and faster. IP address versions: IPv4 (32-bit, ~4.3 billion addresses) and IPv6 (128-bit, 2¹²⁸).
Emerging Tech & Shortcuts
Cloud computing delivers on-demand compute/storage as IaaS, PaaS, SaaS. IoT connects physical sensors to the Internet. Blockchain is an append-only distributed ledger. Big data is characterised by the 5 V’s: Volume, Velocity, Variety, Veracity, Value. Keep a small table of MS Office shortcuts — Ctrl+S (Save), Ctrl+C/V (Copy/Paste), Ctrl+Z (Undo), Ctrl+P (Print), F2 (Rename in Excel), Ctrl+Shift+Enter (Array formula) — these appear almost every CUET cycle.
Common Traps
- Kilobyte vs kilobyte: binary 1024 Bytes vs SI 1000 Bytes (used by hard-drive vendors — why your “1 TB” drive shows ~931 GB).
- HTTPS ≠ HTTP with extra letters: HTTPS = HTTP over TLS, port 443; HTTP uses port 80.
- Phishing vs Spam: phishing is targeted credential theft; spam is unsolicited bulk messaging.
Practice Prompts
- Convert the decimal number 173 to binary and verify using the 2ⁿ positional method.
- Differentiate, with one real-world example each, between a compiler, an interpreter, and an assembler.
Content adapted based on your selected roadmap duration. Switch tiers using the selector above.
Sources & verification
- Official CUET UG syllabus & pattern: https://cuet.samarth.ac.in
- Editorial methodology: research → draft → fact-verify → curate pipeline
- Reviewed by Pushkar Saini · last updated
- Found an error? Email pushkersaini@gmail.com with the page URL and a one-line description — corrections typically actioned within 48 hours.
📐 Diagram Reference
Educational diagram illustrating Computer Awareness with clear labels, white background, exam-style illustration
Diagram reference for visual learners — use alongside the written explanation above.