+ 37
I would like to learn "logic gates in each way?
Logic gates is very boring
6 odpowiedzi
+ 16
true && true = true
true && false = false && true = false
false && false = false
true || true = true
true || false = false || true = true
false || false = false
!true = false
!false = true
+ 15
Shortcut rules: :D
OR:
any one expression is true => result is true
AND:
any one expression is false => result is false
XOR:
if number of true is odd number => true
if number of true is even number => false
+ 5
Right Ace I forgot it because its not very usual. Thanks for the complement Ace ;-)
+ 4
if you can remember all truth tables,diagrams,expressions,cercytes .
so it will be fab.
+ 3
honestly i love math but hate the logic gate chapter.
coding is more interesting than that.
0
I played a free app called Circuit Scramble.