Boolean algebra(1.4.3 a) Flashcards

1
Q

Four logic gates

A

AND
NOT
OR
XOR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is boolean algebra?

A

a way of describing logic
if a condition is True it is detonated by 1
if a condition is False it is detonated by 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

And gates

A

only returns true if both inputs are true otherwise its value is false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Not gates

A

takes the input value and negates it to produce the opposite outcome

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Or gates

A

only returns false if both inputs are false otherwise its value is true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Xor gates

A

exclusive Or
only returns true if exactly one input is true otherwise it returns false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly