--%>

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 : Do I need to know SGML or HTML before

    Do I need to know SGML or HTML before learn XML?

  • Q : Explain Copy constructor Copy

    Copy constructor: It is a constructor which takes a single argument of similar class. For illustration:     public class Point {        

  • 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 : Give some instances of XML DTDs or

    Give some instances of XML DTDs or schemas which you have worked with?

  • Q : Differentiate overriding and

    Differentiate overriding and overloading method?

  • Q : Explain the way to back-up active

    Explain the way to back-up active directory.

  • Q : Explain Global variable Global variable

    Global variable: It is a phenomenon which is more generally regarded as being a trouble in structured programming languages than in object-oriented languages. In structured programming language, like C or Pascal, a global variable is one stated outsid

  • Q : What are collections and generics What

    What are collections and generics?

  • Q : Problem on Planar scintigraphy Let

    Let assume seven PMTs situated around the origin of the x-y coordinates on the face of the Anger camera as illustrated in the figure. The size of the PMTs is 2mm by 2 mm and each PMT has been allocated a number. The single scintillation event yields a response from PM

  • Q : Explain Method overriding Method

    Method overriding: It is a method stated in a super class might be overridden by a method of similar name stated in a sub class. The two methods should have similar name and number and types of formal arguments. Any checked exception thrown by sub-cla