answersLogoWhite

0

What is the main advantage of multiple programming?

Updated: 8/21/2019
User Avatar

Wiki User

6y ago

Best Answer

The main advantage is that multiple programs can run concurrently on the same processor. Given that there is only one processor, the programs cannot execute simultaneously as they would on a multi-processing system with independent CPU cores. Instead, each program must periodically yield control back to the system in order to allow other threads of execution to make use of the CPU. Modern operating systems can do this automatically, periodically saving the current thread's "state" and switching to the next thread of execution in the queue.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the main advantage of multiple programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the advantages of programming?

The main advantage is that you don't have to buy software, you can simply write your own.


Can you write multiple Mains in C-Sharp programming?

No. There can only be one main method, however you can declare new methods, and call them from the main method. Or you can use multi-threading, to simulate having multiple main methods.


Difference between multiple programming multiple tasking?

Technically multiple tasking is same as multiple programming Multiple tasking operating system a single user can execute multiple program at the same time.The term multiple programming is used for multi user system ie system that are simultaneously used by many user such as main frame and server class system. The term multiple tasking is used for single user system ie one user at a time use the system.Example-Personal Computer.


What is goal programming?

Goal programming is a kind of multi-objective optimization. An advantage of this kind of programming is it's simplicity and ease of use.


What is the main advantage for a user of using a virtual-machine architecture?

With a VM, you can have multiple OSs, but only need to boot into one.


Why is spooling necessary for batch programming?

advantage of spooling


What can thread make?

In computer programming, you can use multiple threads if you want the computer to do several things at the same time.In computer programming, you can use multiple threads if you want the computer to do several things at the same time.In computer programming, you can use multiple threads if you want the computer to do several things at the same time.In computer programming, you can use multiple threads if you want the computer to do several things at the same time.


What is an advantage of using multiple lines in a line graph?

The advantage is that you can compare multiple data sets in the same chart


What is the advantage of pascal programming language?

struktur katanya mudah dimengerti ..


What is the main advantage of using a web query to get information?

The main advantage of using a web query to get information is the ability to retrieve real-time data directly from a website or online database without manual data entry. Web queries can automate the process of data retrieval, saving time and reducing the risk of errors associated with manual extraction.


What is the main advantage of it?

You are not specific enough. The main advantage of what? It does not make any sense.


Major advantage in cpp compared to c?

The major advantage of C++ over C is the Object Oriented Programming compatibility in C++.