InterviewSolution
Saved Bookmarks
| 1. |
Statement 1: Cache storage is very fastStatement 2: Cache storage is very cheap(a) Both the statements are true(b) Statement 1 is true but statement 2 is false(c) Statement 1 is false but statement 2 is true |
|
Answer» The correct answer is (b) Statement 1 is true but statement 2 is false Best explanation: Cache storage is very fast but it is the costliest form of storage. |
|