81. | The first batch operating system was developed in the ................. by General Motors for use on an IBM 701. |
Discuss |
Answer: (b).mid 1950's
|
82. | ................... is a facility that allows programmers to address memory from a logical point of view, without regard to the main memory, physically available. |
Discuss |
Answer: (c).Virtual memory
|
83. | ............ is a large kernel, including scheduling file system, networking, device drivers, memory management and more. |
Discuss |
Answer: (a).Monolithic kernel
|
84. | A .................... architecture assigns only a few essential functions to the kernel, including address spaces, Inter process communication (IPC) and basic scheduling. |
Discuss |
Answer: (b).Micro kernel
|
85. | With ................ only one process can execute at a time; meanwhile all other process are waiting for the processer. With .............. more than one process can be running simultaneously each on a different processer. |
Discuss |
Answer: (c).Multiprogramming, Multiprocessing
|
86. | The two central themes of modern operating system are ............... |
Discuss |
Answer: (a).Multiprogramming and Distributed processing
|
87. | Process Management function of an operating system kernel includes |
Discuss |
Answer: (d).All of the above
|
88. | ............ is a special type of programming language used to provide instructions to the monitor simple batch processing schema. |
Discuss |
Answer: (a).Job control language (JCL)
|
89. | ……………….. is a example of an operating system that support single user process and single thread. |
Discuss |
Answer: (b).MS-DOS
|
90. | Which of the following are the functions of operating system? i) recovering from errors ii) facilitating input/output iii) facilitating parallel operation iv) sharing hardware among users v) implementing user interface |
Discuss |
Answer: (d).All i, ii, iii, iv and v
|