github

Made bySaurav Hathi

CSE - Practice Test -29

Q1:

In the Many to Many thread model true concurrency cannot be gained because :

Tags:
Section:
Operating System
Options:
Q2:

A thread shares its resources(like data section, code section, open files, signals) with :

Tags:
Section:
Operating System
Options:
Q3:

In the Many to Many model when a thread performs a blocking system call :

Tags:
Section:
Operating System
Options:
Q4:

In the Many to One model, multiple threads are unable to run in parallel on multiprocessors because :

Tags:
Section:
Operating System
Options:
Q5:

A process stack does not contain

Tags:
Section:
Operating System
Options:
Q6:

Logical memory is broken into blocks of the same size called _________

Tags:
Section:
Operating System
Options:
Q7:

The segment base contains the :

Tags:
Section:
Operating System
Options:
Q8:

In a paging system, it takes 30 ns to search translation Look-a-side Buffer (TLB) and 90 ns to access the main memory. If the TLB hit ratio is 70%, the effective memory access time is :

Tags:
Section:
Operating System
Options:
Q9:

Every address generated by the CPU is divided into two parts :

Tags:
Section:
Operating System
Options:
Q10:

In which one of the following page replacement algorithms it is possible for the page fault rate to increase even when the number of allocated frames increases?

Tags:
Section:
Operating System
Options:
Q11:

Recently Used (LRU) page replacement policy. Assume that all the page frames are initially empty. What is the total number of page faults that will occur while processing the page reference string given below if it has 4 page frames?

4, 7, 6, 1, 7, 6, 1, 2, 7, 2

Tags:
Section:
Operating System
Options:
Q12:

Increasing the RAM of a computer typically improves performance because:

Tags:
Section:
Operating System
Options:
Q13:

Run time mapping from virtual to physical address is done by

Tags:
Section:
Operating System
Options:
Q14:

What is compaction?

Tags:
Section:
Operating System
Options:
Q15:

A memory buffer used to accommodate a speed differential is called

Tags:
Section:
Operating System
Options: