Answer the following statements true (T) or false (F)

1. With the exception of smaller embedded systems, all modern computer systems employ one or more layers of cache memory.
2. The cache contains a copy of portions of the main memory.
3. The L1 cache is slower and typically larger than the L2 cache.
4. The length of a line, not including tag and control bits, is the line size.
5. Cache design for high-performance computing is the same as it is for other hardware platforms and applications.

1.True
2. True
3. False
4. True
5. False

Computer Science & Information Technology

You might also like to view...

Which of the following is a user replaceable memory in a computer system?

A. SRAM B. CMOS C. ROM D. DRAM

Computer Science & Information Technology

This famous problem involves placing grains of wheat on the squares of a chessboard. A single grain of wheat is placed on the first square. Two grains are placed on the next square and four grains on the next. The board is filled with wheat, each square receiving twice that of the preceding square, until all 64 squares are filled. Of course, the number of grains of wheat become far too great to

fit on a square, or on the entire board, or even the room that holds the board. Express the number of grains on the first square as 2 raised to some power.

Computer Science & Information Technology