Quiz on CPU Scheduling
It's quiz time! Answer the following questions to test your knowledge and understanding.
We'll cover the following...
1
We have the following four processes to execute along with their execution and arrival time:
| Job Name | Execution Time | Arrival Time (T) |
|---|---|---|
| A | 35s | 0 |
| B | 80s | 25 |
| C | 10s | 30 |
| D | 65s | 15 |
If we follow the FIFO principle, at what value of T will process C start to execute?
A)
30
B)
180
C)
10
D)
190
Question 1 of 50 attempted
Ask