Home MCQs Basic Computer/IT Question #11444
Back to Questions
Basic Computer/IT QUESTION #11444
Question 1
A single byte consists of how many bits?
  • 8 bits✔️
  • 4 bits
  • 2 bits
  • 9 bits
Correct Answer Explanation
$1 \text{ Byte} = \mathbf{8} \text{ bits}$. A bit (binary digit) is the smallest unit of data, representing 0 or 1. Eight bits form one byte, which can represent $2^8 = 256$ different values (0–255). This grouping became standard with early 8-bit computer architectures.