Multiple Choice
Given a single CPU and four threads, how many of the threads can execute in parallel?
A) Only 1 can execute at a time.
B) 2 can execute in parallel.
C) 3 can execute in parallel.
D) All 4 can execute in parallel.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: If a thread sleeps after acquiring a
Q26: Which of the following scenarios may not
Q28: Under what conditions are locks unnecessary for
Q29: Exactly when does a thread finish in
Q32: Examine the SharedData class shown below. Suppose
Q33: Suppose thread one is downloading a 800KB
Q34: Stale data occurs in multi-CPU machines when
Q36: "Livelock" occurs when one thread runs continuously,
Q62: Each thread runs for a short amount
Q79: What is likely to be true when