GPSC Prep

IT & Computers

Occasional5 min readGS2

Computing questions are vocabulary questions: what a term means, what a unit measures, which law governs it. Learn the terms precisely and the guessing stops.

01

Mental model

Think of a computer as four layers stacked bottom to top: HARDWARE (CPU, memory, storage), OPERATING SYSTEM, APPLICATIONS, NETWORK. Any IT question lands on exactly one layer — a question about RAM versus ROM is layer one, about Linux is layer two, about phishing is layer four. Also fix the memory ladder once: bit → byte → kilobyte → megabyte → gigabyte → terabyte, each step 1024 of the one below.

02

Associations

A short trigger on the left, everything it pulls with it on the right.

  • Bit, byte, kilo, mega, giga, tera.

    A bit is one binary digit, eight bits make a byte, and each step up multiplies by roughly a thousand. Any storage or speed question resolves once the ladder is fixed.

  • Hardware you can drop on your foot; software you cannot.

    System software runs the machine (the operating system), application software does a user's job. Input, processing, storage and output describe every device, so a question naming an unfamiliar device is answerable by asking which of the four it does.

03

Things to remember

The night-before list. Short enough to recall cold.

  • 1One byte is eight bits; RAM is volatile working memory while ROM and disk storage are non-volatile.
  • 2The Information Technology Act, 2000 is India's primary law on cybercrime and electronic records.
  • 3The Unified Payments Interface is operated by the National Payments Corporation of India and enables instant bank-to-bank transfers.
  • 4Artificial intelligence covers machine learning, where a system improves from data rather than from explicit programming.
  • 5A blockchain is a distributed ledger in which records are chained cryptographically, making retrospective alteration detectable.
  • 6Cloud computing delivers computing resources as a metered service over a network rather than from a machine you own.
04

In detail

  • RAM is volatile working memory that empties when power goes off; ROM is non-volatile and keeps its contents.
  • 1 byte = 8 bits; 1 kilobyte = 1024 bytes, and each higher unit is 1024 times the previous one.
  • The CPU has three parts — arithmetic logic unit, control unit and registers; it is the part that actually executes instructions.
  • Phishing tricks a user into revealing credentials, while a virus is malicious code that attaches to files — the first attacks the person, the second attacks the machine.
  • The Information Technology Act, 2000 is India's principal law on cybercrime and electronic records.
05

Where people slip

  • RAM is not storage in the everyday sense — it loses its contents when power is cut. Options calling it permanent memory are wrong.
06

Check yourself

Nothing here is scored — it will not change your mastery figures.

One byte consists of how many bits?

From the question bank

What does the acronym CPU stand for?

From the question bank

Who is credited with inventing the World Wide Web (WWW)?

07

Books to read

  • Lucent's Computer Book
  • Objective Computer Awareness — Arihant
  • India Year Book — Publications Division, Government of India
08

Official sources

Hand-checked official domains only — the notes above carry no links of their own.