Difference between revisions of "Boolean Algebra"

From Coder Merlin
(Created page with "= Logic Gate Symbols = == Background == {| class="wikitable" ! Formal Name ! Abbreviated Name ! Symbol ! Gate ! Truth Table |- | Buffer | | Symbol | File:Gate Buffer.png...")
 
Line 11: Line 11:
| Buffer
| Buffer
|  
|  
| Symbol
|
| [[File:Gate Buffer.png]]
| [[File:Gate Buffer.png]]
|  
|  
Line 17: Line 17:
| Conjunction
| Conjunction
| AND
| AND
| Symbol
| <math>A \and B</math>
| [[File:Gate AND.png]]
| [[File:Gate AND.png]]
|  
|  
Line 23: Line 23:
| Disjunction
| Disjunction
| OR
| OR
| Symbol
| <math>A \or B</math>
| [[File:Gate OR.png]]
| [[File:Gate OR.png]]
|  
|  
Line 29: Line 29:
| Exclusive OR
| Exclusive OR
| XOR
| XOR
| Symbol
| <math>A \oplus B</math>
| [[File:Gate XOR.png]]
| [[File:Gate XOR.png]]
|  
|  
Line 35: Line 35:
| Inverter
| Inverter
| NOT
| NOT
| Symbol
| <math>\neg A</math>
| [[File:Gate Inverter.png]]
| [[File:Gate Inverter.png]]
|  
|  
Line 41: Line 41:
| Negated Conjunction
| Negated Conjunction
| NAND
| NAND
| Symbol
| <math>\overline{A \and B}</math>
| [[File:Gate NAND.png]]
| [[File:Gate NAND.png]]
|  
|  
Line 47: Line 47:
| Negated Disjunction
| Negated Disjunction
| NOR
| NOR
| Symbol
| <math>\overline{A \or B}</math>
| [[File:Gate NOR.png]]
| [[File:Gate NOR.png]]
|  
|  
Line 53: Line 53:
| Negated Exclusive OR
| Negated Exclusive OR
| NOT XOR
| NOT XOR
| Symbol
| <math>\overline{A \oplus B}</math>
| [[File:Gate NOT XOR.png]]
| [[File:Gate NOT XOR.png]]
|  
|  
|}
|}

Revision as of 17:48, 16 March 2019

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

Logic Gate Symbols[edit]

Background[edit]

Formal Name Abbreviated Name Symbol Gate Truth Table
Buffer Gate Buffer.png
Conjunction AND Gate AND.png
Disjunction OR Gate OR.png
Exclusive OR XOR Gate XOR.png
Inverter NOT Gate Inverter.png
Negated Conjunction NAND Gate NAND.png
Negated Disjunction NOR Gate NOR.png
Negated Exclusive OR NOT XOR Gate NOT XOR.png