|
|
(8 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
− | {| style="border: solid 1px #e5e5ff; width: 250px; float: right;" | + | <includeonly>{{logic device |
− | | style="text-align: center; background: #ccffcc; font-size: 16px;" | '''AND Gate''' | + | |title = {{{title}}} |
− | |- | + | |symbol title = ANSI Symbol |
− | | style="text-align: center; font-size: 16px;" | ANSI Symbol
| + | |symbol body = [[File:{{lc:{{{name}}}}} gate (ansi).svg|150px|center]] |
− | |- | + | |functional body = [[File:{{lc:{{{name}}}}} gate functional.gif|center]] |
− | | [[File:and gate (ansi).svg|150px|center]]
| + | |truth table = {{truth table/{{lc:{{{name}}}}}}} |
− | |- | + | }}</includeonly><noinclude> |
− | | style="text-align: center; font-size: 16px; padding-top: 10px;" | Functional
| + | {{documentation}} |
− | |-
| + | </noinclude> |
− | | [[File:and gate functional.gif|center]]
| |
− | |- | |
− | | style="text-align: center; font-size: 16px; padding-top: 10px;" | Truth Table
| |
− | |-
| |
− | |
| |
− | {| class="wikitable" style="width:100%; text-align: center;" | |
− | ! colspan="2" | Inputs !! Outputs
| |
− | |-
| |
− | ! A !! B !! Q
| |
− | |-
| |
− | | 0 || 0 || 0
| |
− | |-
| |
− | | 0 || 1 || 0
| |
− | |-
| |
− | | 1 || 0 || 0
| |
− | |-
| |
− | | 1 || 1 || 1
| |
− | |}
| |
− | |-
| |
− | |
| |
− | {| class="wikitable mw-collapsible mw-collapsed" style="margin: 0px; width:100%; text-align: center; padding-top: 0px;" | |
− | | style="font-size: 0.8em;" | Other Gates
| |
− | |-
| |
− | |
| |
− | {| style="width:100%;" | |
− | | [[buffer gate|Buffer]] || [[Tri-state Buffer]] || [[NOT]]
| |
− | |-
| |
− | | [[AND]] || [[OR]] || [[XOR]]
| |
− | |-
| |
− | | [[NAND]] || [[NOR]] || [[XNOR]]
| |
− | |-
| |
− | | [[IMPLY]] || [[NIMPLY]] || [[INH]]
| |
− | |}
| |
− | |}
| |
− | |-
| |
− | |
| |
− | {| class="wikitable mw-collapsible mw-collapsed" style="margin: 0px; width:100%; text-align: center;" | |
− | | style="font-size: 0.8em;" | Other Components
| |
− | |-
| |
− | |
| |
− | {| style="width:100%;" | |
− | ! colspan="3" | Plexers
| |
− | |-
| |
− | | [[MUX]] || [[DEMUX]] || [[encoder (circuit)|Encoder]]
| |
− | |-
| |
− | | [[decoder (circuit)|Decoder]]
| |
− | |-
| |
− | ! colspan="3" | [[ALU]]
| |
− | |-
| |
− | | [[Adder]] || [[Subtractor]] || [[Multiplier]]
| |
− | |-
| |
− | | [[Divider]] || [[Shifter]] || [[Rotator]]
| |
− | |-
| |
− | | [[Comparator]]
| |
− | |
| |
− | |}
| |
− | |}
| |
− | |}
| |
Latest revision as of 18:09, 24 November 2015
AND Gate
|
ANSI Symbol
|
|
Functional
|
|
Truth Table
|
Inputs |
Outputs
|
A |
B |
Q
|
0 |
0 |
0
|
0 |
1 |
0
|
1 |
0 |
0
|
1 |
1 |
1
|
|
|
|
{{logic gate
|title = AND Gate
|name = AND
}}