In MIPS in clearly specifies that the memory is 8-bit addressable, you can update any 1 address in the 8-bit memory, but words are 32-bits (4 bytes, 4 spots in memory).
Does this mean that the load and save word operation takes 4 cycles? If not, then how is the actually memory designed where you can read and write individual bytes but also 4 at the same time?