InterviewSolution
Saved Bookmarks
| 1. |
Consider the following reservation table for a pipeline having three stages S1, S2 and S3. Time -->----------------------------- 1 2 3 4 5-----------------------------S1 | X | | | | X | S2 | | X | | X | |S3 | | | X | | |The minimum average latency (MAL) is __________(A) 3(B) 2(C) 1(D) 4 |
| Answer» None | |