Problem:
Question 1: Consider there are 32 general purpose registers.
a) how many bits are there for the content of each register?
b) how many bits are needed to address each register?
Question 2: Consider 6 bits are used for the opcode field.
a) how many different operations can be represented?
b) how does mips instruction set provide additional operations in addition to that can be repsented by the 6-bit opcode?
Please show your work.