From 91e9fd71f8d92a50f5c5158203636b6373814dc8 Mon Sep 17 00:00:00 2001 From: tactonbishop Date: Wed, 7 Sep 2022 21:00:04 +0100 Subject: [PATCH] Last Sync: 2022-09-07 21:00:04 --- Hardware/Logic_Gates/Creating_memory_with_NAND.md | 2 ++ Hardware/Logic_Gates/Nand_gate.md | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Hardware/Logic_Gates/Creating_memory_with_NAND.md b/Hardware/Logic_Gates/Creating_memory_with_NAND.md index c3ec4e9..59bd80a 100644 --- a/Hardware/Logic_Gates/Creating_memory_with_NAND.md +++ b/Hardware/Logic_Gates/Creating_memory_with_NAND.md @@ -8,3 +8,5 @@ tags: [logic-gates, binary] --- # Creating memory with NAND gates + +![](/img/diagrams-Nand%20Memory.svg) diff --git a/Hardware/Logic_Gates/Nand_gate.md b/Hardware/Logic_Gates/Nand_gate.md index 5000868..0714b99 100644 --- a/Hardware/Logic_Gates/Nand_gate.md +++ b/Hardware/Logic_Gates/Nand_gate.md @@ -17,9 +17,10 @@ Diagram representing NAND gate: The diagram below shows how the circuit models the truth conditions for `NAND` -* When both switches are off (corresponding to `false` `false`) the output is on (the bulb lights up). -* If either one of the switches are on, the output remains on (corresponding to `true` `false` or `false` `true` ) -* It is only when both switches are on, that the output is off (corresponding to `true` `true` ) + +- When both switches are off (corresponding to `false` `false`) the output is on (the bulb lights up). +- If either one of the switches are on, the output remains on (corresponding to `true` `false` or `false` `true` ) +- It is only when both switches are on, that the output is off (corresponding to `true` `true` ) This is the exact opposite to the truth-conditions for AND.