H12-921_V1.0 · Question #209
Which of the following server components is used as a temporary place to store program instructions, data, and intermediate results during computation?
The correct answer is A. memory. Memory (RAM) serves as the temporary workspace for the CPU, holding active program instructions, data, and intermediate results during computation - it's fast, directly accessible by the processor, and loses its contents when power is removed. A hard disk is for long-term…
Question
Which of the following server components is used as a temporary place to store program instructions, data, and intermediate results during computation?
Options
- Amemory
- Bhard disk
- Cflash memory
- DCPU
How the community answered
(28 responses)- A71% (20)
- B4% (1)
- C18% (5)
- D7% (2)
Explanation
Memory (RAM) serves as the temporary workspace for the CPU, holding active program instructions, data, and intermediate results during computation - it's fast, directly accessible by the processor, and loses its contents when power is removed.
A hard disk is for long-term, persistent storage (files, programs at rest), not active computation - it's far too slow to serve as a working scratchpad. Flash memory (SSDs, USB drives) is also persistent storage; while faster than a hard disk, it still isn't the component actively feeding the CPU during execution. The CPU is the processing unit itself - it performs calculations but relies on memory to hold the data it's working on.
Memory tip: Think of memory (RAM) as your desk - it holds everything you're actively working on right now. The hard disk and flash memory are your filing cabinet - for storing things you're not currently using.
Topics
Community Discussion
No community discussion yet for this question.