Scheduling Algorithms Flashcards

1
Q

types of scheduling algorithms

A

FCFS, SJF, Priority scheduling, Round Robin

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

goals of scheduling

A

maximum CPU utilization, Minimum turn-around time, minimum wait time, minimum response time, maximum throughput.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

TAT

A

the time taken for the first process into the ready state till it terminates.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

response time

A

time taken between the process in ready queue and when it is allocated the CPU.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

wait time

A

the time process waits for CPU.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Multi-level queue and Multi-level feedback queue

A

In both of these the queue is divided into multiple levels and each level have their own scheduling algorithms but in multi-level queue the system process and highest priority are kept first.
but in feedback queue the one’s which taken more time are kept in the last level.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is concurrency.

A

when multiple threads of a process are running parallelly it is known as concurrency.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly