Computer Sciences > GATE 2024 Set-2 > Computer Architecture
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 executed in a pipelined processor:
Which of the following statements is/are TRUE?
A
There is a RAW dependency on R3 between I1 and I2
B
There is a WAR dependency on R3 between I1 and I3
C
There is a RAW dependency on R3 between I2 and I3
D
There is a WAW dependency on R3 between I3 and I4

Explanation

Correct : a,c

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science