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.

Answered by Matthew L. Computing tutor

15099 Views

See similar Computing GCSE tutors

Related Computing GCSE answers

All answers ▸

How is memory used in a computer system?


How would you represent the decimal number 143 in 7 bit binary?


Describe the time complexity for the search operation in a binary search tree.


James would like to store a video clip that is 20 frames per second and has a duration of 76 seconds. The resolution of this video is 1280x720 with a colour depth of 24 bits. Calculate the storage requirement for the uncompressed video clip.


We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo
Cookie Preferences