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 28

Aspect ratio 16:9 refers to?
Width to height ratio of 16:9
click to copy
Color depth of 24-bit display can show?
16,777,216 colors
click to copy
Pixel density (PPI) measures?
Pixels per inch of display
click to copy
Apple's Retina Display name indicates?
PPI high enough that individual pixels are indistinguishable at normal viewing distance
click to copy
HBM (High Bandwidth Memory) is used in?
High-performance GPU and AI accelerators
click to copy
Which memory type uses stacked dies for high density?
3D NAND Flash
click to copy
TLC NAND stores how many bits per cell?
3
click to copy
SLC NAND stores how many bits per cell?
1
click to copy
QLC NAND stores how many bits per cell?
4
click to copy
Write endurance of NAND flash is measured in?
Program/Erase (P/E) cycles
click to copy
TRIM command in SSDs?
Informs SSD which blocks are no longer in use for efficient garbage collection
click to copy
Over-provisioning in SSDs refers to?
Setting aside reserved NAND capacity for garbage collection and wear leveling
click to copy
DDR5 vs DDR4: DDR5 improvements include?
Higher bandwidth, lower voltage, on-die ECC
click to copy
Memory interleaving improves?
Memory bandwidth by accessing multiple modules simultaneously
click to copy
Dual-channel memory configuration?
Uses two RAM modules for doubled bandwidth
click to copy
XMP (Extreme Memory Profile) is used to?
Run RAM at rated speed (which may exceed JEDEC standard)
click to copy
Memory timing CAS Latency (CL) measures?
Column Address Strobe latency in clock cycles
click to copy
Lower CAS latency means?
Faster RAM response
click to copy
Which storage interface is slower: SATA or NVMe?
SATA
click to copy
Perpendicular magnetic recording (PMR) in HDDs?
Records magnetic domains vertically, increasing density
click to copy
Shingled magnetic recording (SMR) writes?
Overlapping tracks like roof shingles for higher density
click to copy
Host-Managed SMR drives are controlled by?
The host OS/application
click to copy
Helium-filled hard drives offer?
Less resistance, lower power, higher density
click to copy
Which RAID level offers both striping and mirroring (RAID 1+0)?
RAID 10
click to copy
RAID 5 requires minimum how many drives?
3
click to copy
RAID 6 can tolerate failure of how many drives simultaneously?
2
click to copy
RAID 5 parity is used to?
Reconstruct data if one drive fails
click to copy
Which RAID offers no fault tolerance?
RAID 0
click to copy

Computer Fundamentals → Output Devices 2

Which output device is used in digital signage?
Commercial-grade LCD/LED display panels
click to copy
Which printer type is used in point-of-sale receipt printing?
Thermal (direct thermal)
click to copy

Computer Fundamentals → Memory Units 10

Which memory technology provides byte-level addressability like RAM but retains data like flash?
3D XPoint (Intel Optane)
click to copy
Wear leveling in SSD ensures?
Even distribution of writes across all cells to maximize lifespan
click to copy
Which memory interface connects DRAM to CPU in modern systems?
DDR4/DDR5 memory interface
click to copy
LPDDR RAM is optimized for?
Mobile devices (low power DDR)
click to copy
ECC RAM is required in?
Servers and workstations requiring data integrity
click to copy
Registered (Buffered) RAM (RDIMM) differs from UDIMM in?
Has register between controller and DRAM chips for stability with many modules
click to copy
SPD chip on RAM module stores?
Configuration information (speed, timings, voltage)
click to copy
M.2 form factor SSD can use which interfaces?
Both SATA and NVMe
click to copy
DRAM cache in an HDD improves?
Read/write performance by buffering frequently accessed data
click to copy
Flash memory endurance: SLC > MLC > TLC > QLC means?
SLC has most P/E cycles (highest endurance)
click to copy