Answer from cs61c-ao (Roger Tseng 16507336) for Question 3 if we only have one memory module, we could not use pipeling because the each instruction would occupy the memory module for the entire cycle. so one instruction could be writing data to memory while another one was trying to fetch data from the same memory.