engineering computer science MCQ #43

What is the primary advantage of using a Harvard Architecture?

engineering computer science MCQ #43

  1. Question 1

    Q1. What is the primary advantage of using a Harvard Architecture?

    • A) Improved instruction-level parallelism
    • B) Increased cache size
    • C) Separate instruction and data buses
    • D) Reduced power consumption

    Answer: Separate instruction and data buses

    Explanation: Harvard Architecture uses separate buses for instructions and data, improving bandwidth and reducing contention.