Exam-style question
Try this first
Which statement correctly describes a bit?.
- A.It can be only 0 or 1
- B.It can be only 0 or 8
- C.It must contain exactly 8 values
- D.It is always a group of 8 bytes
Model answer
What a good answer should say
- It can be only 0 or 1
Explanation
Why this works
A bit has one of two possible values: 0 or 1.
Common mistake
No common mistake is linked to this question yet.
