engineering computer science MCQ #38

Which of the following is a type of parallelism that involves executing multiple threads or processes simultaneously?

engineering computer science MCQ #38

  1. Question 1

    Q1. Which of the following is a type of parallelism that involves executing multiple threads or processes simultaneously?

    • A) Instruction-level parallelism
    • B) Thread-level parallelism
    • C) Data parallelism
    • D) Pipelining

    Answer: Thread-level parallelism

    Explanation: Thread-level parallelism involves executing multiple threads or processes simultaneously, improving overall system utilization and throughput.