Multiple choice technology

POWER Microprocessor is based on Which CPU design ?

  1. Complex instruction set computer (CISC)

  2. One instruction set computer (OISC)

  3. Reduced instruction set computer (RISC)

  4. Zero Instruction Set Computer (ZISC)

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

POWER is a RISC (Reduced Instruction Set Computer) architecture developed by IBM. RISC processors use a simpler set of instructions that can execute in fewer clock cycles, improving performance for most operations. CISC architectures like x86 use complex, multi-step instructions.