Write the binary number 11011 in decimal.

Similarly to how the digits in decimal represent values of increasing powers of 10 (the far right digit is the number of units, the next digit to the right is the number of 10s, the next digit along is the number of 102s, etc.), the digits in binary represent powers of 2 (the far right digit is units, next along is 2s, next along is 22s, etc.). Therefore to calculate this binary number into decimal we must add the values represented by each digit. The far left digit is the 1s and in our example contains a 1 so we add one 1 to our sum. The next digit to the right is the 2s and contains a 1 in out example so we add one 2 to our sum. The next digit is the 4s and contains a 0 so we do not add any 4s to our sum. Similarly, we add one 8 and one 16 for the next digits. This makes our sum 1 + 2 + 8 + 16 = 27 so the value of 11011 in decimal is 27.

ML
Answered by Matthew L. Computing tutor

20731 Views

See similar Computing GCSE tutors

Related Computing GCSE answers

All answers ▸

What are the opcode and operand of instructions?


Calculate the file size in bits for a two minute sound recording that has used a sample rate of 1000 Hertz (Hz) and a sample resolution of 5 bits.


Convert 10101101 from binary to both decimal and hexadecimal


What is the difference between data verification and data validation?


We're here to help

contact us iconContact ustelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

MyTutor is part of the IXL family of brands:

© 2025 by IXL Learning