| Homework 5DetailsDo the following exercises from pages 69-70 of your textbook and
the other ones listed below.
Problem | Points
|
---|
32abcd | 8
| #1 below | 8
| #2 below | 8
|
- Show all of your calculations for the following, even if you can do them in your head.
For each, give a brief description of your calculations so that someone reading your solution
understands what you are doing.
- Convert the binary number 100110 to decimal.
- Convert the six-bit two's complement number 100110 to decimal.
- Convert the binary number 010111 to decimal.
- Convert the six-bit two's complement number 010111 to decimal.
- Show all of your calculations for the following, even if you can do them in your head.
For each, give a brief description of your calculations so that someone reading your solution
understands what you are doing.
- Convert the decimal number 13 to binary.
- Convert the decimal number 13 to six-bit two's complement.
- Convert the decimal number -23 to six-bit two's complement.
- Can you convert the decimal number -23 to binary? Why or why not?
|