Level/Bigger AND Gate: Difference between revisions

From Turing Complete
m (1 revision imported: Imported from https://strategywiki.org/)
(Initial stub)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Header Nav|game=Turing Complete}}
{{Header Nav|game=Turing Complete}}
{{Infobox level
| section            = Basic Logic
| type                = Component
| prerequisite1      = XOR Gate
| unlocks-level1      = XNOR Gate
| unlocks-level2      = Cicular Dependency
| unlocks-component1  = 3 Pin AND
| scored              = Yes
| highscore          = 6
| api-enum-id        = and_gate_3
| api-enum-number    = 44
}}


For this level you create a three input version of the AND gate.
For this level you create a three input version of the AND gate.
{| {{TruthTable}}
|+ Bigger AND Gate Truth Table
|-
! Input 1 !! Input 2 !! Input 3 !! Output
|-
| {{Off t}}|| {{Off t}}|| {{Off t}}|| {{Off t}}
|-
| {{Off t}}|| {{Off t}}|| {{On t}}|| {{Off t}}
|-
| {{Off t}}|| {{On t}}|| {{Off t}}|| {{Off t}}
|-
| {{Off t}}|| {{On t}}|| {{On t}}|| {{Off t}}
|-
| {{On t}}|| {{Off t}}|| {{Off t}}|| {{Off t}}
|-
| {{On t}}|| {{Off t}}|| {{On t}}|| {{Off t}}
|-
| {{On t}}|| {{On t}}|| {{Off t}}|| {{Off t}}
|-
| {{On t}}|| {{On t}}|| {{On t}}|| {{On t}}
|}


To do this just place two AND gates and chain one to the other, while connecting the rest of the inputs to the input pins.
To do this just place two AND gates and chain one to the other, while connecting the rest of the inputs to the input pins.


{{Footer Nav|game=Turing Complete|prevpage=Bigger OR Gate|nextpage=XNOR Gate}}
{{Footer Nav|game=Turing Complete|prevpage=Bigger OR Gate|nextpage=XNOR Gate}}

Latest revision as of 08:05, 2 September 2024

Section Basic Logic
Type Component
Prerequisite XOR Gate
Unlocks XNOR Gate
Cicular Dependency
3 Pin AND
Scored Yes
High score 6
API and_gate_3 (44)

For this level you create a three input version of the AND gate.

Bigger AND Gate Truth Table
Input 1 Input 2 Input 3 Output
0 0 0 0
0 0 1 0
0 1 0 0
0 1 1 0
1 0 0 0
1 0 1 0
1 1 0 0
1 1 1 1

To do this just place two AND gates and chain one to the other, while connecting the rest of the inputs to the input pins.