Introduction To Parallel Processors: Coa Seminar
Introduction To Parallel Processors: Coa Seminar
Introduction To Parallel Processors: Coa Seminar
MY TOPIC:
INTRODUCTION TO
PARALLEL PROCESSORS
BUDDHAPURI AASHRITHA
11199A040
2ND YR,CSE.
OUTLOOK OF THIS PPT :
Typically a computer scientist will divide a complex task into multiple parts
with a software tool and assign each part to a processor, then each
processor will solve its part, and the data is reassembled by a software tool
to read the solution or execute the task.
Typically each processor will operate normally and will perform operations
in parallel as instructed, pulling data from the computer’s memory.
CASE 1:
CASE 2:
ADVANTAGES OF PARALLEL
PROCESSOR:
It saves time and money as many resources working together will reduce
the time and cut potential costs.
It can be impractical to solve larger problems on Serial Computing.
It can take advantage of non-local resources when the local resources are
finite.
Serial Computing ‘wastes’ the potential computing power, thus Parallel
Computing makes better work of hardware
APPLICATIONS OF PARALLEL
PROCESSOR:
Notable applications for parallel processing (also known as parallel
computing):
computational astrophysics,
geoprocessing (or seismic surveying),
climate modeling,
agriculture estimates,
financial risk management,
video color correction, computational fluid dynamics, medical imaging
,drug discovery And so on…..
TYPES OF PARALLEL PROCESSOR: