Digital Circuits/AND gate

From Wikibooks, open books for an open world
Jump to: navigation, search

AND gates is one the basic gates used to implement logical conjunction. It is basically a multiple input gate with a single output.

Contents

[edit] Electrical Analogy

It is analogous to a pair of switches in series which operates a bulb which is again in series with these switches. Thus, the bulb will be ON only when both the switches are closed. As seen from the truth table of an AND gate, the output will be HIGH only when all of its inputs are in logical 1 state.

[edit] Standard Symbols

AND ANSI.svg AND IEC.svg AND DIN.svg
MIL/ANSI Symbol IEC Symbol DIN Symbol

[edit] Design using MOSFETs

NMOS AND gate

The adjoining logic diagram shows the construction of an AND gate using N-Channel MOSFET. Alternatively, an AND gate can also be constructed using P-Channel MOSFET.

[edit] Truth Table

A B Q
0 0 0
0 1 0
1 0 0
1 1 1
Personal tools
Namespaces
Variants
Actions
Navigation
Community
Toolbox
Sister projects
Print/export