- #1
luckis11
- 272
- 2
How does it (it=what?) distinguish each 8-digit (10100100) from the previous and the next?
luckis11 said:PLEASE forget my previous question. I want to grasp this:
The bits 0 and 1 are what?
The whether signal passes from a gate or not? This seems wrong because the gate NOT converts a signal "1" to a signal "0", whereas a signal always passes from that gate?
Is it that the e.g. 101 means that at a wire (just a wire, no gates in between) there is an electrical pulse of (wavefront- no wavefront-wavefront)? This also seems wrong because if it was so, the signal that arrives from the one wire to the gate should be 111111111..., and the other one should be 000000000...otherwise how could it be that...
? A link that explains this?
Binary numbers are a numerical system that uses only two digits, 0 and 1, to represent numbers. It is the foundation of all digital computing systems.
Binary numbers are important because they are the basis of all digital systems. They allow us to represent and manipulate data in a way that can be easily processed by computers.
8-digit binary numbers, also known as octets, are a specific type of binary number that uses 8 digits to represent a value. They are commonly used in computer systems to represent data and instructions.
To convert a decimal number to an 8-digit binary number, you can use the binary conversion method or the division method. In the binary conversion method, you divide the decimal number by 2 and write down the remainder until you reach 0. In the division method, you repeatedly divide the decimal number by 2 and write down the remainder backwards until you reach 0.
Understanding 8-digit binary numbers is important for anyone working with digital systems, such as computer programmers, engineers, and scientists. It allows them to interpret and manipulate data in a way that is compatible with computer systems.