Difference between revisions of "Digital Circuits"

From Mech
Jump to navigationJump to search
Line 3: Line 3:
===Active Low Input===
===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.
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.

Revision as of 10:36, 5 July 2006

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.