answersLogoWhite

0

What does 1 mean in binary code?

Updated: 4/28/2022
User Avatar

Wiki User

14y ago

Best Answer

1 = 1
2 = 10
3 = 11
4 = 100
5 = 101
6 = 110
7 = 111
8 = 1000
9 = 1001
10 = 1010

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does 1 mean in binary code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is 010111 in binary code?

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.


What is the binary code for B?

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.


What does 1 and 0 mean in binary code?

Those are the digits used in binary - and it means the same as elsewhere: the digits one and zero.


What does 1111 in Binary code mean?

1111 in binary is 15 in decimal.


What is 27 in binary code?

(27)decimal = (1 1 0 1 1)binary


What does 1011 mean in binary code?

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.


What does 010000100110010100100000011100110111010101110010011001 mean?

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?


What does binary code 011001 mean?

As a number, it means 16+8+1, or 25 in decimal


What Numbers that computers use to store and process data?

BINARY


What does bianry code and programming have in common?

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.


What is 1x1 in binary?

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)


What is the binary code for eleven?

The binary code for eleven is 1011. 1011 = 23 + 21 + 20 = 8 + 2 + 1