Answer from cs61c-an (Ben Weil 16819970) for Question 1 Since data is essentially just sequences of 0s and 1s, someone could tweak these sequences to produce different numbers or instructions that the programmer did not intend. It could be prevented by storing data in registers than cannot be modified once the information is put in, rendering it impossible for someone to disrupt the sequence of instructions directly.