Logo

Operating-systems Questions Set 51:

Quiz Mode

Consider a process that has frame number of 230 and page offset of 50. Find the physical address.

1
2
3
4

Solution:

Which scheduler performs the "swapping out" or "swapping in" of processes?

1
2
3
4

Solution:

Which of the following CPU scheduling algorithms gives the minimum average waiting time?

1
2
3
4

Solution:

Multimedia files stored on a remote server are delivered to a client across the network using a technique known as ___________

1
2
3
4

Solution:

Which page replacement algorithm suffers from Belady's Anomaly?

1
2
3
4

Solution:

If the wait-for graph does not contain a cycle, then:

1
2
3
4

Solution:

What is a reusable resource?

1
2
3
4

Solution:

How does a CPU generally handle an interrupt?

1
2
3
4

Solution:

Thread synchronization is required because threads of a process share the same global variables, address space, and files.

1
2
3
4

Solution:

Assume a two-level inclusive cache hierarchy, L1 and L2, where L2 is the larger of the two. Consider the following statements.

S1 : Read misses in a write through L1 cache do not result in writebacks of dirty lines to the L2
S2 : Write allocate policy must be used in conjunction with write through allocate caches and no-write allocation policy is used with writeback caches.

Which of the following statements is correct?

1
2
3
4

Solution: