Quiznetik

Advanced Operating System | Set 2

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

Correct : A. only one thread can access the kernel at a time

2. The One to One model allows :

Correct : A. increased concurrency

3. In the One to One model when a thread makes a blocking system call :

Correct : B. other threads are allowed to run

4. Which of the following is the drawback of the One to One Model ?

Correct : D. creating a user thread requires creating the corresponding kernel thread

5. When is the Many to One model at an advantage ?

Correct : A. when the program does not need multi-threading

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

Correct : A. the kernel can schedule only one thread at a time

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

Correct : B. other threads are allowed to run

8. before a disk can store data is known as : (choose all that apply)

Correct : D. physical formatting

9. The data structue for a sector typically contains : (choose all that apply)

Correct : C. trailer

10. The header and trailer of a sector contain information used by the disk controller such as _________ and _________.

Correct : C. sector number

11. The two steps the operating system takes to use a disk to hold its files are _______ and ________.

Correct : D. logical formatting

12. and then starts the operating system.

Correct : C. bootstrap

13. For most computers, the bootstrap is stored in ____.

Correct : B. rom

14. A disk that has a boot partition is called a _________. (choose all that apply)

Correct : C. boot disk

15. Defective sectors on disks are often known as __________.

Correct : C. bad blocks