Base
2 8-bit number system represented by the
numeric values of 0 and/or 1, also known as ON
or OFF. Below is an example of the value 255
which is 11111111 in binary where all values are on.
| Value: |
128 |
64 |
32 |
16 |
8 |
4 |
2 |
1 |
| ON/OFF: |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
- Additional information and examples of
Binary and conversions can be found here.
Also see: BCD, Binary
file, Bit, Decimal, Hexadecimal,
Least significant bit, Machine
language, Most
significant bit, Native language, Negation,
Octal, OFF, ON,
Qubit, Two's complement
|
|
| Resolved | Were you able to locate the answer to your questions? |
|
|