engineering computer science MCQ #216

What is the main advantage of a multi-core CPU over a single-core CPU?

engineering computer science MCQ #216

  1. Question 1

    Q1. What is the main advantage of a multi-core CPU over a single-core CPU?

    • A) Improved single-threaded performance
    • B) Increased instruction-level parallelism
    • C) Improved multi-threaded performance
    • D) Reduced power consumption

    Answer: Improved multi-threaded performance

    Explanation: A multi-core CPU can execute multiple threads or processes simultaneously, improving overall system performance and responsiveness, especially for multi-threaded workloads.