## Ex. 1
### a)
Spacial locality - proximity of memory spaces relative to our reference memory space (?)
Logically following the multiplication process of matrices, C and A have spacial locality (while B does not, due to advancing in columns and not rows).
### b)
cache size = 25600 KB
cache alignment= 64
### c)