English language

How to pronounce multiprogramming in English?

Toggle Transcript
Type Words
Synonyms concurrent execution
Type of execution, instruction execution

Examples of multiprogramming

multiprogramming
Prior to the advent of multiprogramming, computers operated as single-user systems.
From the en.wikipedia.org
Multiprogramming is also basic form of multiprocessing, a much broader term.
From the en.wikipedia.org
A multiprogramming or multitasking OS is a system executing many processes concurrently.
From the en.wikipedia.org
Multiprogramming doesn't give any guarantee that a program will run in a timely manner.
From the en.wikipedia.org
Multiprogramming greatly reduced wait times when multiple batches were being processed.
From the en.wikipedia.org
Dijkstra discusses the development of ALGOL 60, Dijkstra's algorithm, THE multiprogramming system.
From the en.wikipedia.org
It made multiprogramming possible and necessary.
From the en.wikipedia.org
Multiprogramming is the possibility for multiple programs to be ready, and waiting for the processor to be free.
From the en.wikipedia.org
Multiprogramming does not require any cooperation between programs, as there were no interactive users anyway.
From the en.wikipedia.org
More examples
  • The execution of two or more computer programs by a single computer
  • Computer multiprogramming is the allocation of a computer system and its resources to more than one concurrent application, job or user ("program" in this nomenclature).
  • (n.) the ability of a computer system to time share its (at least one) CPU with more than one program at once. See also multitasking.
  • Having more than one program ready to run in memory. This was a big advance over single-user batch systems when it was first introduced. Multics transmuted this concept into that of "eligibility."
  • A technique of executing several program(fragment)s (seemingly) simultaneously on a single machine with a single execution unit.
  • Concurrent execution of several different programs by sharing the same central processing unit (CPU).
  • Multi-tasking; describes an operating system which runs several programs apparently at the same time by time slicing; multi-processing is similar, but usually refers to computers which use several processors to achieve more efficient multi-programming.
  • The capability of initiating and executing more than one program at a time. These programs, usually called processes, are time-shared, each receiving a slice of CPU time on a round-robin basis. See concurrency.
  • A computer operating environment in which several programs can be placed in memory and executed concurrently.