Mon Feb 1
You have up to 20 minutes. You may use a standard calculator, but no text book or notes.
Suppose we have the digits 125, written using base six. What quantity does that represent, expressed in base ten? +4
The column values in base six are (left to right) 36, 6, and 1. So this number is 1×36 + 2×6 + 5×1 = 36 + 12 + 5 = 53.
Convert the following unsigned binary numbers into base ten. +6
Convert the following base ten numbers into binary. +6
Convert the hexadecimal number 2D3
to binary. +2
0010 1101 0011
Convert the octal number 716
to binary. +2
111 001 110