CBSE Class 11 Computer Science Question 4 of 106

Computer System Organization — Question 4

Back to all questions
4
Question

Question 4

Assertion (A): Registers are the components that provide internal storage to the CPU.

Reasoning (R): User has direct access to CPU registers.

  1. Both A and R are true and R is the correct explanation of A.
  2. Both A and R are true but R is not the correct explanation of A.
  3. A is true but R is false.
  4. A is false but R is true.
Answer

A is true but R is false.

Explanation
Registers are high-speed temporary storage areas found in the CPU. Registers work as per the instructions given by the control unit (CU), storing instructions and data. However, users do not have direct access to CPU register.