← Back to quizzesFree quiz

Binary Number Conversions

10 questions · Programação. Review key concepts before taking the quiz

10 questions~5 min
Binary Number Conversions — Qwi
0 / 10
Score: 0%
1

Using the successive division method, what is the binary representation of decimal 45?

2

When converting decimal 78 to binary using the subtraction (powers of two) method, which bits are set to 1?

3

What is the decimal value of the binary number 110011₂?

4

If a byte can represent 256 distinct values, how many distinct values can a 12‑bit word represent?

5

A student applies the division method but stops when the quotient reaches 0 instead of 1. Which error does this produce?

6

Which of the following binary numbers corresponds to the decimal value 0?

7

In the powers‑of‑two method, why is the bit corresponding to 2⁰ set to 0 for the number 20?

8

Which statement correctly describes the relationship between bits and bytes?

9

During conversion of binary 10101₂ to decimal, which positional values are summed?

10

A computer uses a 16‑bit address bus. How many unique memory locations can it address?