Parallel And Distributed Computing Short Answer Type Question Answer.pdf.PDF
Parallel And Distributed Computing Short Answer Type Question Answer.pdf.PDF
Answer: Parallel Computing resembles the study of designing algorithms such that the time
complexity is minimum. Thus the speed up factor is taken into consideration.
5) What is pipelining ?
Answer: Pipelining is a technique of dividing one task into multiple subtasks and executing
the subtasks in parallel with multiple hardware units.
6) What is super scalar execution ?
Answer: The ability of a processor to issue multiple instructions in the same cycle is referred
to as superscalar execution.
● SIMD computers require less hardware than MIMD computers because they have only
one
● global control unit.
● SIMD computers require less memory because only one copy of the program needs to
be stored.
● In contrast, MIMD computers store the program and operating system at each
processor.
35) What are the protocols used in the cache coherence system ?
Answer: The protocols used in cache coherence system are (a) Invalidate protocol and (b)
Updateprotocol.