answersLogoWhite

0

Actually, that answer is incorrect. Binary is used to hold information. However, without a context, the information can only be translated as a number. There are two types of binary integers (ironic, right?). The first type is called unsigned. The second type is called signed. If you have an unsigned binary integer, the number can only be positive. If you have a signed binary integer, the first number indicates the sign of the number (and ONLY the sign. A position cannot mean both a value AND positive or negative). A '0' in front means positive, and a '1' in front means negative. So, if the number in question was an unsigned integer, it would have a value of 1024 + 64 + 32 + 16 + 4 + 1 = 1141. If the number in question was a signed integer, it would have a value of (-1)*(64 + 32 + 16 + 4 + 1) = -117.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

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 1111 in Binary code mean?

1111 in binary is 15 in decimal.


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?


Is Penniston's binary code somehow different from regular binary code?

Did anyone ever stop and think - it was made up? I mean really ...


What is the binary code for 01001011?

That IS the binary code.


If there is a 2 in the binary code ex 101010020101 does that mean Its corrupted?

Yes.


What does binary code 0011100100110111 mean as a decimal?

I see that you're a fan of Mystery City!


What is -33 in binary code?

00100001 is the binary code for 33


What does 100110 mean in binary code?

(100110)2 = (38)10


Who discovered binary code?

Jamesgates discovered binary code instringtheory


How do you convert binary code to text code and text to binary?

You can are ASCII-tabellen. For converting binary to text


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.