Answer from cs61c-at (soemoe aung 16076861) for Question 1 Since data and instructions are represented the same way, data can be confused as an instruction and that could run an unwanted instruction. One way to avoid this is to represent data and instructions differently. The tradeoff for this would be that the processor would have to be more complex and thus slower.