We will skip assignment 1, since I didn’t have it ready in time. However, here are some practice questions you can try if you like.
What are the values of each of the columns for a 4-digit number in base 5?
- Convert the following base 5 numbers into base 10.
- 342
- 214
- 1420
- Convert the following base 10 numbers into base 5.
- 318
- 626
- 55
- Convert the following base 10 numbers into binary (base 2).
- 37
- 55
- 14
- 63
- Convert the following binary (base 2) numbers into base 10.
- 1011
- 10
- 1110
- 10101
- Convert the following positive and negative base 10 numbers into 6-bit two’s-complement binary (base 2).
- 29
- -32
- -17
- -1