Question: 9. Convert -12005 to its equivalent 16 bits two's complement integer as in C++ short int (16 bits). short int x=-1200; 10. Assume the memory

 9. Convert -12005 to its equivalent 16 bits two's complement integer

9. Convert -12005 to its equivalent 16 bits two's complement integer as in C++ short int (16 bits). short int x=-1200; 10. Assume the memory content is: 11011011 1101,1111 a) What signed base 10 integer is this (16 bits two's complement) as in C++ short int? b) What unsigned base 10 integer is this as in C++ unsigned short int? For both a & bassume there were no overflow short int x = 2; unsigned short int x = ?u

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!