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 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
Get step-by-step solutions from verified subject matter experts
