What is burst?mode operation (in the context of a cache memory)?

What will be an ideal response?


Burst?mode operation ties together two features of cache and DRAM. Cache memory uses lines as the minimum
transfer size between cache and memory (the idea is that data items should fit in a single cache line). Typically, a
line is 32 bytes, which means that 32 bytes have to be loaded following a miss.

Some DRAM’s have a burst mode operation where an address is used to make an access and then successive
words can be read without providing a new address because the memory has an internal sequencer. This feature
allows the memory to supply a burst of data during a cache refill.

Computer Science & Information Technology

You might also like to view...

If the Internet consisted of four computers, there would be six possible connections. If it consisted of five computers, there would be ten possible connections. How many connections are possible with ten computers?

a. 10 b. 30 c. 45 d. infinite

Computer Science & Information Technology

The more layers in a file, the larger the file size, and therefore ____ layers is used to reduce file size.

A. consolidating B. merging C. flattening D. drafting

Computer Science & Information Technology

The XOR cipher conversion subjects the bitstream to a Boolean XOR function against some other data stream typically a ____ stream "

A. data B. cipher C. plaintext D. key

Computer Science & Information Technology

The time dimension of a variable's scope is referred to as the variable's ____.

A. execution time B. compile time C. lifetime D. processing time

Computer Science & Information Technology