Difference between revisions of "Digital"

From Computer History Wiki
Jump to: navigation, search
(A start)
 
m (+cat)
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
* [[Bit]]
 
* [[Bit]]
  
{{stub}}
+
{{semi-stub}}
 +
 
 +
[[Category: Basics]]

Latest revision as of 21:18, 14 December 2018

Digital is a term used to describe computing devices in which the values of data are discrete, and can only take one of a small number of enumerated values; unlike analog devices in which infinitely variable levels are used as data.

The term is also used to describe circuits which operate in this mode; usually only two values are handled/supported ('high'/'low', 'true/false', '0'/'1', etc), and boolean logic is used (AND, OR, etc).

See also