✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Observe el estado de la memoria caché al terminar la ejecución de un programa y traté de identificar qué tipo de algoritmo se ha ejecutado (realizado en la práctica).
Nota: La matriz empleada se encuentra en la posición 0x01000000, tiene 4 filas y 8 columnas y sus elementos han sido pre-inicializados con los siguientes valores:
matrix:
.word 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07
.word 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17
.word 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27
.word 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37