@Aissen@social.treehouse.systems
Post #1333844
2026-03-27 12:11 UTC
It allows us to do boolean algebra with two values: true and false, 0 and 1, or at the physical level high and low. We can arrange transistors to make circuits that behave like boolean operations: OR, AND, NOT, NAND, etc. With the magic of math, we know that we can express all other boolean operations with just NAND.
#RustInParis
Replies (1)
-
@Aissen@social.treehouse.systems 2026-03-27 12:11
Then we can go from logic gates to arithmetic. We build small components to do arithmetic with a few bits, and reuse them to build bigger components. #RustInParis