State the denary representation of the binary number 10010111

Short answer: 151

Long answer: Students will be used to thinking in denary numbers so I would talk about what denary ( or base 10 ) actually means.

Basically each position is multiplied by 10 to the power of the position from right to left.

For example if we have the denary number 987

it is the same as saying 7 x 10^0 (for the first position), or seven lots of 1 plus 8 x 10^1, or eight lots of 10 plus 9 x 10^2, or nine lots of 100

which results in 987.

Binary works exactly the same except instead of 10^(the position) we have 2 to the power of the position.

So for our number 10010111 we can break it down into it's positions so from right to left we have

1x2^0, 1 (it is a general rule that anything to the power of 0 is 1) 1x2^1, 2 1x2^2, 4 0x2^3, 0 1x2^4, 16 0x2^5, 0 0x2^6, 0 1x2^7, 128

summing these: 1 + 2 +4 + 16 + 128 = 151 our answer

and so we can stop here.

Answered by Joseph A. Computing tutor

3871 Views

See similar Computing GCSE tutors

Related Computing GCSE answers

All answers ▸

What are the opcode and operand of instructions?


Compress the following bit pattern using RLE (Run Length Encoding). 1111 0011 1100 0000


How would you check if a number is palindrome using a looping algorithm in any programming language ?


how do you convert binary to a form in which you can perform subtraction?


We're here to help

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

© MyTutorWeb Ltd 2013–2025

Terms & Conditions|Privacy Policy
Cookie Preferences