Halló...
I'm Einar Valur and this is my crappy homepage.
-
-
Micro Controller : Logical Components
Logic gates can be configured in such a way that they perform meaningful logical or mathematical operation.
Adding binary numbers.
An XOR and an AND gate can be configured to compute a sum of two binary numbers. As a refresher, here are the first ten values in decimal and binary.
...
-
Micro Controller : Logic Gates
Traditional mathematics deal with quantities; adding, subtracting, multiplying and dividing. Boolean algebra deals with logical values. In boolean algebra, values are either True or False. Boolean algebraic logic can be implemented with transistors, producing physical components called logic ga...