Hardware

Key Concepts & Formulas

Provide 5-7 essential concepts for Hardware:

#ConceptQuick Explanation
1CPU (Central Processing Unit)Brain of computer that processes instructions; consists of ALU, CU, and registers
2RAM vs ROMRAM is temporary volatile memory; ROM is permanent non-volatile memory storing BIOS
3Input vs Output DevicesInput sends data to computer (keyboard, mouse); Output displays results (monitor, printer)
4Storage Units1 Byte = 8 bits, 1 KB = 1024 Bytes, 1 MB = 1024 KB, 1 GB = 1024 MB
5MotherboardMain circuit board connecting all components; contains CPU socket, RAM slots, expansion slots
6Hard Disk vs SSDHDD uses spinning disks (slower, cheaper); SSD uses flash memory (faster, expensive)
7Ports & InterfacesUSB (Universal Serial Bus), HDMI (High-Definition Multimedia), VGA (Video Graphics Array)

10 Practice MCQs

Q1. Which of the following is an input device? A) Monitor B) Printer C) Keyboard D) Speaker

Answer: C) Keyboard

Solution: Input devices send data to the computer. Keyboard allows users to type and send data to the computer. Monitor, printer, and speaker are output devices.

Shortcut: Remember “K” in Keyboard stands for “Key” input device

Concept: Hardware - Input/Output devices classification

Q2. What is the full form of CPU? A) Computer Processing Unit B) Central Processing Unit C) Core Processing Unit D) Central Programming Unit

Answer: B) Central Processing Unit

Solution: CPU stands for Central Processing Unit. It is the primary component that performs calculations and runs programs.

Shortcut: Remember “CPU = Computer’s Brain”

Concept: Hardware - CPU terminology

Q3. 1 GB equals how many MB? A) 1000 MB B) 1024 MB C) 100 MB D) 1240 MB

Answer: B) 1024 MB

Solution: In binary system: 1 GB = 1024 MB (2^10) In decimal system: 1 GB = 1000 MB Computers use binary, so 1024 is correct

Shortcut: Binary multipliers: 2^10 = 1024

Concept: Hardware - Storage unit conversion

Q4. Which component connects the CPU to RAM? A) USB port B) Motherboard C) Power supply D) Hard disk

Answer: B) Motherboard

Solution: Motherboard contains the bus system that connects CPU to RAM, allowing data transfer between them at high speeds.

Shortcut: Motherboard = “Mother” of all connections

Concept: Hardware - Component connectivity

Q5. A railway ticket printer uses which type of port? A) HDMI B) USB C) VGA D) Ethernet

Answer: B) USB

Solution: Printers typically connect via USB ports for data transfer. HDMI/VGA are video ports, Ethernet is for network.

Shortcut: USB = Universal Serial Bus (most common for peripherals)

Concept: Hardware - Port types and applications

Q6. If a computer has 4 GB RAM but shows 3.2 GB usable, where is the rest? A) Reserved by system B) Faulty RAM C) Used by hard disk D) Reserved for CPU cache

Answer: A) Reserved by system

Solution: Some RAM is reserved for hardware (graphics card, BIOS) and system operations. This is normal behavior.

Shortcut: 0.8 GB (20%) reservation is typical for system hardware

Concept: Hardware - Memory allocation

Q7. Which storage device has no moving parts? A) HDD B) SSD C) DVD D) Floppy disk

Answer: B) SSD

Solution: SSD (Solid State Drive) uses flash memory with no moving parts. HDD, DVD, and floppy use spinning mechanisms.

Shortcut: SSD = Solid (no moving parts)

Concept: Hardware - Storage technology comparison

Q8. A railway station’s display board needs 2MB to show train schedules. How many bits is this? A) 2,000,000 B) 2,097,152 C) 16,777,216 D) 16,000,000

Answer: C) 16,777,216

Solution: 2 MB = 2 × 1024 KB = 2048 KB 2048 KB = 2048 × 1024 Bytes = 2,097,152 Bytes 2,097,152 Bytes × 8 bits = 16,777,216 bits

Shortcut: 1 MB = 1024 KB; 1 Byte = 8 bits

Concept: Hardware - Bit conversion in railway application

Q9. If CPU speed is 3.2 GHz and each instruction takes 4 cycles, how many instructions per second? A) 0.8 billion B) 1.6 billion C) 3.2 billion D) 12.8 billion

Answer: A) 0.8 billion

Solution: 3.2 GHz = 3.2 billion cycles/second Instructions/second = 3.2 billion ÷ 4 = 0.8 billion

Shortcut: Instructions = Frequency ÷ Cycles per instruction

Concept: Hardware - CPU performance calculation

Q10. A server room has 8 RAM sticks of 4GB each but shows 28GB total. What’s wrong? A) One stick failed B) 32-bit OS limitation C) Motherboard limit D) CPU doesn’t support

Answer: B) 32-bit OS limitation

Solution: 32-bit OS can address max 4GB RAM. Even with 32GB physical RAM, only ~28GB usable due to addressing limitations.

Shortcut: 32-bit = 4GB max; 64-bit = theoretically 16EB

Concept: Hardware - OS architecture limitations

5 Previous Year Questions

PYQ 1. Which of the following is a secondary storage device? [RRB NTPC 2021 CBT-1]

Answer: D) Hard Disk

Solution: Secondary storage is permanent storage. Hard disk stores data permanently while RAM, Cache, and Registers are temporary memories.

Exam Tip: Remember hierarchy: Cache (fastest) → RAM → Hard disk (slowest but permanent)

PYQ 2. The speed of CPU is measured in: [RRB Group D 2022]

Answer: C) GHz

Solution: CPU speed is measured in Gigahertz (GHz), representing billions of cycles per second.

Exam Tip: Remember: Hz = Hertz = cycles per second

PYQ 3. Which port is used to connect monitor to CPU? [RRB ALP 2018]

Answer: B) VGA

Solution: VGA (Video Graphics Array) is the standard port for connecting monitors. Other options like USB, HDMI are also used but VGA is traditional.

Exam Tip: In railway exams, they often test traditional ports

PYQ 4. Cache memory is faster than RAM because: [RRB JE 2019]

Answer: A) It is located inside CPU

Solution: Cache memory is integrated into the CPU chip, providing faster access than RAM which is separate.

Exam Tip: Proximity = Speed in computer memory

PYQ 5. BIOS is stored in: [RPF SI 2019]

Answer: C) ROM

Solution: BIOS (Basic Input Output System) is firmware stored in ROM (Read Only Memory) as it must persist without power.

Exam Tip: BIOS = ROM (both permanent)

Speed Tricks & Shortcuts

For Hardware, provide exam-tested shortcuts:

SituationShortcutExample
Binary conversions2^10 = 1024 (always)1GB = 1024MB, not 1000
Port identificationV=Video, A=Audio, U=UniversalVGA=Video, HDMI=Both, USB=All
Memory hierarchy“CRaSh”: Cache→RAM→Secondary→HardSpeed order: Cache fastest
Input/Output devices“KMS” input: Keyboard, Mouse, ScannerRest are mostly output
Storage units“BKMGT”: Byte<KB<MB<GB<TBEach = 1024 of previous

Common Mistakes to Avoid

MistakeWhy Students Make ItCorrect Approach
Confusing GHz with GBBoth start with “G”GHz = speed, GB = storage size
ROM vs RAM differenceBoth are memoryROM = Read Only (permanent), RAM = Random Access (temporary)
1000 vs 1024 conversionDecimal habitAlways use 1024 for computer storage
Cache vs RegisterBoth are fastRegister is fastest (inside CPU), Cache is close to CPU
HDMI vs VGA portsBoth connect monitorsHDMI = digital + audio, VGA = analog video only

Quick Revision Flashcards

Front (Question/Term)Back (Answer)
CPU full formCentral Processing Unit
1 Byte = ? bits8 bits
USB full formUniversal Serial Bus
RAM volatile?Yes (loses data without power)
ROM volatile?No (keeps data without power)
Cache locationInside or very close to CPU
SSD vs HDD speedSSD is faster (no moving parts)
Motherboard functionConnects all components
ALU in CPUArithmetic Logic Unit (calculates)
CU in CPUControl Unit (directs operations)

Topic Connections

How Hardware connects to other RRB exam topics:

  • Direct Link: Software - Hardware runs software, both needed for complete system
  • Combined Questions: Computer Fundamentals + Hardware specifications often asked together
  • Foundation For: Networking (need hardware for connections), MS Office (runs on hardware)