Understanding Binary Signals and the Mystery of Bytes

  • Thread starter luckis11
  • Start date
  • Tags
    bytes
In summary, gates are commonly used in electronic circuits to process and manipulate signals. They can only handle one bit at a time and the outcome of each gate is either all 0s or all 1s. Therefore, it is not necessary for the input signal to be a byte. In certain applications, such as a frequency counter, gates are used to measure the frequency of a signal rather than producing bytes. However, when necessary, gates can be used in sets of 8 or 16 to produce a parallel output of one byte.
  • #1
luckis11
272
2
Each signal that arrives at a gate cannot be a byte, or if it is, can only be 11111111 or 00000000. Also the outcome of each gate is 000...000 or 111...111. So where are the bytes?

(The question might be wrong but if I knew the right question I guess I would had known the answer too).
 
Engineering news on Phys.org
  • #2
8 gates in parallel could be used to hold and transfer bytes.
 
  • #3
Gates usually only handle one bit at a time, as you suggest.

There may not actually be any bytes.

One good example is a frequency counter.
You have a stream of pulses coming into one input of a gate.
Another input has a very precise pulse applied to it. This pulse might last for exactly one second.
So exactly one second's worth of pulses is allowed through to a counter.
So, you get a reading of how many pulses there are per second. That is the frequency of the incoming signal, which is the function of the instrument.

Gates are used in many different ways and quite a lot of them don't involve forming bytes.
When they are, they can be used in sets of 8 or 16 to produce a parallel output of one byte.
Or, there can be a clock which produces the byte as a sequence of 1s and 0s one after the other.
 

1. What is binary signaling?

Binary signaling is a form of communication that uses only two possible values, typically represented as 0 and 1. It is the basis of all digital technology and is used to transmit data and instructions between electronic devices.

2. How is binary signaling used in computers?

In computers, binary signaling is used to represent and process data. Each binary digit, or bit, can have a value of either 0 or 1. These bits are then grouped together to represent more complex information, such as numbers, letters, and symbols. This allows computers to store, manipulate, and transmit large amounts of data efficiently.

3. What is the role of bytes in binary signaling?

A byte is a unit of digital information that consists of 8 bits. It is the basic unit used for storing and processing data in computers. Bytes are often used to represent characters, such as letters and numbers, and are the building blocks for larger units of information, such as files and programs.

4. How do we convert binary signals into meaningful information?

To convert binary signals into meaningful information, we use a coding system, such as ASCII or Unicode, which assign specific characters or symbols to combinations of bits. This allows us to represent text, numbers, and other data in a way that can be easily understood by humans.

5. What are some real-world applications of understanding binary signals and bytes?

Understanding binary signals and bytes is crucial in the field of computer science and technology. It is used in various applications such as computer programming, data storage and transmission, and digital communication. It also plays a significant role in industries such as telecommunications, finance, and manufacturing.

Similar threads

  • Advanced Physics Homework Help
Replies
12
Views
2K
  • Electrical Engineering
Replies
30
Views
2K
Replies
1
Views
737
  • Special and General Relativity
Replies
20
Views
808
  • Programming and Computer Science
Replies
4
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
13
Views
4K
  • Engineering and Comp Sci Homework Help
Replies
11
Views
1K
  • Computing and Technology
Replies
6
Views
1K
  • Electrical Engineering
Replies
4
Views
1K
Replies
8
Views
7K
Back
Top