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 → Introduction to Computer 39

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
Which network type covers a metropolitan area?
MAN (Metropolitan Area Network)
click to copy
PAN (Personal Area Network) range is approximately?
10 m
click to copy
RJ-45 connector is used for?
Ethernet (wired LAN) connections
click to copy
RJ-11 connector is used for?
Analog telephone lines (4-pin or 6-pin)
click to copy
Cat5e cable supports speeds up to?
1 Gbps (with bandwidth up to 100 MHz)
click to copy
PoE standard IEEE 802.3af provides?
15.4W maximum to powered device
click to copy
SNMP MIB stands for?
Management Information Base — database of manageable network objects
click to copy
Which routing protocol has lowest Administrative Distance?
Connected interface (0)
click to copy
VLSM (Variable Length Subnet Masking) allows?
Different subnet sizes within the same network — efficient IP allocation
click to copy
NAT (Network Address Translation) allows?
Multiple private IP devices to share one public IP for internet access
click to copy
DNSSEC protects against?
DNS cache poisoning and spoofing by adding cryptographic signatures
click to copy
How many usable hosts in a /30 subnet?
2
click to copy
Subnetting divides a network to?
Create smaller network segments and reduce broadcast traffic
click to copy
In MS Word, Ctrl+Enter inserts a?
Page break
click to copy
Table of Contents in MS Word updates when?
When right-clicked and Update Field selected, or F9 pressed
click to copy

Computer Fundamentals → Internet Basics 1

Which protocol is used for email authentication SPF?
DNS TXT records containing SPF policy
click to copy