What is the smallest unit of data in a computer, represented as 0 or 1?
AByte
BBit
CKilobyte
DNibble
Explanation
– A bit is the smallest unit of data.
– It can only be a 0 or a 1.
– Eight bits together form one byte.
Exam Relevance
- Topic: Computer Fundamentals
- Subtopic: Number Systems

No Comments