InterviewSolution
Saved Bookmarks
| 1. |
In pipelining the task which requires the least time is performed first.(a) True(b) FalseThis question was posed to me at a job interview.My question is taken from Pipe-lining topic in division Arithmetic of Computer Architecture |
|
Answer» RIGHT option is (B) False To explain: This is DONE to AVOID starvation of the longer task. |
|