Home MCQs Basic Computer/IT Question #11553
Back to Questions
Basic Computer/IT QUESTION #11553
Question 1
Which of the following is considered internal processor storage rather than main memory?
  • RAM
  • Register✔️
  • DRAM
  • PROM
Correct Answer Explanation
A Register is the fastest and most temporary storage within the CPU, holding data only during active processing (microseconds). While RAM and DRAM are volatile (lose data without power), Registers are the most transient — they hold data only for the duration of a single instruction execution cycle.