Which of the following is a characteristic of a random-access memory (RAM)? MCQ with Answer and Explanation

Which of the following is a characteristic of a random-access memory (RAM)?
A. It is non-volatile
B. It allows access to any memory location in any order
C. It is used for long-term storage
D. It is slower than hard disks
Answer: Option B
Solution (By JKSSB Mock Tests)
RAM allows random access, meaning any location can be accessed directly without reading sequential data. It is volatile and faster than hard disks, used for temporary storage.

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 values is exactly equivalent to one single Megabyte (MB) when operating under standard decimal (SI) storage metrics?
A. $1,024$ Kilobytes
B. $1,000,000$ Bytes
C. $1,048,576$ Bytes
D. $512,000$ Bytes

Correct Answer: Option B


Explanation:
Under decimal SI metrics (often used by storage manufacturers), mega- means exactly one million ($10^6$), so 1 Megabyte equals exactly 1,000,000 Bytes.

This question belongs to: Computer Memory and Storage Devices
Question #2
What does the term 'DDR4' indicate about a memory module?
A. It stands for Digital Data Register 4
B. It has four data rate channels
C. It is a type of ROM
D. It is the fourth generation of Double Data Rate memory

Correct Answer: Option D


Explanation:
DDR4 is the fourth generation of Double Data Rate (DDR) SDRAM, offering higher speeds, lower voltage, and increased density compared to DDR3.

This question belongs to: Computer Memory and Storage Devices
Question #3
What is the name of the high-speed data transfer mechanism that allows specific hardware subsystems to access main system memory independently of the central processing unit?
A. Interrupt Request (IRQ)
B. Direct Memory Access (DMA)
C. Bus Mastering
D. Paging Protocol

Correct Answer: Option B


Explanation:
DMA (Direct Memory Access) allows peripherals like network cards or graphics adapters to read/write directly to system RAM without routing the data through the CPU, reducing processor overhead.

This question belongs to: Computer Memory and Storage Devices