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 → Memory Units 8

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

Computer Fundamentals → Introduction to Computer 32

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
NAS stands for?
Network Attached Storage
click to copy
SAN stands for?
Storage Area Network
click to copy
Difference between NAS and SAN: NAS provides?
File-level storage over network
click to copy
Object storage is ideal for?
Unstructured data at massive scale (S3, Blob)
click to copy
CAS storage (Content Addressable Storage) uses?
Content hash for addressing — same content = same address
click to copy
Deduplication in storage?
Eliminates redundant data copies to save space
click to copy
Compression ratio of storage is?
Ratio of original to compressed size — higher is better
click to copy
Which file system supports access control lists (ACL)?
NTFS
click to copy
exFAT is designed for?
Flash drives and SD cards (no 4GB limit)
click to copy
ZFS file system feature: copy-on-write means?
Writes new data to new location before updating pointer — protects against corruption
click to copy
ZFS checksums protect against?
Data corruption and bit rot by verifying data integrity
click to copy
APFS (Apple File System) is optimized for?
Flash/SSD storage with strong encryption and snapshots
click to copy
Journaling in a file system?
Records file system changes to enable recovery after crash
click to copy
Which storage classification is 'cold storage'?
Rarely accessed archive data (cheap, slow)
click to copy
Tape storage (LTO) is used for?
Long-term archival backup due to low cost per TB
click to copy
Memory hierarchy principle states: closer to CPU = ?
Faster, smaller, more expensive
click to copy