InterviewSolution
Saved Bookmarks
| 1. |
In super-scalar mode, all the similar instructions are grouped and executed together.(a) True(b) FalseThis question was posed to me in quiz.My enquiry is from Superscalar Processors in portion Arithmetic of Computer Architecture |
|
Answer» RIGHT choice is (a) True To ELABORATE: The instructions are GROUPED meaning that the instructions FETCH and decode and other cycles are OVERLAPPED. |
|