1.4.3 Boolean algebra - Ali Flashcards

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

Name all the logic gates in A-Level specification

A

.NOT
.AND
.OR
.XOR

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

Draw a NOT gate with input labelled as A and output as Q

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

Write the truth table for a NOT gate

A

Input A - Output Q
0 1
1 0

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

Draw an AND gate with input labelled as A and B and output as Q

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

Write the truth table for AND gate

A

Input A - Input B - Output Q
0 0 0
0 1 0
1 0 0
1 1 1

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

What is the boolean algabraic expression of NOT gate

A

¬

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

What is the boolean algebraic expression for an AND gate

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

Draw a OR gate with input labelled as A and B and output as Q

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

Write the truth table for an OR gate

A

Input A - Input B - Output Q
0 0 0
1 0 1
0 1 1
1 1 1

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

What is the boolean algebraic expression for a OR gate

A

v

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