retagged by
496 views
0 votes
0 votes
A machine has a 32-bit architecture, with 1-word long instructions. It has 64 registers, each of which is 32 bits long. It needs to support 45 instructions, which have an immediate operand in addition to two register operands. Assuming that the immediate operand is an unsigned integer, the maximum value of the immediate operand is ___________. (GATE CS 2014)

 

my doubt is :

if we use signed 2’s complement instead of unsigned integer then what will be the maximum and minimum value of the immediate operand ?
retagged by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
3
VJ2793 asked Nov 19, 2018
1,184 views
In the solution to this question, it is given that the number of rotations needed is 2.75. How we got 2.75?
0 votes
0 votes
0 answers
4