Difference between revisions of "Digital Circuits"

From Mech
Jump to navigationJump to search
Line 1: Line 1:
__TOC__
__TOC__
==Digital Circuits==
Unlike analogue circuits, elements in digital logic circuits are in states of either "high" or "low" (usually corresponding to "true" and "false", or "1" and "0"). In most cases, highs and lows are exhibited as voltage levels on the input and output pins of the integrated circuit. Depending on the technology, this voltage level will vary.

For Transistor-Transistor Logic (TTL) circuits, which is the most popular kind used in electronic projects, ''high'' is anything above 2V, and ''low'' is anything below 0.7V. In these circuits, it is very common to use +5V for ''high'' and ground for ''low.'' If a pin is not connected (neither connected to the ''high'' voltage nor grounded), then it is '''floating'''. TTL chips usually go ''high'' by themselves when floating, but don't count on it. Inputs should never be floating; always have them connected to something.

Integrated circuits come in different '''packages'''. The package refers to the type of exterior casing that the connects the actual integrated circuit chip to its input and output pins. A common type of package is the ''Dual-In-Line Package'', or DIP.

[[Image:DIP_package.jpg]]

==Terminology==
==Terminology==
===Active Low Input===
===Active Low Input===
Line 5: Line 14:


===High===
===High===
''High'' usually corresponds to the binary "1", the "on" state, and "true" or "1" in Boolean logic.
''High'' usually corresponds to the binary "1," the "on" state, and "true" or "1" in Boolean logic.


===Low===
===Low===
''Low'' usually corresponds to the binary "0", the "off" sate, and "false" or "0" in Boolean logic.
''Low'' usually corresponds to the binary "0," the "off" sate, and "false" or "0" in Boolean logic.

Revision as of 17:54, 7 July 2006

Digital Circuits

Unlike analogue circuits, elements in digital logic circuits are in states of either "high" or "low" (usually corresponding to "true" and "false", or "1" and "0"). In most cases, highs and lows are exhibited as voltage levels on the input and output pins of the integrated circuit. Depending on the technology, this voltage level will vary.

For Transistor-Transistor Logic (TTL) circuits, which is the most popular kind used in electronic projects, high is anything above 2V, and low is anything below 0.7V. In these circuits, it is very common to use +5V for high and ground for low. If a pin is not connected (neither connected to the high voltage nor grounded), then it is floating. TTL chips usually go high by themselves when floating, but don't count on it. Inputs should never be floating; always have them connected to something.

Integrated circuits come in different packages. The package refers to the type of exterior casing that the connects the actual integrated circuit chip to its input and output pins. A common type of package is the Dual-In-Line Package, or DIP.

DIP package.jpg

Terminology

Active Low Input

An active low input means that it is "on" when in input is low, and "off" when the input is high. In schematic diagrams, it is often denoted by a "bubble" at the input pin.

High

High usually corresponds to the binary "1," the "on" state, and "true" or "1" in Boolean logic.

Low

Low usually corresponds to the binary "0," the "off" sate, and "false" or "0" in Boolean logic.