Answer:
7 bits
Step-by-step explanation:
Given
Instruction Set = 110 operation
Memory unit = 32 bits per word.
We get the required bits by using the following formula
2^n = 110
But 110 is not a factor of 2.
So, we pick the nearest decimal number greater than 110 that is a power of 2.
The number is 128
2^n = 110 becomes
2^n = 128
2^n = 2^7 ---- 2 cancels out
So,
n = 7
Hence, the required number of bits needed for the opcode is 7 bits