Interview Questions - Operating Systems

33.
Is Windows NT a full blown object oriented operating system? Give reasons.
No Windows NT is not so, because its not implemented in object oriented language and the data structures reside within one executive component and are not represented as objects and it does not support object oriented capabilities.

34.
What is a drawback of MVT?
It does not have the features like
  1. ability to support multiple processors
  2. virtual storage
  3. source level debugging

35.
What is process spawning?
When the OS at the explicit request of another process creates a process, this action is called process spawning.

36.
How many jobs can be run concurrently on MVT?
15 jobs.