answersLogoWhite

0

What about multiprogramming?

Updated: 11/3/2022
User Avatar

Fgwaluma

Lvl 1
11y ago

Best Answer

Multiprogramming is a rudimentary form of parallel processing in which several programs are run at the same time on a uniprocessor. Since there is only one processor, there can be no true simultaneous execution of different programs. Instead, the operating system executes part of one program, then part of another, and so on. To the user it appears that all programs are executing at the same time. If the machine has the capability of causing an interrupt after a specified time interval, then the operating system will execute each program for a given length of time, regain control, and then execute another program for a given length of time, and so on. In the absence of this mechanism, the operating system has no choice but to begin to execute a program with the expectation, but not the certainty, that the program will eventually return control to the operating system. If the machine has the capability of protecting memory, then a bug in one program is less likely to interfere with the execution of other programs. In a system without memory protection, one program can change the contents of storage assigned to other programs or even the storage assigned to the operating system. The resulting system crashes are not only disruptive, they may be very difficult to debug since it may not be obvious which of several programs is At Fault.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What about multiprogramming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is windows operating system multiprogramming or multitasking?

multiprogramming


When was THE multiprogramming system created?

THE multiprogramming system was created in 1968.


Is multitasking a logical extension of multiprogramming?

timesharing is logical extention of multiprogramming.


Is it possible to do multiprogramming with only one partition of the memory?

is it possible to do multiprogramming with only one partition


What is the main advantage of multiprogramming?

Multiprogramming increases CPU utilization by organizing jobs so that the CPU always has a job to execute.


What is the principal disadvantge of too much multiprogramming?

The principal disadvantge of too much multiprogramming is the overhead of excesssive context-switching. If the context-switch rate is too high, the overhead can actually overwhelm the benefit of multiprogramming.


Why spooling is necessary for batch multiprogramming?

ogobs


What is symmetric multiprogramming?

Where it has to do with symmetrical shapes and there equations.


What are advantages of multiprogramming?

Multiprogramming makes effifcient use of the CPU by overlapping the demands for the CPU and its I/O devices from various users. It attempts to increase CPU utilization by always having something for the CPU to execute.


Is UNIX multiprogramming programming operating system?

yes


Full diagram of multiprogramming operating system?

DIAGRAM


How is multiprocessing different from multiprogramming?

multiprocessing is the simultaneous processing by two or more processing unit while multiprogramming is the execution of two or more computer programs by a single compute.