DIGITAL ELECTRONIC

DIGITAL ELECTRONIC
AND GATE

The AND gate is a digital logic gate that implements logical conjunction - it behaves according to the truth table to the right. A HIGH output (1) results only if both the inputs to the AND gate are HIGH (1). If neither or only one input to the AND gate is HIGH, a LOW output results. In another sense, the function of AND effectively finds the minimum between two binary digits, just as the OR function finds the maximum.

There are three symbols for AND gates: the American (ANSI or 'military') symbol and the IEC ('European' or 'rectangular') symbol, as well as the deprecated DIN symbol. For more information see Logic Gate Symbols.

AND ANSI Labelled.svgAND IEC.svgAND DIN.svg
MIL/ANSI SymbolIEC SymbolDIN Symbol

The AND gate with inputs A and B and output C implements the logical expression C = A \cdot B.

Circuits

The 4081 integrated circuit provides four 2-input AND gates which can be used independently. Like all 4000 series devices, the 4081 works with power supply voltages in the range 3-16 V. In your final design, any unusedinputs should be connected either to 0 V or to the +V power supply. (You don't need to do this for circuits on prototype board.) Unused outputs are left unconnected.

4081 AND gates: click for details

In the 74LS series, the 74LS08 provides four 2-input AND gates. As you can see, the pin connections are different!

74LS08 AND gates: click for details

74LS series devices usually require a regulated 5 V power supply. The LM7805 and LM78L05 are suitable power supply regulator devices.

The 74HC08 is a pin-compatible replacement for the 74LS08, with improved electrical properties and a wider range of power supply voltage.

74HC08 AND gates: click for details

Although 74HC series devices are designed to work with a 5 V power supply, voltages between 3 V and 6 V are allowed and most circuits work well using 4.5 V (3 x 1.5 V cells). Don't use a 9 V power supply!

Details about these integrated circuits are given elsewhere in the Beastie Zone. Click the diagrams to follow these links.

There are other ways of making AND gates. In the diagram below, an industrial machine is represented by a motor:

safety guard required: click for simulation

The machine won't start unless the safety guard is closed.

If a single AND gate is needed, think about using this diode/transistor circuit:

diode/resistor AND gate: click for simulation

It's not immediately obvious how this arrangement works as an AND gate. Run the simulation by clicking on the diagram and follow through the truth table to confirm that the output goes HIGH only when both inputs are HIGH.

lawati laman blog http://safwansaaid.blogspot.com/ lawati laman blog http://safwansaaid.blogspot.com/

Comments

  1. ermm..
    logic gate adalah digital..
    maka tajuk ini sepatutnya Digital Electronic :D..

    ReplyDelete

Post a Comment

Popular posts from this blog

List Of MSI Motherboard with type of Processor Slot

How to resize and extend centos 7 disk manually