Multiple choice technology programming languages

RISC is ...

  1. a defensive programming style

  2. a web framework

  3. a threading library

  4. a CPU design strategy

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

RISC (Reduced Instruction Set Computing) is a CPU design strategy that uses a small, highly optimized set of instructions rather than a more specialized set of instructions. RISC architectures emphasize simple instructions that can execute quickly in a single cycle, improving performance through simplification rather than complexity.