Computer & IT Basics for SSC MTS — Hardware, Software, Internet & OS

beginner 18 min read

Concept

Think of a computer as a very disciplined office worker. It has a desk (RAM — where current work sits), a filing cabinet (storage — where everything is saved permanently), a brain (CPU — that actually does the thinking), and a rulebook it follows without question (the operating system). Every piece of physical stuff you can touch is hardware. Every set of instructions that tells the hardware what to do is software.

Here is the central analogy you should lock in: Hardware is the body, Software is the soul. The keyboard, mouse, monitor, CPU chip, and RAM sticks — all hardware. Windows, MS Word, Chrome, a video game — all software.

Now zoom out. Computers do not work in isolation anymore. They talk to each other through networks, and the largest network of all is the internet — a global web of interconnected computers that share data using agreed-upon protocols (rules of communication). When you open a website, you are essentially asking a faraway computer (a server) to send you a file, and your browser displays it.

The internet and the World Wide Web (WWW) are not the same thing. The internet is the infrastructure — the physical cables, routers, and satellites. The WWW is just one service that runs on top of the internet — the system of linked web pages you browse daily. Email, online gaming, and video calls are also internet services but are not part of the WWW.

For SSC MTS, computer questions are factual and direct. They test full forms, inventors, categories, and basic definitions — not how to code or build circuits. You need clean, sharp facts, not deep understanding.


Deep Dive

Computer Generations — One Clean Table in Your Head

The exam loves generation-based questions. Each generation is defined by the core switching technology:

| Generation | Years | Technology | Example | |---|---|---|---| | 1st | 1940–1956 | Vacuum Tubes | ENIAC | | 2nd | 1956–1963 | Transistors | IBM 1401 | | 3rd | 1964–1971 | Integrated Circuits (ICs) | IBM 360 | | 4th | 1971–present | VLSI / Microprocessors | Intel 4004 | | 5th | Present–future | AI / Parallel Processing | — |

The pattern: each generation made computers smaller, faster, cheaper, and more power-efficient.

Hardware — Know the Categories

Input devices feed data into the computer: keyboard, mouse, scanner, microphone, webcam.

Output devices bring data out: monitor, printer, speaker, projector.

Processing unit: the CPU (Central Processing Unit) — the brain. Inside the CPU are the ALU (Arithmetic Logic Unit, does math and comparisons) and the CU (Control Unit, directs traffic).

Memory:

Software — The Three-Layer Model

System Software manages hardware directly. The big one is the Operating System (OS) — Windows, Linux, macOS, Android. The OS sits between you and the hardware, translating your clicks into machine-level instructions.

Utility Software performs maintenance tasks — antivirus, disk defragmenter, file compression tools (WinZip).

Application Software is what end users actually use — MS Word, Excel, Chrome, VLC.

Programming tools include compilers (convert entire source code to machine code at once), interpreters (convert line by line), and debuggers (find and fix bugs/errors in code).

Operating System Internals — What the Exam Picks From

The OS manages files through a file system. When files are open, the OS maintains an Open-File Table — a data structure that keeps track of every file currently being accessed, including position within the file, access mode (read/write), and how many processes have it open.

Process management, memory management, device management, and file management are the four core OS functions.

Internet & Networking

Protocol = agreed set of rules for communication. Key ones:

URL (Uniform Resource Locator) is the complete address of a resource on the internet. Example: https://www.sarkaririse.com/quiz — every part tells the browser something: protocol, domain, and path.

IP Address — unique numerical label assigned to each device on a network. IPv4 looks like 192.168.1.1; IPv6 is longer to accommodate more devices.

Network types by size: PAN (Personal) → LAN (Local) → MAN (Metropolitan) → WAN (Wide Area Network). The internet is the largest WAN.

MS Office Essentials

| Application | Category | Primary Use | |---|---|---| | MS Word | Word Processor | Writing and formatting documents | | MS Excel | Electronic Spreadsheet | Data, calculations, charts | | MS PowerPoint | Presentation Software | Slideshows | | MS Access | Database Software | Managing structured data | | MS Outlook | Email Client | Email and calendar |

Excel is consistently tested as an electronic spreadsheet — not a financial planning package, not a graphics package.

Email Basics

Cyber Security — Quick Facts


Memory Tricks & Shortcuts

patternGeneration Tech Ladder

Remember: V-T-I-M-A — Vacuum tubes, Transistors, Integrated circuits, Microprocessors (VLSI), AI. Say it like a word: "VeTIMA". Each letter = one generation in order. When you see "third generation", immediately think I = Integrated Circuits. Standard recall: 20 seconds. With VeTIMA: 3 seconds.

eliminationROM vs RAM — The Power Test

Ask one question: "Does it survive a power cut?" If YES → non-volatile → ROM (or hard disk or pen drive). If NO → volatile → RAM. The exam almost always asks this distinction. Once you lock this binary test, you eliminate 2 wrong options in under 5 seconds instead of reasoning from scratch each time (which takes 30+ seconds).

patternFull Forms by First Letter

Group confusable full forms: U-words: URL = Uniform Resource Locator (not Location — locator finds, location just describes a place). R-words: RAM = Random Access Memory, ROM = Read-Only Memory. The key word in ROM is Only — you can only read, not freely write. Knowing the distinguishing word (Locator, Only) cuts out wrong options immediately. Eliminates 2 of 4 options in 4 seconds vs reading all options carefully in 25 seconds.

substitutionMS Office Application Mapping

Map each Office app to its defining word: Word → Write, Excel → Express numbers (spreadsheet), PowerPoint → Present, Access → Administer data. The W-E-P-A pattern covers all four. When the question asks "Excel is a ___", immediately substitute: E = Express numbers = Electronic Spreadsheet. 3-second answer vs 15-second elimination.

eliminationEmail Field Functions

Three-word test: To = Target, CC = Copy (visible), BCC = Blind copy, Attach = Append file. When a question says "send an image with email", the only field that adds a file is Attachment. CC and BCC deal with recipients, not files. Subject is a text label. Eliminate 3 wrong options in 5 seconds.


Fast-Solving Framework

When you see a Computer & IT question in the exam, run this decision tree in your head:

Step 1 — Identify the question type:

Step 2 — Eliminate before confirming: Most computer questions have two obviously wrong options. Remove those first, then choose between the remaining two using your single distinguishing fact.

Step 3 — Do not overthink: Computer questions in SSC MTS are definition-level. If you are spending more than 20 seconds, you are over-reading. Pick the clean factual answer and move on.


Solved PYQs

Why this question: Full forms with near-identical wrong options are a classic MTS trap. This tests whether you know "Locator" vs "Location" — one word difference.

Previous Year Questionपिछले वर्ष का प्रश्न2017
What is the full form of URL?
  1. Universal Resource Location
  2. Uniform Resource Location
  3. Universal Resource Locator
  4. Uniform Resource Locator
Solutionसमाधान
URL stands for Uniform Resource Locator, which is the address used to access resources on the internet.

Solving path: Options A and C use "Universal" — wrong first word, eliminate immediately. Between B ("Uniform Resource Location") and D ("Uniform Resource Locator") — a URL actively locates a resource, not just states its location. Answer: D.


Why this question: Inventor questions appear in SSC MTS GK almost every year. WWW is one of the most commonly tested inventions.

Previous Year Questionपिछले वर्ष का प्रश्न2017
Who invented the 'world wide web'?
  1. Jan Koum
  2. Tim Berners-Lee
  3. John O'Sullivan
  4. Steve Jobs
Solutionसमाधान
Tim Berners-Lee invented the World Wide Web (WWW) in 1989 while working at CERN, revolutionizing how information is shared on the internet.

Solving path: Jan Koum = WhatsApp. John O'Sullivan = Wi-Fi. Steve Jobs = Apple products. None of these relate to the WWW. Tim Berners-Lee is the one name associated with WWW (1989, at CERN). Answer: B.


Why this question: RAM vs ROM distinction is a perennial question. "Static and non-volatile" together uniquely identify ROM.

Previous Year Questionपिछले वर्ष का प्रश्न2016
Which memory is both static and non-volatile?
  1. RAM
  2. BIOS
  3. ROM
  4. CACHE
Solutionसमाधान
ROM (Read-Only Memory) is non-volatile (retains data without power) and static (data cannot be easily modified), making it the correct answer.

Solving path: RAM is volatile — eliminated. BIOS is stored on ROM, not ROM itself — eliminated. Cache is volatile — eliminated. ROM is non-volatile (survives power cuts) and static (contents fixed at manufacture). Answer: C.


Why this question: OS internals are tested infrequently but when they appear, they are high-confidence questions because most aspirants skip this area.

Previous Year Questionपिछले वर्ष का प्रश्न2016
Which table in an operating system contains information about all the open files?
  1. open table
  2. open file table
  3. open-seek table
  4. open-location table
Solutionसमाधान
The Open-File Table in an operating system maintains entries for every file currently open by any process, tracking file positions, access modes, and reference counts.

Solving path: "Open table" and "open-seek table" and "open-location table" are invented names — eliminate anything that sounds fabricated. The correct OS term is Open-File Table, which maintains entries for all currently open files. Answer: B.


Why this question: Debugger is a clean vocabulary question. The wrong options are invented-sounding words designed to confuse.

Previous Year Questionपिछले वर्ष का प्रश्न2016
A system program designed to aid the programmer in finding and correcting errors or bugs is know as:
  1. Currector
  2. Quarantiner
  3. Debugger
  4. Evaluator
Solutionसमाधान
A Debugger is a software tool that helps programmers find, diagnose, and fix errors (bugs) in their code.

Solving path: "Currector" and "Quarantiner" are not real software terms — eliminated immediately. "Evaluator" evaluates but does not specifically find bugs. A Debugger is the established term for a tool that finds and fixes bugs in code. Answer: C.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →