Computer Science And Engineering

Computer Science And EngineeringComputer Organization & Architecture (COA)Multiple Choice (MCQ)2 Marks
Q2.

A processor has 6464 general-purpose registers and 5050 distinct instruction types. An instruction is encoded in 3232-bits. What is the maximum number of bits that can be used to store the immediate operand for the given instruction?

ADD R1, #25 // R1 = R1 + 25

A
1616
B
2020
C
2222
D
2424