Sei sulla pagina 1di 2

.

: Logic Gates

The logic gates are devices that operate with those logical states mentioned in the
previous page and work like a calculator, on one side you enter the data, it performs an
operation, and finally, it shows you the result.

Each of the logic gates is represented by a symbol , and the operation performed
( logical operation ) corresponds to a table, called Table of Truth , we go with the
first ...

.: NOT gate

It is an investor, that is, it invests the entry data, for example; If you put your entry to 1
(high level) you will get a 0 (or low level) at your exit, and vice versa. This gate has a
single entrance. Their logic operation is s equal to inverted

.: AND gate

An AND gate has two inputs at least and its logical operation is a product between
them, it is not an arithmetic product, although in this case they coincide.
* Note that your output will be high if your two inputs are at a high level *

.: OR gate

Like the above has at least two inputs and logic operation is a sum between them
... Well, everything goes well until 1 + 1 = 1 , the issue is that it is a gate or inclusive is
like ay / ob
* That is, it is enough that one of them is 1so that its output is also 1 *
.: OR-EX or XOR gate

It is OR EXCLUSIVE in this case with two entries (you can have more, of course ...!)
And what you will do with them will be a logical sum between a by b inverted and a
inverted by b .
* Being O Exclusive your exit will be 1 if one and only one of your entries is 1 *

These would be basically the simplest gates. It's time to complicate this a bit more ...

Potrebbero piacerti anche