How many unique values are possible using a single binary digit?
- 16
- 2
- 4
- 8
- 9
- 1
Explanation: A bit is stored and transmitted as one of two possible discrete states. Each bit can only have one of two possible values, 0 or 1. The term bit is an abbreviation of “binary digit” and represents the smallest piece of data.