₹499 ₹999 · Full access — all mocks, practice sets & books · Unlock now
← Index: SSC GD & RPF Constable General Studies — Complete Guide 2026Chapter 18
Study Guide · Chapter 18

Computer Awareness Essentials

Free study material · concepts, shortcuts & solved questions

✍️ Select any text to highlight or save it

Why Computer Awareness Matters for SSC GD and RPF Constable

Computer awareness has become a fixture in SSC GD, RPF Constable and RRB general awareness sections because government recruitment increasingly assumes basic digital literacy among new recruits. Questions are almost always definitional and factual — what does CPU stand for, which device is an output device, which generation of computers used transistors — rather than technical or coding-based. This chapter walks through hardware and software basics, input/output devices, the generations of computers, internet and networking fundamentals, MS Office basics, and the abbreviations examiners repeat year after year.

What Is a Computer?

A computer is an electronic device that accepts data as input, processes it according to a set of instructions (a program), and produces output. The basic cycle followed by every computer is: Input → Process → Output → Storage. Charles Babbage is widely known as the "Father of the Computer" for designing the Analytical Engine in the 19th century, a mechanical general-purpose computer that was never fully built in his lifetime. Ada Lovelace, who worked with Babbage, is regarded as the first computer programmer for writing an algorithm intended for the Analytical Engine.

Basic Components of a Computer System

  • Hardware — the physical, tangible parts of a computer: monitor, keyboard, mouse, CPU, hard disk, printer, and so on.
  • Software — the set of instructions/programs that tell hardware what to do. Software is broadly divided into system software (e.g. operating systems, which manage hardware and provide a platform for applications) and application software (e.g. word processors, browsers, games).
  • Firmware — special software permanently written onto hardware (like the BIOS) that controls low-level device functions.

Central Processing Unit (CPU)

The CPU, often called the "brain of the computer," carries out instructions by performing basic arithmetic, logic, control and input/output operations. It has three main parts:

  • Arithmetic Logic Unit (ALU) — performs arithmetic (addition, subtraction) and logical (comparison) operations.
  • Control Unit (CU) — directs the operation of the processor, telling other parts of the computer how to respond to instructions.
  • Memory/Registers — small, extremely fast storage locations inside the CPU used to hold data temporarily during processing.

CPU speed is commonly measured in Hertz (Hz), typically expressed in gigahertz (GHz) for modern processors, which indicates the number of instruction cycles the processor can execute per second.

Types of Computer Memory

Memory TypeFull FormKey Characteristic
RAMRandom Access MemoryVolatile (data lost when power is off); temporary working memory of the computer
ROMRead Only MemoryNon-volatile; stores permanent instructions like the BIOS/bootstrap loader
Cache memoryVery fast, small memory between CPU and RAM that speeds up frequently used data access
Secondary storageNon-volatile long-term storage: hard disk, SSD, pen drive, CD/DVD

Memory and storage capacity are measured, in increasing order, as: bit, byte (8 bits), kilobyte (KB), megabyte (MB), gigabyte (GB), terabyte (TB), petabyte (PB). One byte is typically defined as 8 bits, and one kilobyte is 1024 bytes in computing terms.

Input and Output Devices

Input DevicesOutput Devices
KeyboardMonitor (VDU)
MousePrinter
ScannerSpeaker
JoystickPlotter
MicrophoneProjector
WebcamHeadphones
Light pen
Barcode reader
Touchpad/TouchscreenTouchscreen (also functions as output)
OMR (Optical Mark Reader)
MICR (Magnetic Ink Character Reader)

Some devices act as both input and output, such as a touchscreen, a modem, and a network interface card. A printer is judged by its resolution, typically measured in DPI (dots per inch).

Types of Printers

  • Impact printers — physically strike the paper (e.g. dot matrix printer); noisy but can print carbon copies.
  • Non-impact printers — do not touch the paper directly (e.g. inkjet printer, laser printer); quieter and generally higher quality.

Generations of Computers

GenerationPeriodTechnology Used
First1940-1956Vacuum tubes; examples include ENIAC and UNIVAC; huge in size, generated heavy heat
Second1956-1963Transistors; smaller, faster, more reliable than vacuum tubes
Third1964-1971Integrated circuits (ICs); introduction of keyboards and monitors
Fourth1971-presentMicroprocessors; birth of the personal computer (PC)
FifthPresent and beyondArtificial intelligence, based on parallel processing and natural language processing

ENIAC (Electronic Numerical Integrator and Computer), completed in 1945, is widely cited as the first general-purpose electronic digital computer. UNIVAC (Universal Automatic Computer) was the first commercially produced computer in the United States.

Operating Systems

An operating system (OS) is system software that manages computer hardware and software resources and provides common services for programs. It handles tasks such as memory management, process management, file management and providing a user interface. Common operating systems include Microsoft Windows, Linux, macOS (Apple), Android and iOS (for mobile devices). Linux, originally developed by Linus Torvalds, is a widely used open-source operating system.

Programming Languages — A Quick Overview

  • Machine language — the lowest-level language, written in binary (0s and 1s), directly understood by hardware.
  • Assembly language — uses mnemonic codes instead of pure binary; requires an assembler to convert to machine code.
  • High-level languages — closer to human language, e.g. C, C++, Java, Python; need a compiler or interpreter to translate into machine code.
  • A compiler translates the entire source code into machine code at once before execution; an interpreter translates and executes code line by line.

Internet and Networking Basics

A network is a group of interconnected computers that can share resources and communicate. Networks are classified by geographic scope:

  • LAN (Local Area Network) — covers a small area like a single building or office.
  • MAN (Metropolitan Area Network) — covers a city or large campus.
  • WAN (Wide Area Network) — covers a large geographic area; the internet itself is the largest WAN.
  • PAN (Personal Area Network) — covers a very short range, such as Bluetooth devices around one person.

The internet is a global network of interconnected computer networks. The World Wide Web (WWW), invented by Tim Berners-Lee in 1989, is a system of interlinked hypertext documents accessed via the internet — the web is a service that runs on the internet, not the same thing as the internet itself.

Key Internet and Networking Terms

TermFull Form / Meaning
URLUniform Resource Locator — the address used to access a resource on the internet
HTTPHyperText Transfer Protocol — protocol for transferring web pages
HTTPSHyperText Transfer Protocol Secure — encrypted, secure version of HTTP
HTMLHyperText Markup Language — the standard language for creating web pages
IP addressInternet Protocol address — a unique numerical label identifying a device on a network
ISPInternet Service Provider — a company that provides internet access
TCP/IPTransmission Control Protocol/Internet Protocol — the core protocol suite of the internet
FTPFile Transfer Protocol — used to transfer files between computers over a network
DNSDomain Name System — translates domain names (like google.com) into IP addresses
Wi-FiWireless Fidelity — technology for wireless local area networking
ModemModulator-Demodulator — converts digital signals to analog and back for data transmission
RouterDevice that forwards data packets between computer networks
BrowserSoftware used to access and view websites, e.g. Chrome, Firefox, Edge, Safari
SMTPSimple Mail Transfer Protocol — used for sending email
VoIPVoice over Internet Protocol — technology for making voice calls over the internet

Common Computer Abbreviations

AbbreviationFull Form
CPUCentral Processing Unit
RAMRandom Access Memory
ROMRead Only Memory
USBUniversal Serial Bus
CDCompact Disc
DVDDigital Versatile Disc
LEDLight Emitting Diode
LCDLiquid Crystal Display
OSOperating System
GUIGraphical User Interface
PDFPortable Document Format
JPEGJoint Photographic Experts Group
MP3MPEG Audio Layer 3
PNGPortable Network Graphics
BIOSBasic Input Output System
UPSUninterruptible Power Supply
SSDSolid State Drive
GPUGraphics Processing Unit
WWWWorld Wide Web
OCROptical Character Recognition
AIArtificial Intelligence
VPNVirtual Private Network
QR codeQuick Response code

MS Office Basics

Microsoft Office is a suite of application software commonly tested for its individual application names and shortcut keys.

ApplicationPrimary UseDefault File Extension
MS WordWord processing — letters, documents, reports.docx
MS ExcelSpreadsheets — calculations, data analysis, charts.xlsx
MS PowerPointPresentations — slideshows.pptx
MS AccessDatabase management.accdb
MS OutlookEmail and calendar management.pst

Commonly Asked Shortcut Keys

ShortcutFunction
Ctrl + CCopy
Ctrl + VPaste
Ctrl + XCut
Ctrl + ZUndo
Ctrl + YRedo
Ctrl + SSave
Ctrl + PPrint
Ctrl + ASelect all
Ctrl + FFind
Ctrl + NNew document/window
Alt + F4Close the active window/application
Ctrl + B / I / UBold / Italic / Underline text

In Excel, a spreadsheet document is organised into cells, identified by a column letter and row number (e.g. cell A1). A collection of worksheets makes up a workbook. In PowerPoint, an individual page of a presentation is called a slide.

Storage Devices

  • Hard Disk Drive (HDD) — magnetic storage; higher capacity but slower than SSD.
  • Solid State Drive (SSD) — flash-memory-based; faster, no moving parts, more durable than HDD.
  • Pen drive/USB flash drive — portable flash storage connected via a USB port.
  • CD/DVD/Blu-ray disc — optical storage media that use a laser to read/write data; a standard CD holds about 700 MB, a standard DVD about 4.7 GB.
  • Cloud storage — data stored on remote servers accessed over the internet, e.g. Google Drive, OneDrive, Dropbox.

Email Basics

Email (electronic mail) allows users to send and receive digital messages over a network. An email address has the format username@domain — for example, in "recruit@example.com", "recruit" is the username and "example.com" is the domain (which identifies the mail server). Common email folders include Inbox (received mail), Sent (mail you have sent), Drafts (unsent, saved messages), Spam/Junk (suspected unwanted mail) and Trash (deleted mail). CC (Carbon Copy) sends a visible copy of an email to additional recipients; BCC (Blind Carbon Copy) sends a copy without other recipients being able to see that address. An attachment is a file sent along with an email message. Popular email service providers include Gmail, Outlook and Yahoo Mail.

Computer Viruses and Cyber Security Basics

A computer virus is a malicious program that can replicate itself and spread from one computer to another, often corrupting or damaging data. Related terms:

  • Worm — a self-replicating program that spreads across networks without needing to attach itself to another program.
  • Trojan horse — malicious software disguised as legitimate software.
  • Spyware — software that secretly monitors user activity.
  • Firewall — a security system (hardware or software) that monitors and controls incoming/outgoing network traffic to block unauthorised access.
  • Antivirus software — detects, prevents and removes malicious software.
  • Phishing — a fraudulent attempt to obtain sensitive information (passwords, card details) by disguising as a trustworthy source, typically via email or fake websites.

Number Systems Used in Computing

Computers internally work with the binary number system (base 2), using only the digits 0 and 1, because electronic circuits have two natural states — on and off. Other number systems referenced in computing include:

Number SystemBaseDigits Used
Binary20, 1
Octal80-7
Decimal100-9
Hexadecimal160-9, A-F

A bit (binary digit) is the smallest unit of data in computing, either a 0 or a 1. A group of 8 bits makes one byte, which can represent one character in many common encoding schemes such as ASCII (American Standard Code for Information Interchange).

Types of Computers by Size and Purpose

  • Supercomputer — the fastest and most powerful category, used for complex scientific calculations like weather forecasting and nuclear simulations. India's supercomputing programme includes systems such as PARAM, developed by C-DAC (Centre for Development of Advanced Computing).
  • Mainframe computer — large, powerful computers used by big organisations (banks, government) for bulk data processing and handling many users simultaneously.
  • Minicomputer — mid-sized computers, less powerful than mainframes, once common in smaller businesses.
  • Microcomputer/Personal Computer (PC) — the desktops and laptops used by individuals; became widespread from the fourth generation onward.
  • Workstation — a high-performance single-user computer used for technical/scientific applications.
  • Embedded computer — a computer system built into another device to perform dedicated functions, e.g. in a washing machine or car.

Notable Facts in Computing History

  • The term "computer" originally referred to a person who performed calculations, before it came to mean the machine itself.
  • Alan Turing, a British mathematician, is regarded as the father of theoretical computer science and artificial intelligence; the "Turing Test" is named after him.
  • Microsoft was founded by Bill Gates and Paul Allen in 1975; Apple was founded by Steve Jobs, Steve Wozniak and Ronald Wayne in 1976.
  • The first computer virus for personal computers is generally credited as "Creeper," an experimental self-replicating program from the early 1970s.
  • India's first computer, HEC-2M, was installed at the Indian Statistical Institute, Kolkata, in 1955.
  • C-DAC (Centre for Development of Advanced Computing) developed India's PARAM series of supercomputers, starting with PARAM 8000 in 1991.
  • The mouse was invented by Douglas Engelbart in the 1960s.

Key Facts at a Glance

  • Charles Babbage is called the Father of the Computer; Ada Lovelace is regarded as the first computer programmer.
  • The CPU has three main parts: ALU, Control Unit and Registers/Memory.
  • RAM is volatile memory; ROM is non-volatile.
  • ENIAC is widely regarded as the first general-purpose electronic digital computer (first generation, vacuum tubes).
  • The five generations of computers correspond to vacuum tubes, transistors, integrated circuits, microprocessors, and AI.
  • Tim Berners-Lee invented the World Wide Web in 1989; the internet and the web are not the same thing.
  • HTTP transfers web pages; HTTPS is the encrypted, secure version.
  • USB stands for Universal Serial Bus; commonly used for connecting peripherals and external storage.
  • MS Word, Excel and PowerPoint are used for documents, spreadsheets and presentations respectively.
  • A firewall controls network traffic; an antivirus detects and removes malware.
  • 1 byte = 8 bits; 1 kilobyte = 1024 bytes.

Practice MCQs

  1. Who is known as the "Father of the Computer"?
    • (a) Bill Gates
    • (b) Charles Babbage
    • (c) Alan Turing
    • (d) Tim Berners-Lee
    Answer: (b) — Charles Babbage designed the Analytical Engine, the conceptual forerunner of the modern computer.
  2. Which of these is a volatile memory?
    • (a) ROM
    • (b) Hard disk
    • (c) RAM
    • (d) Pen drive
    Answer: (c) — RAM loses its data when the power supply is switched off; ROM and storage drives are non-volatile.
  3. Which generation of computers used integrated circuits (ICs)?
    • (a) First
    • (b) Second
    • (c) Third
    • (d) Fourth
    Answer: (c) — Third-generation computers (1964-1971) introduced integrated circuits.
  4. Who invented the World Wide Web?
    • (a) Steve Jobs
    • (b) Tim Berners-Lee
    • (c) Bill Gates
    • (d) Larry Page
    Answer: (b) — Tim Berners-Lee invented the World Wide Web in 1989.
  5. Which of the following is purely an output device?
    • (a) Scanner
    • (b) Keyboard
    • (c) Printer
    • (d) Microphone
    Answer: (c) — A printer only produces output; the others listed are input devices.
  6. What does the abbreviation "HTTP" stand for?
    • (a) HyperText Transfer Protocol
    • (b) High Transfer Text Protocol
    • (c) HyperText Terminal Protocol
    • (d) Host Transfer Text Program
    Answer: (a) — HTTP stands for HyperText Transfer Protocol.
  7. Which part of the CPU performs arithmetic and logical operations?
    • (a) Control Unit
    • (b) ALU
    • (c) RAM
    • (d) Cache
    Answer: (b) — The Arithmetic Logic Unit (ALU) performs all arithmetic and logical operations.
  8. Which file extension is used by default for a Microsoft Excel workbook?
    • (a) .docx
    • (b) .pptx
    • (c) .xlsx
    • (d) .accdb
    Answer: (c) — Excel workbooks are saved with the .xlsx extension by default.
  9. Which of the following networks covers the smallest geographic area?
    • (a) WAN
    • (b) MAN
    • (c) LAN
    • (d) Internet
    Answer: (c) — A Local Area Network (LAN) covers the smallest area, such as one building.
  10. What is the primary function of a firewall?
    • (a) Speed up internet connection
    • (b) Store large files
    • (c) Monitor and control network traffic for security
    • (d) Compress video files
    Answer: (c) — A firewall monitors and filters incoming/outgoing network traffic to block unauthorised access.
  11. Which shortcut key is used to undo the last action?
    • (a) Ctrl + Y
    • (b) Ctrl + Z
    • (c) Ctrl + X
    • (d) Ctrl + U
    Answer: (b) — Ctrl + Z is the universal shortcut for Undo; Ctrl + Y is Redo.
  12. USB stands for:
    • (a) Universal Serial Bus
    • (b) Unified System Board
    • (c) Universal System Bus
    • (d) United Serial Board
    Answer: (a) — USB stands for Universal Serial Bus.
Page 1 of 1
← Chapter 17TOC IndexChapter 19