Am doing the exercises in the first chapter of the book " JAVA PROGRAMMING - From the ground up"
In the short exercises, 7th exercise, the question is "If there are typically 120 different opcodes and each opcode is represented by a string of bits, how many bits are required to uniquely encode or represent each opcode"
To be plain here, i dont understand the question at all..
I assumed the answer is 8 bits since each cell can only hold upto a byte.
Thank you!