You are on page 1of 1

INTERVIEW QUESTIONS

PIPELINING AND PARALLEL PROCESSING

Que1. What is parallel processing?


Ans. In computers, parallel processing is the processing of program instructions
by dividing them among multiple processors with the objective of running a
program in less time.
Que2.What is pipelining?
Ans. Pipelining is a process in which the data is accessed in a stage by stage
process. The data is accessed in a sequence that is each stage performs an
operation. If there are n number of stages then n number of operations is done.
Que3. What are different pipelining hazards and how are they eliminated?
Ans. Pipeline is a process where a business object goes through several stages
asynchronously. Where one stage picks up processes and drops it for the next
process to pick up. The hazard is when the a different thread of the same process
picks up the business object leads to malfunction. This can be handled by status
handling or scan delays.
Que4. What are the types of parallel processing?
Ans. Parallel Processing is broadly classified into 2 types.
a) SMP - Symmetrical Multi Processing.
b) MPP - Massive Parallel Processing.
Que5. Pipelining process is also called as?
Ans. Assembly line operation because it performs its operation at assembly line.

SUBMITTED BY: AKHIL SAINI


14CSU018

You might also like