T/F about operating system, thank you very much
1. A compiler belongs to an application programming interface.
2. An OS is distinguished from other system software in that it runs faster because it has exclusive control of the processor.
3. One advantage of resource abstraction is that it provides the most efficient use of resources.
4. Use of metered automobile parking space is an example of time-multiplexed sharing.
5. Space-multiplexed sharing is related to swapping processes to and from disks.
1. A compiler belongs to an application programming interface.
True,
2. An OS is distinguished from other system software in that it runs faster because it has exclusive control of the processor.
True,
3. One advantage of resource abstraction is that it provides the most efficient use of resources.
False,
4. Use of metered automobile parking space is an example of time-multiplexed sharing.
True,
5. Space-multiplexed sharing is related to swapping processes to and from disks.
True,
T/F about operating system, thank you very much 1. A compiler belongs to an application programming...
T/F about operating system, thank you very much 11.In a multithreaded computation, threads use time-multiplexed sharing much more than space-multiplexed sharing. 12.An example of an I/O resource is the primary memory. 13.The status of a thread is the same as the status of the process that contains that thread. 14.In UNIX, after the fork() is completed, the OS will choose the parent to be the next process to use the processor. 15.The use of the device-independent part in device management...
question about operating system,thank you 1 List two most important differences between an embedded system and a time-sharing system that have impact on the design of the corresponding OS. 2 What is the reason of using resource abstraction? Give an example of an abstract resource and an example for the corresponding physical resource?
T/F question about operating system, thank you 1. A deadlocked system must involve at least two threads/processes that are deadlocked. 2. If all 4 following conditions hold in a system: mutual exclusion, hold and wait, circular waiting, and no pre-emption, then a deadlock must occur. 3. In avoidance strategy, the OS may refuse to allocate requested resources if there is a potential for a deadlock. 4. Given a reusable resource graph representing a state S, state S is a deadlock...