110k views
4 votes
In a multi-programming system, main memory is divided into multiple sections: one for the operating system (resident monitor, kernel) and one for the set of processes currently being executed. A. True B. False

User Drewes
by
5.1k points

1 Answer

4 votes

Answer:

True is the correct answer .

Explanation:

The multi-programming means a single program is split into the different sections of the program.In the multi-programming, the concurrent processing is performed in the different applications this application run concurrently on one single processor.

In the multi-Programming system, there is no actual or concurrent execution of the various programs. firstly portion of one program is executed by the operating system, then all the other parts of the program, etc.

User WebHQ
by
5.6k points