Answer from cs61c-ax (Amanda Alfonso 15906918) for Question 1 NO. The beloved Design Principles tell us that "Good design demands good compromises" - meaning all instructions must be the same length, which in turn means that "different kinds of instruction formats for different kinds of instructions" are necessary. Furthermore, the first field (the op field) distinguishes each instruction format so that the hardware knows how to use the instructions.