--%>

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 Character set encoding

    Character set encoding: The set of values allocated to characters in a character set. Associated characters are frequently grouped with consecutive values, like the digits and alphabetic characters.

  • Q : Define BOOP Toolkit BOOP Toolkit : The

    BOOP Toolkit: The BOOP Toolkit has been developed at the Institute for Software Technology at Graz University of Technology. It is based on the SLAM project and uses the same main concept of verification by abstraction and refinement to determin

  • Q : Search and Partial Coverage of Java

    Search and Partial Coverage: JPF supports well-known search strategies such as BFS and DFS as well as various heuristic-based searches such as A*, Best-First, and Beam Search. You can sum a number of heuristics during the search, and set search depth

  • Q : Illustrates database connection pooling

    Illustrates database connection pooling which is relative to MTS. Answer: This permits MTS to reuse database connections. Pooling of database connections are put to

  • Q : What is a Real-Time System What is a

    What is a Real-Time System?

  • Q : What is Native method Native method :

    Native method: In native method, the method is written in a language other than Java, however accessible to a Java program. Native methods are far away from the scope of this definition.

  • Q : Explain the term XForms Explain the

    Explain the term XForms.

  • Q : Explain Declaration and initialization

    Declaration and initialization: It is a statement in which a variable is declared and instantly given its initial value. Three illustrations of declaration and initialization are as follows:     int

  • Q : Differences between primary storage and

    What are the differences between primary storage and secondary storage?

  • Q : What is Bookmark Bookmark : It is

    Bookmark: It is employed by a Web browser to memorize details of a Uniform Resource Locator (URL).