Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Fill in the missing columns of the following table, you should have your binary values in 2's complement form and be at most 16 bits
Fill in the missing columns of the following table, you should have your binary values in 2's complement form and be at most 16 bits (2 points each blank)
decimal | binary | hexadecimal |
37 | 0b0000000000100101 | 0x0025 |
-37 | 0b1111111111011011 | 0xFFDB |
0b1111110010100100 | ||
0xA5B4 | ||
-83 | ||
0x1B32 | ||
0b0110111000101011 | ||
25 | ||
0b0110110011100010 | ||
0xE1A8 | ||
0b0100111000100100 | ||
7323 |
Fill in the missing columns of the following table, For this problem you should have your binary values in 2's complement form and have 8 bits before the binary point and 8 bits after the binary point. (2 points each blank)
decimal | binary | hexadecimal |
37.125 | 0b00100101.00100000 | 0x25.20 |
-37.125 | 0b11011010.11100000 | 0xDA.E0 |
0b01011001.01100110 | ||
0xC2.B1 | ||
-30.75 | ||
0x48.2F | ||
0b11101101.00110101 | ||
0b01111001.01010110 | ||
0x9C.3B | ||
-96.109375 | ||
101.078125 | ||
0b01000011.10111001 |
Note: Please show intermediate steps to get partial credits in case your answer is blank is wrong. Leaving answers as a fraction is fine.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started