Content deleted Content added
VulcanSphere (talk | contribs) |
MUSIC Tags: Reverted Visual edit Mobile edit Mobile web edit |
||
Line 61:
{{See also|History of operating systems}}
By the early 1960s,
Programs consist of sequences of instructions for processors. A single processor can run only one instruction at a time: it is impossible to run more programs at the same time. A program might need some [[System resource|resource]], such as an input device, which has a large delay, or a program might start some slow operation, such as sending output to a printer. This would lead to processor being "idle" (unused). To keep the processor busy at all times, the execution of such a program is halted and the operating system switches the processor to run another program. To the user, it will appear that the programs run at the same time (hence the term "parallel").
|