566 views
0 votes
0 votes
P is a 16-bit signed integer. The 2’s complement representation of P is $(E77B)_{16}$. The 2's complement representation of 8×P is?

1 Answer

0 votes
0 votes
Find p from given (-p)   then perform 8*p and takes 2's complement of it ans =3BD8

Related questions

9.2k
views
2 answers
2 votes
sh!va asked Feb 27, 2017
9,217 views
The two numbers represented in signed $\text{2s}$ complement form are $\text{P}= 11101101$ and $\text{Q}= 11100110.$ If $\text{Q}$ is ... $ complement form is: $1000001111$00000111$11111001$111111001$
354
views
0 answers
0 votes
shaz asked Dec 13, 2018
354 views
How is the output still -4? when we are storing it in an unsigned int here shouldn't it be converted to 2's complement and then the absolute value of it be the result? int ... unsigned int num = -4; printf("%d", num); return 0;}
3.2k
views
3 answers
3 votes
nitish asked Jan 13, 2016
3,220 views
Please answer silly but needful question