₹499 ₹999 · Full access — all mocks, practice sets & books · Unlock now
← Index: SSC CGL General Awareness — Complete Guide 2026Chapter 22
Study Guide · Chapter 22

Computer & Information Technology — Basics & Internet

Free study material · concepts, shortcuts & solved questions

✍️ Select any text to highlight or save it

Why This Chapter Matters

SSC CGL's General Awareness section pulls 3 to 6 questions from Computer Awareness almost every year, and CHSL and CPO tilt even higher because those posts involve daily data-entry and system work. These are some of the easiest marks in the entire paper if you prepare them right, because unlike history dates or committee names, computer facts connect to a screen you touch every day. The catch is that most aspirants skip this chapter, assuming "I use a laptop, I already know computers." That overconfidence is exactly where marks get lost.

The single biggest mistake aspirants make here is mixing up memory types: they confuse RAM with ROM, or use "hard disk" and "memory" as if they mean the same thing. Exam-setters know this confusion exists and build entire questions around it. A second recurring trap is generation numbers versus years — students memorise "1st generation used vacuum tubes" but forget the years, and a question asking for the exact range catches them cold. Read this chapter slowly even if you think you know computers already; half the value here is precision, not novelty.

1. Computer Fundamentals and Generations

A computer is an electronic device that accepts data as input, processes it using a set of instructions, and produces output, while storing data for later use. That one line — Input, Process, Output, Storage — is the skeleton of every computer question you'll face. Think of a computer like a kitchen: raw vegetables (input) get cut and cooked (processing) following a recipe (program), producing a dish (output), and leftovers go into the fridge (storage) for next time.

The IPO cycle is often extended to IPOS (Input-Process-Output-Storage), and some exams add a fifth term, Control, handled by the Control Unit inside the processor.

Generations of computers are tested almost every year in one form or another. Here is the standard classification used by SSC and banking exams:

Generation Period Key Technology Example/Feature
First 1940–1956 Vacuum tubes Huge size, generated heat, ENIAC
Second 1956–1963 Transistors Smaller, faster, less heat
Third 1964–1971 Integrated Circuits (IC) Smaller still, keyboards and monitors appear
Fourth 1971–present (roughly till 2010 in most syllabi) Microprocessors Personal computers, Intel 4004
Fifth Present and future Artificial Intelligence Voice recognition, parallel processing

Memory hook: VTIMA — Vacuum tubes, Transistors, ICs, Microprocessors, AI — walk through the five generations in that word order.

Exam trap: Questions often ask "which generation introduced the microprocessor" versus "which generation introduced the IC." Students swap third and fourth generation constantly. Anchor it this way: IC came before the microprocessor was even invented, so third generation (IC) always precedes fourth (microprocessor).

The transistor, invented at Bell Labs in 1947, is what allowed second-generation computers to shrink from room-sized machines to something that could sit in an office. That single invention is why your smartphone today contains billions of transistors instead of a handful of vacuum tubes.

2. Hardware and Software Basics

Hardware is anything you can physically touch — keyboard, mouse, monitor, CPU cabinet, printer. Software is the set of instructions that tells hardware what to do — you cannot touch software, only run it.

Hardware itself splits into three functional categories:

  • Input devices: keyboard, mouse, scanner, microphone, joystick, webcam, light pen
  • Output devices: monitor, printer, speaker, plotter, projector
  • Storage devices: hard disk, SSD, pen drive, CD/DVD, memory card

Some devices work both ways and get asked about specifically because they trip students up: a touchscreen is both input and output, and so is a modem (in a networking sense, it sends and receives signals).

Software divides into two broad families:

System software manages the computer itself and lets hardware and application software talk to each other. The operating system is the biggest example, along with device drivers, and utility software like antivirus tools and disk cleanup programs.

Application software is what you actually use to do work: MS Word for typing, MS Excel for calculations, a browser for the internet, a game, a photo editor. If system software is the plumbing of a house, application software is the tap you actually turn — you never notice the pipes until they leak.

Exam trap: "Compiler" and "Interpreter" both belong to system software (specifically, language processors), not application software. A compiler translates the whole program at once into machine code; an interpreter translates and executes line by line. This distinction is a favourite SSC question: compiler is faster to run but slower to catch errors (it reports them only after full translation), while an interpreter catches errors line by line but runs slower overall.

3. Memory Hierarchy — The Most Confused Topic

This is where the most marks get lost, so slow down here.

Think of memory like your own study routine. Some facts you keep in your head right now, ready to speak instantly (that's a register, inside the CPU itself, the fastest and smallest memory). Some facts are in your rough notebook on the desk, quick to flip open (that's cache memory, sitting between the CPU and RAM). Some facts are in the textbook you keep open beside you for the whole study session (that's RAM, your main working memory). And some facts are locked away in a filing cabinet you go to only when you need archived material (that's secondary storage — your hard disk or SSD).

RAM (Random Access Memory) is volatile — it holds data only while the computer is powered on, and it clears the instant you shut down. RAM is what determines how many programs you can run smoothly at once. It has two types:

  • DRAM (Dynamic RAM): needs constant refreshing, cheaper, used as main memory
  • SRAM (Static RAM): faster, no refreshing needed, more expensive, used in cache

ROM (Read Only Memory) is non-volatile — it retains data even without power, and it typically stores the startup instructions (BIOS/firmware) that get the computer running before the operating system loads. ROM has variants:

  • PROM: Programmable ROM, can be written once
  • EPROM: Erasable Programmable ROM, erased using ultraviolet light
  • EEPROM: Electrically Erasable Programmable ROM, erased electrically, can be rewritten many times — this is what modern BIOS chips use

Memory hook: RAM Runs Away when powered off (volatile); ROM Remains (non-volatile). That rhyme alone settles half the confusion questions.

Exam trap: Students frequently answer "hard disk" when asked what stores the BIOS. The BIOS lives in ROM, not the hard disk. The hard disk is secondary storage for your files, documents, and installed programs — it plays no role in the very first moment the computer powers on.

Memory hierarchy, from fastest/smallest/costliest to slowest/largest/cheapest, in exact exam order:

Registers → Cache → RAM (Primary Memory) → Secondary Storage (HDD/SSD) → Tertiary/Backup Storage (tape, cloud backup)

Memory hook: "Rich Cats Really Sleep Together" — Registers, Cache, RAM, Secondary storage, Tertiary storage.

Cache memory itself has levels — L1 (smallest, fastest, built into the processor core), L2 (larger, slightly slower), and L3 (largest of the three, shared across cores). This L1-L2-L3 ordering is a recurring SSC CHSL question.

4. Operating Systems

An operating system (OS) is system software that manages hardware resources and provides a platform for application software to run. Without an OS, your keyboard presses would mean nothing to the machine — the OS is the translator between you and the silicon.

Core functions of an OS:

  • Process management: deciding which program gets the CPU's attention and when
  • Memory management: allocating RAM to running programs
  • File management: organising data into files and folders
  • Device management: controlling input/output devices through drivers
  • Security: managing user access, passwords, permissions

Common operating systems tested: Windows (Microsoft, GUI-based, most common on desktops), Linux (open-source, kernel written by Linus Torvalds in 1991, free to modify), macOS (Apple, used on Mac computers), Android (Google, mobile OS, based on the Linux kernel), and iOS (Apple, mobile OS).

Exam trap: Linux is often called "open source" and students assume that means "no operating system at all" or confuse it with a programming language. Linux is a full operating system kernel; it is open source because its source code is publicly available for anyone to view, modify, and distribute, unlike Windows or macOS, which are proprietary (closed source).

Types of operating systems by function:

  • Batch OS: processes jobs in batches without user interaction, used historically for bulk data processing
  • Time-sharing OS: allows multiple users to share CPU time, giving each the illusion of dedicated access
  • Real-time OS (RTOS): responds to input within a guaranteed, very short time; used in medical equipment, air traffic control, and industrial machines where a delay could be dangerous
  • Distributed OS: manages a group of independent computers as if they were one system
  • Multiprocessing OS: uses more than one CPU for faster execution

A GUI (Graphical User Interface) lets users interact through icons, windows, and menus — this is what Windows and macOS offer. A CLI (Command Line Interface) requires typed text commands — early MS-DOS and Linux terminals work this way. GUI is easier for beginners; CLI is often faster for experienced users and consumes fewer system resources.

5. MS Office Basics

SSC and railway exams frequently test the practical building blocks of the Microsoft Office suite, especially Word, Excel, and PowerPoint, since these are the tools government staff actually use daily.

MS Word — a word processor. Key terms tested: the Ribbon (the tabbed toolbar at the top), Home tab (formatting basics like font, bold, alignment), Insert tab (tables, images, headers), file extension .docx (older versions used .doc), and shortcuts like Ctrl+B (bold), Ctrl+U (underline), Ctrl+S (save), Ctrl+P (print).

MS Excel — a spreadsheet program for numbers and calculations, saved with extension .xlsx (older: .xls). A spreadsheet is organised into rows (numbered) and columns (lettered), and a cell is the intersection of a row and column, referenced like A1 or B5. Common functions tested: SUM() adds values, AVERAGE() finds the mean, MAX() and MIN() find extremes, COUNT() counts numeric entries, and the formula bar always starts with an equals sign (=).

Exam trap: A worksheet and a workbook are different things. A workbook is the entire Excel file; a worksheet is one single sheet (one tab) within that file. A workbook can contain many worksheets, just as a notebook can contain many pages.

MS PowerPoint — presentation software, extension .pptx (older: .ppt). Built from slides, with the Slide Sorter view letting you rearrange slide order, and F5 typically starting the slideshow from the beginning.

Memory hook: Word writes, Excel calculates, PowerPoint presents — WEP, in the order most students use them: draft first, calculate numbers next, present last.

6. Internet and Networking Fundamentals

The Internet is a global network connecting millions of smaller networks, allowing computers worldwide to share data. It began as ARPANET, a US Department of Defense project started in 1969, which is a frequently asked "first" fact.

Key networking terms:

  • LAN (Local Area Network): connects computers within a small area like one office or building
  • MAN (Metropolitan Area Network): spans a city
  • WAN (Wide Area Network): spans countries or continents; the internet itself is the largest WAN
  • WWW (World Wide Web): a system of interlinked documents accessed via the internet, invented by Tim Berners-Lee in 1989 — note this is different from "the Internet," which is the physical network the Web runs on

Exam trap: Students treat "Internet" and "World Wide Web" as synonyms. The Internet is the network of cables, servers, and connections — the road. The Web is the collection of websites and pages you browse — the traffic on that road. You can use the Internet without the Web (email through a dedicated protocol, for instance), which proves they aren't identical.

IP address: a unique numerical label assigned to every device on a network. IPv4 uses a 32-bit address (like 192.168.1.1); IPv6, developed because IPv4 addresses were running out, uses a 128-bit address.

Domain and URL terms: A URL (Uniform Resource Locator) is the full web address, such as https://www.example.com. HTTP (HyperText Transfer Protocol) governs how web pages transfer; HTTPS is the secure version, encrypting data with SSL/TLS. HTML (HyperText Markup Language) is the language web pages are written in; it is a markup language, not a full programming language, because it structures content rather than performing calculations.

Common protocols frequently asked:

Protocol Full Form Purpose
FTP File Transfer Protocol Transferring files between computers
SMTP Simple Mail Transfer Protocol Sending email
POP3 Post Office Protocol version 3 Retrieving email (downloads and often removes from server)
IMAP Internet Message Access Protocol Retrieving email (keeps synced copy on server)
TCP/IP Transmission Control Protocol/Internet Protocol The core protocol suite the internet runs on

Memory hook: Think of SMTP as the outgoing postman (sending mail) and POP3/IMAP as the two ways you check your mailbox — POP3 takes the letter home and empties the box, IMAP just reads it while leaving a copy behind.

A modem (modulator-demodulator) converts digital signals from your computer into analog signals for transmission over telephone lines, and back again on the receiving end. A router directs data packets between different networks and is what actually creates your Wi-Fi network at home. A hub simply broadcasts data to every connected device, while a switch sends data only to the specific device it's meant for, making a switch more efficient than a hub.

7. Cybersecurity Basics

Government exams have sharply increased cybersecurity questions in recent years, reflecting how central digital safety has become to public administration.

Malware is any software designed to cause harm. Key types:

  • Virus: attaches itself to a program or file and needs a host to spread, activating when that file runs
  • Worm: spreads independently across networks without needing to attach to a file or needing a user to run anything
  • Trojan horse: disguises itself as legitimate software while secretly performing harmful actions, named after the Greek myth of the wooden horse
  • Spyware: secretly monitors and collects user information
  • Ransomware: encrypts a victim's data and demands payment for the decryption key

Exam trap: Virus versus worm is the single most repeated cybersecurity question. Remember: a virus needs a host file and often needs a human action (like opening an attachment) to spread; a worm self-replicates and spreads across a network entirely on its own, no host file or human click required.

Phishing is a social-engineering attack where fraudsters send fake emails or messages posing as a trustworthy source (a bank, for instance) to trick users into revealing passwords or card details. Firewall is a security system, either hardware or software, that monitors and controls incoming and outgoing network traffic based on defined security rules — think of it as a security guard checking every packet at the gate.

Encryption converts readable data (plaintext) into unreadable form (ciphertext) using an algorithm and key, so that only someone with the correct decryption key can read it. This is the backbone of HTTPS, banking transactions, and secure messaging apps.

Antivirus software detects, prevents, and removes malicious software. It works mainly through signature-based detection (matching known malware patterns) and increasingly through behaviour-based detection (flagging suspicious activity even from unknown threats).

Two-factor authentication (2FA) adds a second verification step beyond just a password, usually an OTP sent to your phone, making accounts far harder to break into even if the password leaks.

8. Latest Technology Terms

Modern GK papers increasingly test current tech vocabulary alongside classic fundamentals.

Artificial Intelligence (AI) refers to computer systems performing tasks that normally require human intelligence — recognising speech, making decisions, translating language. Machine Learning (ML) is a subset of AI where systems learn patterns from data rather than being explicitly programmed for every rule. Deep Learning is a further subset of ML using layered neural networks, loosely inspired by how neurons connect in the human brain.

Exam trap: AI, ML, and Deep Learning form nested circles, not separate categories. Deep Learning sits inside Machine Learning, which sits inside Artificial Intelligence — like a district inside a state inside a country. A question asking "which is the broadest term" always wants AI.

Cloud computing delivers computing services — storage, processing power, software — over the internet instead of on a local machine, so you can access your files from any device with an internet connection. Three common service models are tested:

  • IaaS (Infrastructure as a Service): rents raw computing infrastructure, like virtual servers
  • PaaS (Platform as a Service): provides a platform for developers to build applications without managing underlying hardware
  • SaaS (Software as a Service): delivers ready-to-use software over the internet, like webmail or an online office suite

Memory hook: IaaS gives you the plot of land, PaaS gives you the built house, SaaS gives you the fully furnished apartment ready to move into.

Internet of Things (IoT) describes everyday physical devices — fridges, thermostats, fitness bands, streetlights — embedded with sensors and connected to the internet so they can collect and exchange data. A smart AC that adjusts itself based on the number of people in a room is a working example of IoT in daily Indian life.

Big Data refers to extremely large and complex data sets that traditional data-processing tools cannot handle efficiently, commonly described using the "3 Vs": Volume (huge amount), Velocity (speed of generation), and Variety (different formats — text, images, video).

Blockchain is a distributed digital ledger where records (blocks) are linked and secured using cryptography, making past entries extremely difficult to alter — the technology underlying cryptocurrencies like Bitcoin, though its applications now extend to supply-chain tracking and land-record systems.

Other frequently tested current terms: 5G (fifth-generation mobile network, offering higher speed and lower latency than 4G), chatbot (a program simulating human conversation), augmented reality/AR (overlays digital elements onto the real world, like a filter on your camera) versus virtual reality/VR (creates a fully simulated digital environment, usually through a headset).

Quick Revision — One-Line Facts

  1. Computer works on the IPOS cycle — Input, Process, Output, Storage.
  2. First-generation computers (1940–1956) used vacuum tubes.
  3. Second-generation computers (1956–1963) used transistors.
  4. Third-generation computers (1964–1971) used integrated circuits.
  5. Fourth-generation computers use microprocessors, starting from 1971.
  6. Fifth-generation computers focus on Artificial Intelligence.
  7. Hardware is physical and touchable; software is a set of instructions.
  8. System software manages the computer; application software does user tasks.
  9. A compiler translates the whole program at once; an interpreter translates line by line.
  10. RAM is volatile memory; ROM is non-volatile memory.
  11. EEPROM can be erased and rewritten electrically, unlike PROM which is write-once.
  12. Memory hierarchy order: Registers, Cache, RAM, Secondary storage, Tertiary storage.
  13. BIOS startup instructions are stored in ROM, not the hard disk.
  14. Cache levels run L1 (fastest, smallest) to L3 (largest, shared).
  15. An operating system manages processes, memory, files, devices, and security.
  16. Linux is an open-source operating system kernel released in 1991 by Linus Torvalds.
  17. Real-time OS guarantees response within a fixed short time, used in medical devices.
  18. GUI uses icons and windows; CLI uses typed text commands.
  19. MS Word files save as .docx; MS Excel as .xlsx; MS PowerPoint as .pptx.
  20. In Excel, a workbook contains multiple worksheets.
  21. The Internet began as ARPANET, a US defence project started in 1969.
  22. Tim Berners-Lee invented the World Wide Web in 1989.
  23. The Internet and the World Wide Web are not the same thing.
  24. IPv4 uses 32-bit addresses; IPv6 uses 128-bit addresses.
  25. HTTPS uses SSL/TLS encryption to secure web traffic.
  26. SMTP sends email; POP3 and IMAP retrieve email.
  27. A virus needs a host file; a worm spreads independently.
  28. A firewall monitors and controls incoming and outgoing network traffic.
  29. Deep Learning is a subset of Machine Learning, which is a subset of Artificial Intelligence.
  30. IaaS, PaaS, and SaaS are the three main cloud computing service models.

Memory Tables

Table A: Computer Generations at a Glance

Generation Years Technology Memory Hook Word
First 1940–1956 Vacuum tubes V
Second 1956–1963 Transistors T
Third 1964–1971 Integrated Circuits I
Fourth 1971–present Microprocessors M
Fifth Present onward Artificial Intelligence A

Table B: Memory and Storage Comparison

Type Volatile? Speed Typical Use
Register Yes Fastest Inside CPU, immediate data
Cache (L1-L3) Yes Very fast CPU-RAM buffer
RAM Yes Fast Active program data
ROM No Slower to write Startup instructions (BIOS)
Hard Disk/SSD No Slower than RAM Long-term file storage

Table C: Network Devices Quick Compare

Device Function
Modem Converts digital signals to analog and back for transmission
Router Directs data between different networks, creates Wi-Fi
Hub Broadcasts data to all connected devices
Switch Sends data only to the intended device

Practice MCQs

Q1. Which generation of computers introduced the use of transistors? (a) First (b) Second (c) Third (d) Fourth

Q2. Which of the following is an example of an input device? (a) Monitor (b) Printer (c) Scanner (d) Speaker

Q3. Which type of memory loses its data as soon as the computer is switched off? (a) ROM (b) RAM (c) Hard Disk (d) Pen Drive

Q4. The BIOS of a computer is typically stored in which memory? (a) RAM (b) Hard Disk (c) ROM (d) Cache

Q5. MS Excel files are saved by default with which extension? (a) .docx (b) .xlsx (c) .pptx (d) .txt

Q6. Which of the following converts a program into machine code all at once before execution? (a) Interpreter (b) Compiler (c) Assembler driver (d) Operating system

Q7. Which organisation/project is considered the origin of the modern Internet? (a) World Wide Web (b) ARPANET (c) TCP Foundation (d) Google Network

Q8. Who is credited with inventing the World Wide Web? (a) Bill Gates (b) Linus Torvalds (c) Tim Berners-Lee (d) Steve Jobs

Q9. Which malware type spreads across a network on its own without needing to attach to a host file? (a) Virus (b) Worm (c) Trojan horse (d) Spyware

Q10. In an Excel worksheet, which symbol must every formula begin with? (a) @ (b) # (c) = (d) $

Q11. Which protocol is primarily used to send email from a client to a server? (a) POP3 (b) IMAP (c) SMTP (d) FTP

Q12. IPv4 addresses use how many bits? (a) 16 (b) 32 (c) 64 (d) 128

Q13. Which of the following correctly ranks the nesting order from broadest to narrowest? (a) Machine Learning > Artificial Intelligence > Deep Learning (b) Artificial Intelligence > Machine Learning > Deep Learning (c) Deep Learning > Artificial Intelligence > Machine Learning (d) Artificial Intelligence > Deep Learning > Machine Learning

Q14. Which cloud computing model provides ready-to-use software directly to end users over the internet? (a) IaaS (b) PaaS (c) SaaS (d) DaaS

Q15. Which of the following is a real-time operating system most likely to be used in? (a) A word processor on a laptop (b) An air traffic control system (c) A video editing suite (d) A simple calculator app

Answer Key

Q Answer Reason
1 (b) Second-generation computers (1956–1963) used transistors, replacing vacuum tubes.
2 (c) A scanner reads physical documents into the computer, making it an input device; monitor, printer, speaker are all outputs.
3 (b) RAM is volatile memory and clears completely once power is cut.
4 (c) Startup firmware (BIOS) sits in ROM so it survives power loss and is ready the instant the machine boots.
5 (b) .xlsx is the default modern Excel spreadsheet format, distinct from .docx (Word) and .pptx (PowerPoint).
6 (b) A compiler translates the entire program in one pass before execution; an interpreter works line by line instead.
7 (b) ARPANET, launched in 1969 by the US Department of Defense, is recognised as the precursor to today's Internet.
8 (c) Tim Berners-Lee created the World Wide Web in 1989, separate from the underlying Internet network.
9 (b) A worm self-replicates and spreads across networks independently, unlike a virus which needs a host file to travel.
10 (c) Every Excel formula must start with an equals sign for the program to treat it as a calculation, not plain text.
11 (c) SMTP (Simple Mail Transfer Protocol) handles outgoing mail; POP3 and IMAP are only for retrieving received mail.
12 (b) IPv4 uses a 32-bit address space, which is why IPv6 (128-bit) was developed to solve address exhaustion.
13 (b) Artificial Intelligence is the broadest field; Machine Learning is a subset of it; Deep Learning is a further subset of Machine Learning.
14 (c) SaaS (Software as a Service) delivers finished, ready-to-use applications directly to users, unlike IaaS or PaaS which provide infrastructure or platforms for developers.
15 (b) Air traffic control needs guaranteed, near-instant responses, which is exactly what a Real-Time Operating System is built to provide.
Page 1 of 1
← Chapter 21TOC IndexChapter 23