Answer from cs61c-cd (Charles Leung 15905350) for Question 1 Instead of allowing data to be anything (like instructions), we could force data to be specific things that we define. For example, we could force some amount of memory to only be able to store int values (then the bits can't be used to construct malicious code). This would make our system much less general.