Which of the following is a type of parallelism that involves executing multiple threads or processes simultaneously?
Q1. Which of the following is a type of parallelism that involves executing multiple threads or processes simultaneously?
Answer: Thread-level parallelism
Explanation: Thread-level parallelism involves executing multiple threads or processes simultaneously, improving overall system utilization and throughput.