PDA

View Full Version : Describe how these three terms are related to each other: multiprogramming,...


Nancy
04-19-2007, 09:10 PM
...process, and computing efficiency?

Arthur Brain
04-19-2007, 09:57 PM
They are related in that they share a common root in the english language.A process is a running instance of a program.Multiprogramming is a rudimentary form of parallel processing in which more than one programs are run at the same time on a uniprocessor by assigning them processing time in a round-robin fashion.Computing efficiency may or may not be improved through multiprogramming.