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.
Those are the digits used in binary - and it means the same as elsewhere: the digits one and zero.
1111 in binary is 15 in decimal.
1011 in binary code is 11 in 'ordinary' (decimal) code. In the table, the top row shows the value of each digit, which depends on its position. The row below that is our binary number. ----------------- | 8 | 4 | 2 | 1 | ----------------- | 1 | 0 | 1 | 1 | ----------------- So the value of 1011 is 8 + 0 + 2 + 1 = 11 See the related link, Binary Numbers, below.
I assume you mean what is the answer of 1x1 in binary. Obviously the answer to 1x1 is 1. In binary the base ten 'one' is 1. If you mean the 1's in binary you can convert to decimal (they stay 1) and then multiply (getting 1) then convert back to binary (1)
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.
Those are the digits used in binary - and it means the same as elsewhere: the digits one and zero.
1111 in binary is 15 in decimal.
(27)decimal = (1 1 0 1 1)binary
1011 in binary code is 11 in 'ordinary' (decimal) code. In the table, the top row shows the value of each digit, which depends on its position. The row below that is our binary number. ----------------- | 8 | 4 | 2 | 1 | ----------------- | 1 | 0 | 1 | 1 | ----------------- So the value of 1011 is 8 + 0 + 2 + 1 = 11 See the related link, Binary Numbers, below.
Error: Malformed binary. Your binary code is must be divisible by 8.This looks like it is the beginning of a binary code, but is not computable into any text as is. Do you have the rest of the code?
As a number, it means 16+8+1, or 25 in decimal
BINARY
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.
The binary code for eleven is 1011. 1011 = 23 + 21 + 20 = 8 + 2 + 1
I assume you mean what is the answer of 1x1 in binary. Obviously the answer to 1x1 is 1. In binary the base ten 'one' is 1. If you mean the 1's in binary you can convert to decimal (they stay 1) and then multiply (getting 1) then convert back to binary (1)