answersLogoWhite

0


Best Answer

Parallel Processing

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Method of processing that uses multiple processors simultaneously to execute a program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the name for multiple processors running simultaneously to execute a single task?

Parallel processing


Method of processing that uses multiple processors to execute a program?

Parallel processing


What is parallel processing or processor?

Parallel processing is a processing method that uses multiple processors simultaneously to execute a single program or task Processor is a electronic component on a computer's motherboard that interprets and carries out the basic instructions that operate the computer


What is procesion?

Parallel processing is a mode of computer operation in which a process is split into parts that execute simultaneously on different processors attached to the same computer. It can also be defined as simultaneous processing by two or more processing units.


What is paralell procesing?

Parallel processing is a mode of computer operation in which a process is split into parts that execute simultaneously on different processors attached to the same computer. It can also be defined as simultaneous processing by two or more processing units.


How is true multi tasking achieved?

True multi-tasking is achieved through parallel processors. If you only have one processor, only one task can execute at a time. You can still multi-task by rapidly switching between all the running processes, but you cannot have two processes running simultaneously. With two or more processors running in parallel, you can.


What is the difference between concurrent processing and simultaneous processing. A single processor can execute two processes concurrently but not simultaneously Why?

Single processor can execute 2 process concurrently means when one is doing i/o activity at tht time another is executing.. but not possible tht both are executing cpu at same time


What are multi vector and SIMD computers?

(Single instruction, Multiple Data) A process that allows the CPU to execute a single instruction simultaneously on multiple peices of data, rather than by repetitive looping.


Why cant a single computer processor execute two or more programs simultaneously?

In simple terms a single processor can only process one machine instruction at a time; it's just not possible to execute two or more instructions simultaneously and therefore not possible to execute 2 programs simultaneously. However, it's not quite as simple as that because a modern processor can have 2 or more cores, in which case it is possible to execute 2 or more instructions simultaneously. However, that's not quite the same thing as executing 2 programs simultaneously as we invariably execute far more threads of execution than we have cores available. Note that a program consists of one or more processes and a process consists of one or more threads of execution. Although it is theoretically possible to execute two threads simultaneously upon two cores, when those cores share the same processor they also share the same L2 cache and that's really only beneficial when both threads share the same process. With 2 independent processors there's a better chance of simultaneous program execution, however it's nigh on impossible to guarantee this unless the system is specifically designed for that purpose. In a multi-processing, multi-threaded environment, task-switching makes it next to impossible for any two independent programs to execute simultaneously because every thread has to yield to waiting threads.


What do Fetch Decode and Execute mean in a microprocessor?

Fetch Decode Execute. This is the cycle that processors will follow. Fetch the Instruction, Decode it into machine code, Execute the commands


What is the use of word processors?

A central processing unit (CPU) or processor is an electronic circuit that can execute computer programs, which are actually sets of instructions. This term has been in use in the computer industry at least since the early 1960s


What feature in AMD processors provide a level of malicious code protection?

NX (No Execute)