Concept drill
data hazards
GATE CSE & IT · Pipelining · 2012-2024
4
PYQs
75%
keyed
0
elite explanations
3
years appeared
Study anchor
Morris Mano / Patterson-Hennessy
Digital logic, datapath, memory hierarchy, instruction sets
Practice action
Start latest PYQPYQs in this concept
All concepts →2024 PYQ
Consider a 5-stage pipelined processor with Instruction Fetch (IF), Instruction Decode (ID), Execute (EX), Memory Access (MEM), and Register Writeback (WB) stages. Which of the fol...
mediumanswer keybasic explanation
2024 PYQ
An instruction format has the following structure: Instruction Number: Opcode destination reg, source reg-1, source reg-2 Consider the following sequence of instructions to be exec...
easyanswer keybasic explanation
2015 PYQ
Consider the sequence of machine instructions given below: MUL R5, R0, R1 DIV R6, R2, R3 ADD R7, R5, R6 SUB R8, R7, R4 In the above sequence, $$R0$$ to $$R8$$ are general purpose r...
hard
2012 PYQ
Register renaming is done in pipelined processors
easyanswer key