In: Computer Science
6. Convert numbers as requested. SHOW YOUR WORK
Convert 2B7 (base 16) to binary.
Convert 0B2C (base 16) to binary.
Convert -47 (base 10) to binary 8-bit signed-magnitude.
Convert -52 (base 10) to binary 8-bit signed-magnitude.
Convert -47 (base 10) to binary 8-bit one's complement.
Convert -52 (base 10) to binary 8-bit one's complement.
Convert -39 (base 10) to 8-bit binary using excess 127 notation.
Convert -61 (base 10) to 8-bit binary using excess 127 notation.