The number of bits that are needed for this operation code (opcode) is equal to 8 bits.
<u>Given the following data:</u>
- Number of operations = 198.
- Instruction size, I = 24 bits.
<h3>How to calculate the number of bits.</h3>
The number of bits that are needed for this operation code (opcode) is given by this mathematical expression:

n = 8 bits.
b. To determine the number of bits that are left for the address part of the instruction:
- Instruction size, I = 24 bits.
Address = Instruction size - Opcode
Address = 24 - 8
Address = 16 bits.
c. To determine the maximum allowable size for memory:
Based on the memory unit, this is given by 
d. The largest unsigned binary number that can be accommodated in one word of memory is equal to 
Read more on binary number here: brainly.com/question/5381889