logo

Question detail

Using an 8-bit mantissa with the binary point immediately after the sign bit and an 8-bit two's-complement exponent, which pair represents decimal 1.5?

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

Using an 8-bit mantissa with the binary point immediately after the sign bit and an 8-bit two's-complement exponent, which pair represents decimal 1.5?.

  1. A.Mantissa 01100000, exponent 00000001
  2. B.Mantissa 00110000, exponent 00000001
  3. C.Mantissa 01100000, exponent 00000010
  4. D.Mantissa 11000000, exponent 00000001

Model answer

What a good answer should say

  • Mantissa 01100000, exponent 00000001

Explanation

Why this works

The mantissa 01100000 represents 0.1100000, which is 0.75. The exponent 00000001 is 1, so the value is 0.75 × 2^1 = 1.5.

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.