logo

Question detail

What are the minimum and maximum values for an 8-bit unsigned binary number?

Try the question, check the answer, then read the explanation to understand the curriculum point.

At a glance

MCQ

Type

practice

Style

Topic

Binary number system

Exam-style question

Try this first

What are the minimum and maximum values for an 8-bit unsigned binary number?.

  1. A.0 and 127
  2. B.0 and 255
  3. C.1 and 255
  4. D.1 and 256

Model answer

What a good answer should say

  • 0 and 255

Explanation

Why this works

Unsigned binary has a minimum of 0. Its maximum for 8 bits is 2^8 - 1 = 256 - 1 = 255.

Common mistake

No common mistake is linked to this question yet.

Related flashcards

No flashcards are published for this page yet.

Related practice questions

No questions are published for this page yet.