Which memory is used for temporary storage of data that is being processed? MCQ with Answer and Explanation

Which memory is used for temporary storage of data that is being processed?
A. Hard disk
B. CD-ROM
C. RAM
D. ROM
Answer: Option C
Solution (By JKSSB Mock Tests)
RAM is used for temporary storage of data and instructions that the CPU is currently processing. It is volatile and loses data when power is off.

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 a magnetic storage device?
A. Pen drive
B. SSD
C. Hard disk
D. Blu-ray disc

Correct Answer: Option C


Explanation:
Hard disks are magnetic storage devices that use magnetic media to store data. SSDs and pen drives use flash memory, and Blu-ray uses optical technology.

This question belongs to: Computer Memory and Storage Devices
Question #2
How many nibbles are contained inside a data packet size of exactly 16 bits?
A. 8 nibbles
B. 4 nibbles
C. 16 nibbles
D. 2 nibbles

Correct Answer: Option B


Explanation:
Since 1 nibble is equal to 4 bits, a 16-bit data segment contains exactly $16 / 4 = 4$ nibbles.

This question belongs to: Computer Memory and Storage Devices
Question #3
Which of the following is a type of memory that is directly accessible by the CPU without address translation?
A. Virtual memory
B. Cache memory
C. Physical memory
D. Registers

Correct Answer: Option D


Explanation:
Registers are directly accessible by the CPU's execution units; they are part of the CPU. Physical memory (RAM) is accessed via addresses, and virtual memory requires translation.

This question belongs to: Computer Memory and Storage Devices