🎴 Flashcard Mode

Number Systems - 1

Card1 / 25
Mastered0
Review0
QuestionClick to flip

The decimal number 16 is converted to the binary number, how many binary digits it has?

AnswerClick to flip back
A
5
💡 Explanation:

The decimal number 16 in binary is 10000, which is 5 binary digits. This is calculated by repeatedly dividing by 2: 16 = 8 remainder 0, 8 = 4 remainder 0, 4 = 2 remainder 0, 2 = 1 remainder 0, 1 = 0 remainder 1, reading remainders backwards gives 10000.

Change Mode