What is the physical form of binary data in a computer processor?

AI Thread Summary
Computer processors utilize binary digits represented by high and low voltage levels in their circuits, functioning similarly to Babbage's analytic engine. In traditional digital logic circuits, binary data is encoded through voltage rather than on/off currents. Quantum computers, like those from D-Wave, employ different mechanisms, such as flux qubits, where the direction of current flow or magnetic fields represents binary states and superpositions. While current can be problematic to control in digital circuits, it is relevant in analog circuits where it can correspond to data. Overall, the discussion highlights the distinction between conventional digital processors and emerging quantum computing technologies.
greswd
Messages
764
Reaction score
20
This a general, layman question. Computer processors work with binary digits, 1 and 0. Of course, computer processors can be seen as microscopic forms of Babbage's analytic engine. So in reality, in the circuits of a microprocessor, what physical form do binary digits take?
 
Computer science news on Phys.org
High and low voltage in circuits.
 
mfb said:
High and low voltage in circuits.

what about on/off currents? Though, I've heard that binary in newfangled quantum computers corresponds to excited and de-excited states of atoms.
 
greswd said:
what about on/off currents?

No, not in typical digital logic circuits. Voltage levels are used to encode the binary data.
 
greswd said:
Though, I've heard that binary in newfangled quantum computers corresponds to excited and de-excited states of atoms.
Quantum computers will use different mechanisms, right. There is no quantum computer processor yet.
Current is problematic to control (it would always depend on sender AND receiver of data).
 
mfb said:
Quantum computers will use different mechanisms, right. There is no quantum computer processor yet.
Current is problematic to control (it would always depend on sender AND receiver of data).

what about the one from D-Wave?
 
berkeman said:
No, not in typical digital logic circuits. Voltage levels are used to encode the binary data.

the sort of digital logic circuits found in most PCs? what sort of circuits use current?
 
Processors also include "tables" of data for certain operations, so in addtion to voltage levels, binary data is represented by the presence or absence of connectors or diodes used to change a set of voltage inputs into a particular combination for output from a table.
 
greswd said:
what about the one from D-Wave?
Is that more than an announcement?
Their flux qubits would use the direction of current flow (or, equivalently, the direction of a magnetic field) to decode 0, 1 and superpositions of those.

the sort of digital logic circuits found in most PCs?
In all.

what sort of circuits use current?
Well, current can correspond to data in analog circuits.
 
Back
Top