This commit is contained in:
Miloslav Ciz 2024-08-31 14:44:45 +02:00
parent 124b9d1e7c
commit 3f374a4713
85 changed files with 2281 additions and 2272 deletions

View file

@ -31,7 +31,7 @@ The truth table of these gates is as follows:
```
___ ___ _____ _____
---\ ''-. ---\ ''-. ---| '. ---| '.
---\ ''-. ---\ ''-. ---| '. ---| '.
) )--- ) )O-- | )--- | )O--
---/__..-' ---/__..-' ---|_____.' ---|_____.'
OR NOR AND NAND
@ -47,11 +47,11 @@ The truth table of these gates is as follows:
| |--- | |--- | |--- ---| |o--
---|____| ---|____| ---|____| |____|
OR AND XOR NOT
or even:
___ ___ ___ ___
--|OR |-- --|AND|-- --|XOR|-- --|NOT|--
--|___| --|___| --|___| |___|
--|___| --|___| --|___| |___|
```
*symbols often used for logic gates*