AQA AS Computing: 7.1 Logic gates and Boolean algebra Flashcards

1
Q

Boolean Variable

A

A variable that may have two discrete possible values, e.g. true or false

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

Truth Table

A

A table that shows the result of applying the logical function to all possible combinations of inputs

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

OR Function

A

The output is true if either or both inputs are true

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

AND Function

A

The output is true if all inputs are true

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

NOT Function

A

The output is the inverse of the input

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

Boolean Equation

A

An equation that expresses a Boolean output Q in terms of Boolean inputs X, Y, Z etc, to which one or more Boolean functions (such as OR, AND and NOT) are applied

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

Logic Gate

A

An electronic circuit that performs a Boolean function

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

Exclusive OR Function

A

The output is true if either input is true but not if both inputs are true

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

NAND Function

A

The output is true is any input is false

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

NOR Function

A

The output is true only when all inputs are false

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

Today, what types of logic gates are processors made up of?

A

They are made up of NAND gates and NOR gates

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

De Morgan’s Laws

A

A OR B = NOT(NOT A AND NOT B) / A AND B = NOT(NOT A AND NOT B)

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