Which memory type serves as the fast, specialized storage space for storing translation mappings between virtual and physical memory addresses? MCQ with Answer and Explanation

Which memory type serves as the fast, specialized storage space for storing translation mappings between virtual and physical memory addresses?
A. EPROM
B. Translation Lookaside Buffer (TLB)
C. Virtual Page File
D. Hard Disk MBR
Answer: Option B
Solution (By JKSSB Mock Tests)
The TLB is a dedicated hardware memory cache within the CPU's memory management unit (MMU) that speeds up virtual-to-physical address translations.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Memory and Storage Devices Questions

Question #1
Which of the following is an example of secondary storage?
A. Cache
B. RAM
C. Hard disk
D. Registers

Correct Answer: Option C


Explanation:
Secondary storage refers to non-volatile storage that is not directly accessible by the CPU, such as hard disks, SSDs, and optical discs. RAM and cache are primary storage; registers are internal to CPU.

This question belongs to: Computer Memory and Storage Devices
Question #2
What technology allows a computer system to read data from multiple hard drives simultaneously to improve performance or provide fault tolerance?
A. DMA
B. SATA
C. RAID
D. NVMe

Correct Answer: Option C


Explanation:
RAID (Redundant Array of Independent Disks) is a data storage virtualization technology that combines multiple physical hard drive components into a single logical unit for redundancy or performance.

This question belongs to: Computer Memory and Storage Devices
Question #3
Which of the following is a type of memory that is used for archival storage due to its low cost per GB?
A. Magnetic tape
B. Hard disk
C. SSD
D. Blu-ray

Correct Answer: Option A


Explanation:
Magnetic tape offers the lowest cost per gigabyte among these, making it ideal for archival and backup. HDDs are also used but tape is cheaper for large volumes.

This question belongs to: Computer Memory and Storage Devices