Number Systems
Across
- 2. A group of 4 bits.
- 4. A number system that uses only two digits: 0 and 1.
- 5. A whole number that cannot be negative, represented without a sign bit(1st word).
- 7. The smallest unit of data in computing, representing a 0 or 1.
- 8. A group of 8 bits.
- 9. A bit that is carried over to the next column during binary addition.
- 10. A method for representing negative numbers in binary(1st word).
Down
- 1. A base-16 number system using digits 0–9 and letters A–F.
- 3. The base-10 number system, which uses digits 0–9.
- 6. A whole number that cannot be negative, represented without a sign bit(2nd word).
- 9. A method for representing negative numbers in binary(2nd word).