Binary Numbers Practice Problems
- What is a bit?
- How many bits in a byte?
- How many bytes in a kilobyte?
- If you had a 4-bit unsigned number, what is the smallest and largest
value it could be used to represent?
- Convert the base 10 number 78 into base 2 (binary).
- Convert the binary (base 2) number 1011010 into base 10.