please read all questions carefully and Show all your work this hw due this Wednesday
by 8am
Numerical and Computer Tools I – Homework 2
Show all your work
1) Write the number 211 in unsigned (positive) 8-bit base 2 integer format (uint8).
2) Write the number -87 in signed (positive and negative) 8-bit base 2 integer format (int8).
3) What is the 8-bit signed (int8) binary number 10001101 in base 10?
4) Add 7+11 in binary.
5) Multiply 7 x 13 in binary.
6) Write the base 10 number 1659 in base 8.
7) Write -151.4375 in 32-bit single precision binary format (single).
8) What is the base 10 number represented in 32-bit single precision binary format (single) by:
10111110110110000000000000000000 ?