Single Choice Moderate

QDuring execution, values are stored in:

ID: #25845 MCQ Quiz - Class 8 - Programming 5 views
Question Info
#25845Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A RAM (main memory)
  • B Only ROM
  • C Only cache
  • D Only disk
Correct Answer

Explanation

Correct Answer Explanation:

Program variables and data are stored in RAM (main memory) during execution. This provides fast access for the CPU.

Why the other options are incorrect:

  • Option B: ROM is read-only, generally for firmware, not runtime values.
  • Option C: Cache is temporary but very limited; main storage is RAM.
  • Option D: Disk is too slow for active runtime data; RAM is used.

Share This Question

Challenge a friend or share with your study group.