A loop reuses the same value many times. Which locality is that?
Which order lists the layers from fastest to slowest?
Spatial locality means touching neighbours next.
Circle one: True False
A loop reads cells 0, 1, 2, 3 in order. Which locality does it use?
Why can column by column run several times slower on the same data?
Which layer is the smallest and fastest?
Loop A steps through neighbours in order. Loop B jumps across rows over the same data. Which wins?
A student says column by column must be faster because columns look shorter. What is the mistake?