Comp Chap 4

Which one is random access memory—

Verified Answer
A. (a) RAM
B. (b) ROM
C. (c) P-ROM
D. (d) All of these
E. (e) None of these

Explanation:

Option (d) All of these is the correct answer. Random access means that any byte of memory can be accessed directly in approximately the same amount of time, regardless of its physical location. (a) RAM (Random Access Memory) is inherently random access. (b) ROM (Read-Only Memory) is also random access. (c) P-ROM (Programmable Read-Only Memory) is a type of ROM, and thus also random access. Therefore, all listed options are types of random access memory.