I would like to learn "logic gates in each way? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 37

I would like to learn "logic gates in each way?

Logic gates is very boring

11th Nov 2017, 3:44 PM
Chinthana Kavinda
Chinthana Kavinda - avatar
6 ответов
+ 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
11th Nov 2017, 4:13 PM
Daniel
Daniel - avatar
+ 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
11th Nov 2017, 5:10 PM
Shamima Yasmin
Shamima Yasmin - avatar
+ 5
Right Ace I forgot it because its not very usual. Thanks for the complement Ace ;-)
11th Nov 2017, 5:02 PM
Daniel
Daniel - avatar
+ 4
if you can remember all truth tables,diagrams,expressions,cercytes . so it will be fab.
11th Nov 2017, 3:54 PM
Abhi DG
Abhi DG - avatar
+ 3
honestly i love math but hate the logic gate chapter. coding is more interesting than that.
11th Nov 2017, 3:56 PM
Abhi DG
Abhi DG - avatar
0
I played a free app called Circuit Scramble.
31st Dec 2017, 9:58 AM
Cupoftea
Cupoftea - avatar