W4 - Logic Gates Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is Boolean logic?

A

True - 1 or on

False - 0 or off

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

What is Boolean algebra?

A

Boolean algebra is fundamentally the same as regular number algebra except there are only two

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

What is a logic gate?

A

Electronic circuit that processes Boolean signals according to a logical rule

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

And gate

A

Require both input to be true before outputting true. ∧ is used to show conjunction. Found out by multiplying.

=D-

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

Or gate

A

True if either or both inputs are true. V is used to show disjunction. Found out by adding

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

Not gate

A

True become false, false become true. ¬ shows negation

=‣•-

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

Xor gate

A

Output true if inputs are different. The symbol is ⊻.

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

Nand and Nor gates

A

Equivalent to placing a bot gate after an AND or an OR gate

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

Which gates are known as universal gates? Why?

A

Nand and Nor gates as you can use either one to make any gates

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