Q#42. Subtract following decimal numbers using 2's complement for binary numbers (using 8 bits). Also sign-extend the an
Posted: Thu Jul 14, 2022 2:10 pm
Q#42. Subtract following decimal numbers using 2's complement for binary numbers (using 8 bits). Also sign-extend the answer. 1. 33 from 55 2. 123 from 95 Q#13. Subtract following decimal numbers using 2's complement for hexadecimal numbers (using 16-bits). Also sign-extend the answer. 1. 135 from 279 2. 587 from 432 Q#44. How following decimal numbers are represented in computers (floating point representation) using 16-bits and 32 bilis Use Table 1 for floating point number representation 1. 112.625 2. 288.375 3. 0.0625 4. 0.125