--%>

State the term multi programming

State the term multi programming.

E

Expert

Verified

Multi programming:
It is the technique of running various programs at a time by using timesharing.
It permits a computer to do various things at same instant. It creates logical parallelism.
The notion of multiprogramming is that the operating system keeps various jobs in memory concurrently. The operating system chooses a job from the job pool and begins executing a job, when such job requires waiting for any I/O operations the CPU is switched to other job. Therefore the main idea is that the central processing unit is never idle.

   Related Questions in Programming Languages

  • Q : What is an Anonymous class Anonymous

    Anonymous class: It is a class formed without a class name. Such a class will be a sub class or an implementation of an interface, and is generally formed as an actual argument or returned as a method outcome. For example:

    Q : Define the term Field Define the term

    Define the term Field: Variables stated within a class or interface, exterior of the methods. The fields are members of a class.

  • Q : Describe Layout manager Layout manager

    Layout manager: The object responsible for sharing the accessible space between multiple components in a graphical container.

  • Q : ID of TC Trustcenter Publisher and

    For how long are ID of TC Trustcenter Publisher and certificates of developer valid?

  • Q : Explain why java is so important for

    The internet aided java to the forefront of programming. And java consequently has had a deep effect on the internet. The reason for this is highly simple: java uses the universe of objects that can travel freely in cyber space. In a network, two broad categories of

  • Q : State machine to identify three

    Explain a finite state machine which will detect three consecutive coins tosses of one coin which results in heads?

  • Q : What are tools require View XHTML

    What are tools require View XHTML Documents?

  • Q : Explain Default initial value Default

    Default initial value: It is the default value of any variable not explicitly initialized whenever it is declared. The fields of numeric primitive types contain the value zero by default, Boolean variables encompass the value false, char variables enc

  • Q : What does XSLT processing models include

    What does extensible style sheet language transformations processing models involve?

  • Q : What do you mean by program counter

    What do you mean by the term program counter? Write down its use?