answersLogoWhite

0

What is parallel processing?

Updated: 12/15/2022
User Avatar

Wiki User

12y ago

Best Answer

When a process have multiple statements

those statements which are independent of other

are splited down in pieces and processed by multiple processors or single simultanously

and then combined the result of these processes to get the final result

eg

par_rstart

statement1

statement2

statement3

.

.

.

.

n (thousands)

par_end

for more detail contact alampesh@Yahoo.com

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is parallel processing?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Parallel Processing in Business?

What good did Parallel processing do to Computer Science and Business What good did Parallel processing do to Computer Science and Business?


The processing of the same information at the same time by several neuronal pools is called a. serial processing b. parallel processing c. divergent processing d. convergent processing e. facilitation?

b. parallel processing


When was Parallel Processing Letters created?

Parallel Processing Letters was created in 1991.


What is ad-hoc parallel data processing?

The ad-hoc parallel data processing is data are formed,arranged or done dynamic or parallel processing for a particular purpose only is called in a ad-hoc parallel data processing.


What has the author James L McClelland written?

James L. McClelland has written: 'Explorations in parallel distributed processing' -- subject(s): Distributed processing, Electronic computers, Electronic data processing, Parallel processing, Parallel processing (Electronic computers)


What has the author Dale J Arpasi written?

Dale J. Arpasi has written: 'Automating the multiprocessing environment' -- subject(s): Parallel processing (Electronic computers) 'Parallel processing of a rotating shaft simulation' -- subject(s): Rotating shafts, Computerized simulation, Parallel processing (Computers) 'Partitioning and packing mathematical simulation models for calculation on parallel computers' -- subject(s): Computation, Computerized simulation, Parallel processing (Computers), Parallel processing (Electronic computers)


How parallel processing affects the speed of computer processing?

Parallel processing allows the computer to process 2 things at once. However on it's own it doesn't help, computer programs have to be written to use it. Many operating systems are written to take advantage of parallel processing between seperate processes, and some programs are setup to use parallel processing withing their own process.


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

Parallel processing


Simultaneously processing different aspects of a problem or scene is known as?

parallel processing


Which pattern of neural processing is importante for higher level mental processing such as problem solving?

Parallel processing


How do you make programs in Linux use parallel processing?

The programs have to be developed that way, to use the libraries supporting parallel processing. It isn't automatic.


Difference between concurrent processing and parallel processing in computer architecture?

concurrent processing deals with N-client single server whereas parallel supports N-client N-server