Add new logic gate images
This commit is contained in:
parent
4f9960a955
commit
e4609069fc
1 changed files with 12 additions and 0 deletions
|
@ -19,6 +19,8 @@ Physically, what 'travels through' the gates is electrical current and what cons
|
|||
|
||||
### Symbol
|
||||
|
||||

|
||||
|
||||
### Truth conditions
|
||||
|
||||
| P | ~ P |
|
||||
|
@ -34,6 +36,8 @@ Physically, what 'travels through' the gates is electrical current and what cons
|
|||
|
||||
### Symbol
|
||||
|
||||

|
||||
|
||||
### Truth conditions
|
||||
|
||||
| P | Q | P & Q |
|
||||
|
@ -51,6 +55,8 @@ Physically, what 'travels through' the gates is electrical current and what cons
|
|||
|
||||
### Symbol
|
||||
|
||||

|
||||
|
||||
### Truth conditions
|
||||
|
||||
| P | Q | ~(P & Q) |
|
||||
|
@ -70,6 +76,8 @@ NAND is a **universal logic gate**: equipped with just a NAND we can represent e
|
|||
|
||||
### Symbol
|
||||
|
||||

|
||||
|
||||
### Truth conditions
|
||||
|
||||
| P | Q | P v Q |
|
||||
|
@ -87,6 +95,8 @@ NAND is a **universal logic gate**: equipped with just a NAND we can represent e
|
|||
|
||||
### Symbol
|
||||
|
||||

|
||||
|
||||
### Truth conditions
|
||||
|
||||
| P | Q | ~(P <> Q) |
|
||||
|
@ -104,6 +114,8 @@ NAND is a **universal logic gate**: equipped with just a NAND we can represent e
|
|||
|
||||
### Symbol
|
||||
|
||||

|
||||
|
||||
### Truth conditions
|
||||
|
||||
| P | Q | P v Q |
|
||||
|
|
Loading…
Add table
Reference in a new issue