The technology that stores only the essential instructions on a microprocessor…
2017
The technology that stores only the essential instructions on a microprocessor chip and thus enhances its speed is referred to as :
- A.
MIMD
- B.
CISC
- C.
RISC
- D.
SIMD
Attempted by 2617 students.
Show answer & explanation
Correct answer: C
Answer: RISC (Reduced Instruction Set Computer). Explanation: RISC designs use a small, optimized set of simple and essential instructions that the processor implements directly. By keeping instructions simple and limited in number, the processor can decode and execute them more quickly and efficiently. Simpler instructions reduce decode complexity and often allow single-cycle execution.