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