Multiple choice The decimal number 16 is converted to the binary number, how many binary digits it has? 4 3 5 7 Reveal answer Fill a bubble to check yourself C Correct answer 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.