0
0
Operating Systemsknowledge~10 mins

Scheduling criteria (turnaround time, waiting time, throughput) in Operating Systems - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the sentence to define turnaround time.

Operating Systems
Turnaround time is the total time taken from process submission to [1].
Drag options to blanks, or click blank then click option'
Aexecution
Barrival
Ccompletion
Dwaiting
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing turnaround time with waiting time.
Thinking it ends when the process starts execution.
2fill in blank
medium

Complete the sentence to define waiting time.

Operating Systems
Waiting time is the total time a process spends in the [1] queue before execution.
Drag options to blanks, or click blank then click option'
Aready
Bwaiting
Crunning
Dterminated
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing waiting time with execution time.
Confusing ready queue with waiting queue.
3fill in blank
hard

Fix the error in the definition of throughput.

Operating Systems
Throughput is the number of processes completed per [1] unit of time.
Drag options to blanks, or click blank then click option'
Aprocess
BCPU
Cmemory
Dtime
Attempts:
3 left
💡 Hint
Common Mistakes
Using CPU or memory instead of time.
Confusing throughput with CPU utilization.
4fill in blank
hard

Fill both blanks to complete the formula for turnaround time.

Operating Systems
Turnaround time = [1] time + [2] time
Drag options to blanks, or click blank then click option'
Awaiting
Bexecution
Carrival
Dcompletion
Attempts:
3 left
💡 Hint
Common Mistakes
Using arrival or completion time in the formula.
Mixing up waiting and arrival times.
5fill in blank
hard

Fill all three blanks to complete the throughput calculation example.

Operating Systems
If 10 processes complete in [1] seconds, throughput = [2] / [3]
Drag options to blanks, or click blank then click option'
A5
B10
Cseconds
D20
Attempts:
3 left
💡 Hint
Common Mistakes
Swapping numerator and denominator.
Using wrong time value.