Consider the following processor design characteristics. I.…

2018

Consider the following processor design characteristics.

I. Register-to-register arithmetic operations only

II. Fixed-length instruction format

III. Hardwired control unit

Which of the characteristics above are used in the design of a RISC processor?

  1. A.

    I and II only

  2. B.

    II and III only

  3. C.

    I and III only

  4. D.

    I, II and III

Attempted by 217 students.

Show answer & explanation

Correct answer: D

Answer: All three statements are characteristic of RISC processors.

  • Register-to-register (load–store) architecture: arithmetic and logical operations operate only on registers; memory access is done with explicit load and store instructions, which simplifies the datapath.

  • Fixed-length instruction format: makes instruction fetch and decoding simpler and more regular, which aids pipelining and hardware implementation.

  • Hardwired control unit: RISC favors simpler, faster control implemented in hardware rather than microprogramming, reducing cycle time.

Therefore, the correct answer includes all three characteristics.

Explore the full course: Gate Guidance By Sanchit Sir