The identity gate has only one input and one output. The value of the output is equal to the input.
During a competition participants can win a price, if they can reach a certain score.
participant reaches the score | won the price |
---|---|
True | True |
False | False |
A | Z |
---|---|
1 | 1 |
0 | 0 |
verbal propositional calculus:
Claim: Everybody, who works for a company longer than 5 years, will get a Christmas bonus.
Employee Nico works for the company for 3 years, he will get the bonus. ________.
false
Employee Dana is a part of the company for longer than 10 years, she will get the bonus. _________.
true
The identity gate can be built - like all other gates - from NAND gates:
A = (A NAND A) NAND (A NAND A)