engineering computer science MCQ #26

What is the main advantage of using a Harvard architecture over a von Neumann architecture?

engineering computer science MCQ #26

  1. Question 1

    Q1. What is the main advantage of using a Harvard architecture over a von Neumann architecture?

    • A) Simplified instruction decoding
    • B) Faster execution due to separate instruction and data buses
    • C) Improved memory utilization
    • D) Reduced CPU complexity

    Answer: Faster execution due to separate instruction and data buses

    Explanation: Harvard architecture has separate buses for instructions and data, allowing for simultaneous access and improving overall system performance.