engineering computer science MCQ #275

What is the main advantage of using a RISC (Reduced Instruction Set Computing) architecture?

engineering computer science MCQ #275

  1. Question 1

    Q1. What is the main advantage of using a RISC (Reduced Instruction Set Computing) architecture?

    • A) Improved code density
    • B) Increased instruction-level parallelism
    • C) Simplified CPU design
    • D) Enhanced floating-point performance

    Answer: Simplified CPU design

    Explanation: RISC architectures simplify CPU design by using a smaller number of instructions, which can lead to faster execution and improved pipelining.