|
|
(4 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| {{guide|narrow=1}}
| | ''see also'': [[User:GelthorBot]] |
| | |
| [[arxiv:Test]]
| |
| arxiv>Test
| |
| | |
| [[w:c:stratgeywiki:User/henke37]] | |
| w:c:strategywiki>Henke37
| |
| | |
| ==Truth Table test==
| |
| | |
| {| {{truthtable}}
| |
| |+ NAND Gate Truth Table
| |
| |-
| |
| ! Input One !! Input Two !! Output
| |
| |-
| |
| | {{No}}|| {{No}}|| {{Yes}}
| |
| |-
| |
| | {{No}}|| {{Yes}}|| {{Yes}}
| |
| |-
| |
| | {{Yes}}|| {{No}}|| {{Yes}}
| |
| |-
| |
| | {{Yes}}|| {{Yes}}|| {{No}}
| |
| |}
| |
| | |
| As the truth table shows, a NAND gate returns true unless both inputs are true, then it returns false. so set the result accordingly and press the verify button.
| |
| | |
| ==Prettyable test==
| |
| | |
| {| {{prettytable}}
| |
| |+ NAND Gate Truth Table
| |
| |-
| |
| ! Input One !! Input Two !! Output
| |
| |-
| |
| | {{No}}|| {{No}}|| {{Yes}}
| |
| |-
| |
| | {{No}}|| {{Yes}}|| {{Yes}}
| |
| |-
| |
| | {{Yes}}|| {{No}}|| {{Yes}}
| |
| |-
| |
| | {{Yes}}|| {{Yes}}|| {{No}}
| |
| |}
| |
| | |
| As the truth table shows, a NAND gate returns true unless both inputs are true, then it returns false. so set the result accordingly and press the verify button.
| |
| | |
| ==Infobox test==
| |
| | |
| {| class=wikitable style="float:right; margin-left: 10px;"
| |
| |+ 6x8 Dot Matrix Display
| |
| !Text
| |
| | Testing image background
| |
| |-
| |
| ! Image
| |
| | style="test-align: center; border-radius: 4px; padding: 5px; background:#344c63"| [[File:Component_6x8_Dot_Matrix_Display.png|class=component|center|6x8 Dot Matrix Display]]
| |
| |-
| |
| | colspan="2" style="background: yellow" | Extra yellow?
| |
| |-
| |
| ! Heading
| |
| | More text
| |
| |}
| |
| | |
| Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.
| |
| | |
| </br>
| |
| </br>
| |
| </div>
| |
|
| |
| ==Todo==
| |
| | |
| More testing, I guess?
| |
| | |
| ===tables===
| |
| {|{{truthtable|sortable=1}}
| |
| !A !! NOT(A)
| |
| |-
| |
| |data-sort-value="0"| {{off}} || data-sort-value="1"| {{on}}
| |
| |-
| |
| |data-sort-value="1"| {{on}} || data-sort-value="0"| {{off}}
| |
| |}
| |
| | |
| {|{{truthtable|sortable=1}}
| |
| !A !! NOT(A)
| |
| |-
| |
| |{{t off}} || {{t on}}
| |
| |-
| |
| |{{t on}} || {{t off}}
| |
| |}
| |
| | |
| {|{{truthtable|sortable=1|float=right}}
| |
| !A !! NOT(A)
| |
| |-
| |
| |{{off|t}} || {{on|t}}
| |
| |-
| |
| |{{on|t}} || {{off|t}}
| |
| |}
| |
| | |
| {|{{truthtable|sortable=1|float=right|style=font-size:0.8em}}
| |
| !B !! NOT(B)
| |
| |-
| |
| |{{off|t}} || {{on|t}}
| |
| |-
| |
| |{{on|t}} || {{off|t}}
| |
| |}
| |
| | |
| {| {{truthtable|sortable=1}}
| |
| !4-bits
| |
| |-
| |
| |data-sort-value="0" | {{Off}}{{Off}}{{Off}}{{Off}}
| |
| |-
| |
| |data-sort-value="1" | {{Off}}{{Off}}{{Off}}{{On}}
| |
| |-
| |
| |data-sort-value="2" | {{Off}}{{Off}}{{On}} {{Off}}
| |
| |-
| |
| |data-sort-value="3" | {{Off}}{{Off}}{{On}} {{On}}
| |
| |-
| |
| |data-sort-value="4" | {{Off}}{{On}} {{Off}}{{Off}}
| |
| |-
| |
| |data-sort-value="5" | {{Off}}{{On}} {{Off}}{{On}}
| |
| |-
| |
| |data-sort-value="6" | {{Off}}{{On}} {{On}} {{Off}}
| |
| |-
| |
| |data-sort-value="7" | {{Off}}{{On}} {{On}} {{On}}
| |
| |-
| |
| |data-sort-value="8" | {{On}} {{Off}}{{Off}}{{Off}}
| |
| |-
| |
| |data-sort-value="9" | {{On}} {{Off}}{{Off}}{{On}}
| |
| |-
| |
| |data-sort-value="10"| {{On}} {{Off}}{{On}} {{Off}}
| |
| |-
| |
| |data-sort-value="11"| {{On}} {{Off}}{{On}} {{On}}
| |
| |-
| |
| |data-sort-value="12"| {{On}} {{On}} {{Off}}{{Off}}
| |
| |-
| |
| |data-sort-value="13"| {{On}} {{On}} {{Off}}{{On}}
| |
| |-
| |
| |data-sort-value="14"| {{On}} {{On}} {{On}} {{Off}}
| |
| |-
| |
| |data-sort-value="15"| {{On}} {{On}} {{On}} {{On}}
| |
| |+4-bit binary example
| |
| |}
| |