wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CPSC1050_OS

Total questions: 6

Worksheet time: 5mins

Name
Class
Date
1.

First-Come, First-Served is

a)

Nonpreemptive

b)

Preemptive

2.

Using Shortest Job Next, what is the average turnaround time if the processes arrive at the same time?

P1: 120

P2: 60

P3: 20



(a)  

3.

Using FCFS (First-Come, First-Served), what is the average turnaround time if the processes arrive at the same time?

P1: 120

P2: 60

P3: 30



(a)  

4.

Using Round Robin, what is the average turnaround time if the processes arrive at the same time? Suppose the time slice is 50

P1: 130

P2: 60

P3: 30

(a)  

5.

(Paged Memory Management) Given the following Page-Map Table (PMT), assume the page size and frame size are 1024:

What is the physical address associated with the logical address of <4, 128>?

(a)  

6.

(Paged Memory Management) Given the following Page-Map Table (PMT), assume the page size and frame size are 1024:

What is the logical address associated with the physical address of 5220?

(a)