0% found this document useful (0 votes)
783 views2 pages

Parallel Computing: Quiz 2

Parallel computing involves using multiple processors within a single system simultaneously to solve problems faster. It relies on shared memory and is used to increase performance for scientific applications. Distributed computing uses multiple independent computers connected over a network to work on parts of a problem and relies on message passing. The key difference is that parallel computing occurs on one system while distributed computing uses multiple systems. There are four types of parallel architectures: single-instruction single-data, single-instruction multiple-data, multiple-instruction single-data, and multiple-instruction multiple-data.

Uploaded by

EDPSENPAI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
783 views2 pages

Parallel Computing: Quiz 2

Parallel computing involves using multiple processors within a single system simultaneously to solve problems faster. It relies on shared memory and is used to increase performance for scientific applications. Distributed computing uses multiple independent computers connected over a network to work on parts of a problem and relies on message passing. The key difference is that parallel computing occurs on one system while distributed computing uses multiple systems. There are four types of parallel architectures: single-instruction single-data, single-instruction multiple-data, multiple-instruction single-data, and multiple-instruction multiple-data.

Uploaded by

EDPSENPAI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

QUIZ 2

is the use of two or more processors (computers), usually within a single


system, working simultaneously to solve a single problem.
Parallel computing

is any computing that involves multiple computers remote from each


other that each have a role in a computation problem or information
processing.
Distributed computing

is the human process of developing programs that express what


computations should be executed in parallel.
Parallel programming

In Process Mechanism, Computers rely on message passing.


Distributed Computing

It uses to increase performance and for scientific.


Parallel Computing

Parallel computing occurs on one system while Distributed computing


occurs between multiple system.
True

_______ computing system is a multiprocessor machine capable of


executing the same instruction on all the CPUs but operating on different
data streams.
Single-instruction, Multiple-data

_______ computing system is a multiprocessor capable of executing


multiple instructions on multiple data sets.
Multiple-instruction, Multiple-data
_______ computing system is a multiprocessor machine capable of
executing different instructions on different Pes all of them operating on
the same data set.
Multiple-instruction, Single-data

_______ computing system is a uni-processor machine capable of


executing a single instruction, which operates on a single data stream
Single-instruction, Single-data

You might also like