word processing falls into the productivity education application.
Answer:
The correct option is (b) multiprogramming systems
The best I can explain: In a time sharing system, each user needs to get a share of the.... at regular intervals.
Explanation:
Don't forget to follow me thanks
Answer:
The statement about Multiprocessors that is FALSE is:
a. Asymmetric multiprocessors are a popular form of tightly coupled architecture
Explanation:
Symmetric multiprocessors house two or more identical processors sharing a single main memory. The multiprocessors are tightly coupled, and all of them can access all the connected devices without any preferential treatment of one over the others. This is unlike asymmetric multiprocessors that do not share a single main memory. Instead, they have distributed memories.
Answer and explanation :
the three control problems associated with competing process are
- MUTUAL EXCLUSION : We know that some resources are shareable and some are not shareable. which means only one process can access the resource at a time this type of resources are called critical resources this code can be access at only one process at a time. the other process if required to access should not be allowed
- DEADLOCK: this hold the process without complete for example suppose there are two resources R1 and R2 and two process P1 and P2 and P1 use R1 and P2 use R2 but after some time when P1 needs R2 but R2 is not available as it is used by P2 so the all process will be on hold
- STARVATION : when priorities are given to the process as high priorities and low priorities. And high priorities process always competing then low priorities process have to wait for very long time this is called starvation