Quick Revision

GK One-Line Question & Answer

15541+ short questions with short answers, covering every category and sub-category on the site — no long articles to scroll through. Good for a fast recap before an exam, or a few minutes of daily practice.

Computer Fundamentals → Software and Hardware 2

Which of the following is an example of system software?
Device drivers
click to copy
Application software is designed for?
End users to perform specific tasks (word processing, browsing, gaming)
click to copy

Computer Fundamentals → Introduction to Computer 35

The ALU is part of which component?
CPU
click to copy
Random Access Memory is called 'random access' because?
Any memory location can be accessed in equal time regardless of position
click to copy
Which type of computer is used for scientific calculations requiring high speed?
Supercomputer
click to copy
Mainframe computers are used for?
Large-scale enterprise transaction processing (banking, airlines)
click to copy
Embedded computer systems are found in?
Microwave ovens, washing machines, cars, medical devices
click to copy
Which is the smallest category of computer?
Wearable/embedded
click to copy
Analog vs Digital: analog signals are?
Continuous, infinite precision values (voltage, current)
click to copy
Digitization converts?
Analog signals to digital representation (sampling + quantization)
click to copy
Sampling rate in audio is measured in?
Hz (samples per second) — CD quality is 44,100 Hz
click to copy
Bit depth in audio determines?
Resolution of each sample — CD uses 16-bit = 65,536 possible amplitude levels
click to copy
MIDI stands for?
Musical Instrument Digital Interface
click to copy
Which color model is used for printing?
CMYK (Cyan, Magenta, Yellow, Key/Black)
click to copy
Resolution of digital images is measured in?
DPI (Dots Per Inch) or PPI (Pixels Per Inch)
click to copy
Lossless compression preserves?
All original data — perfect reconstruction
click to copy
Lossy compression sacrifices?
Some data quality for smaller file size
click to copy
Which image format is lossless?
BMP (uncompressed) and PNG (lossless compressed)
click to copy
File extension .mp3 indicates?
Compressed audio file (MPEG-1 Audio Layer III)
click to copy
Which file format is used for vector graphics?
SVG (Scalable Vector Graphics)
click to copy
PDF was created by?
Adobe Systems (1992)
click to copy
Which component determines computer speed most?
CPU clock speed and architecture
click to copy
What is 'booting' a computer?
Process of starting the computer and loading the operating system
click to copy
Cold boot vs warm boot: cold boot is?
Starting computer from completely powered-off state
click to copy
The bootstrap loader is responsible for?
Loading the OS from storage into RAM during boot
click to copy
GRUB is?
Grand Unified Bootloader — bootloader for Linux systems
click to copy
Which of these represents 1 Terabyte?
1024 GB
click to copy
How many bits does IPv6 address have?
128
click to copy
CIDR notation /16 means how many bits for network?
16
click to copy
Which protocol maps IP addresses to MAC addresses?
ARP (Address Resolution Protocol)
click to copy
Broadcast IP address 255.255.255.255 is?
Limited broadcast — sends packet to all hosts on local network
click to copy
IEEE 802.3 standard defines?
Ethernet (wired LAN)
click to copy
IEEE 802.11 standard defines?
Wi-Fi (Wireless LAN)
click to copy
Bandwidth in networking means?
Maximum data transfer rate of a network connection
click to copy
Network topology refers to?
Physical or logical arrangement of devices in a network
click to copy
In bus topology, all devices connect to?
Single shared backbone cable
click to copy
Full mesh topology provides?
Maximum redundancy — every device connects to every other device
click to copy

Computer Fundamentals → Memory Units 3

Which component executes program instructions?
ROM
click to copy
ROM is non-volatile because?
It retains data even when power is removed
click to copy
Flash memory in USB drives is which type?
Non-volatile EEPROM-based storage
click to copy