1 In binary numbering means on 0 In binary numbering means off
1101
110110
128 + 0 + 32 + 16 + 0 + 4 + 0 + 1 = 181
Each 0 or 1 is a bit (bit being short for "binary digit") a byte is 8 of these (byte being short for "binary eight")
Those are the digits used in binary - and it means the same as elsewhere: the digits one and zero.
BINARY
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.
That depends what you mean by "B", and what you mean by "binary code" assuming that by "binary code", you actually mean a binary representation of it's ascii value, then the answer is 1000010. The ascii value of the character "B" is 66 in decimal, which is 1000010 is that value in binary. If on the other hand, you mean "what is the binary value of the hexidecimal number B?", then the answer is 1011.
That is called a "bit", short for "binary digit".
1 and 0
1 & 0 ......
34 (decimal) = 1 0 0 0 1 0
1111 in binary is 15 in decimal.
Computers read binary code. Binary code is made up of 1's and 0's. Programming sometimes uses Binary Code, sometimes not. That's what they have in common.
(27)decimal = (1 1 0 1 1)binary
A computer's binary code is made up of 0 and 1