From WikiChip
Difference between revisions of "Template:logic gate"

Line 1: Line 1:
{| style="border: solid 1px #e5e5ff; width: 250px; float: right;"
+
<includeonly>{| style="border: solid 1px #e5e5ff; width: 250px; float: right;"
| style="text-align: center; background: #ccffcc; font-size: 16px;" | '''AND Gate'''
+
| style="text-align: center; background: #ccffcc; font-size: 16px;" | '''{{{name}}}'''
 
|-
 
|-
 
| style="text-align: center; font-size: 16px;" | ANSI Symbol
 
| style="text-align: center; font-size: 16px;" | ANSI Symbol
Line 76: Line 76:
 
|-
 
|-
 
| [[Shift register]] || [[SIPO]] || [[PISO]]
 
| [[Shift register]] || [[SIPO]] || [[PISO]]
 +
|-
 +
| [[ADC]] || [[DAC]]
 
|}
 
|}
 
|}
 
|}
|}
+
|}</includeonly><noinclude>
 +
{{documentation}}
 +
</noinclude>

Revision as of 14:13, 21 November 2015


AND Gate
ANSI Symbol
and gate (ansi).svg
Functional
and gate functional.gif
Truth Table
Inputs Outputs
A B Q
0 0 0
0 1 0
1 0 0
1 1 1
Other Gates
Buffer TriBuffer NOT
AND OR XOR
NAND NOR XNOR
Trans AOI OAI
MAJ INH IMPLY
NIMPLY
Other Components
Plexers
MUX DEMUX Encoder
Decoder Pri-Encoder
ALU
Adder Subtractor Multiplier
Divider Shifter Rotator
MAC Comparator Negator
Memory
D latch D flip-flop SR latch
JK flip-flop T flip-flop Register
Register file SRAM Counter
ROM CAM DRAM
I/O
Shift register SIPO PISO
ADC DAC
{{logic gate
|title = AND Gate
|name = AND
}}