From WikiChip
Difference between revisions of "majority gate"

(Created page with "{{title|Majority (MAJ) Gate}} The '''majority gate''' ('''MAJ gate''') is a logic gate that implements the majority function - a device that outputs a HIGH when th...")
 
Line 1: Line 1:
{{title|Majority (MAJ) Gate}}
+
{{title|Majority (MAJ) Gate}}{{logic device
 +
|title            = MAJ Gate
 +
|symbol title    = Typical Symbol
 +
|symbol body      = [[File:maj gate.svg|150px|center]]
 +
|functional body  = [[File:maj gate functional.gif|center]]
 +
|truth table      = {{truth table/maj}}
 +
}}
 
The '''majority gate''' ('''MAJ gate''') is a [[logic gate]] that implements the [[majority function]] - a device that outputs a [[HIGH]] when the majority of its inputs are HIGH, otherwise it outputs a  [[LOW]].
 
The '''majority gate''' ('''MAJ gate''') is a [[logic gate]] that implements the [[majority function]] - a device that outputs a [[HIGH]] when the majority of its inputs are HIGH, otherwise it outputs a  [[LOW]].

Revision as of 21:36, 24 November 2015

MAJ Gate
Typical Symbol
maj gate.svg
Functional
maj gate functional.gif
Truth Table
3-input Majority Gate
Inputs Outputs
A B C Q
0 0 0 0
0 0 1 0
0 1 0 0
0 1 1 1
1 0 0 0
1 0 1 1
1 1 0 1
1 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

The majority gate (MAJ gate) is a logic gate that implements the majority function - a device that outputs a HIGH when the majority of its inputs are HIGH, otherwise it outputs a LOW.