decimal 8 4 -2 -1 code
0 0 0 0 0 1 0 1 1 1 2 0 1 1 0 3 0 1 0 14 0 1 0 05 1 0 1 16 1 0 1 07 1 0 0 18 1 0 0 09 1 1 1 1
for example: to erpresent 2 0*8 + 1*4 + 1*(-2) + 0*(-1) = 2 so its 0 1 1 0and you do the same with the rest ...
the above code called (BCD code)
this kind of codes called (Weighted codes)to learn more about Weighted and unweighted codes check this link:
http://www.asic-world.com/digital/numbering3.HTML
Chat with our AI personalities
That is called a "bit", short for "binary digit".
Binary code is a language used in computer programming and is made up entirely of ones (1) and zeroes (0).
This is in Binary Code. I think you mean, what is it in decimal. 010111 is 1 + 10+100 + 10000 2^0 +2^1 + 2^2 + 2^4 = 1 + 2 + 4 +16 = 23 in Decimal.
Binary 1 + 1 = 10 10 + 1 = 11 11 + 1 = 100 100 + 1 = 101 101 + 1 = 1000 et.seq.,
the answer is 8x0/1