MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER ARCHITECTURE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The instruction execution flow in the pipeline processor is represented by
A
Flow chart
B
Data flow diagram
C
Time space diagram
D
.Reservation table
Explanation: 

Detailed explanation-1: -A reservation table is a way of representing the task flow pattern of a pipelined sytem. A reservation table has several rows and columns. Each row of the reservation table represents one resource of the pipeline and each column represents one time-slice of the pipeline.

Detailed explanation-2: -What is Pipelining? Pipelining is the process of accumulating instruction from the processor through a pipeline. It allows storing and executing instructions in an orderly process. It is also known as pipeline processing. Pipelining is a technique where multiple instructions are overlapped during execution.

Detailed explanation-3: -A pipeline diagram shows the execution of a series of instructions.

Detailed explanation-4: -An instruction pipeline receives sequential instructions from memory while prior instructions are implemented in other portions. Pipeline processing can be seen in both the data and instruction streams.

There is 1 question to complete.