1.4.3 Boolean Algebra Flashcards

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

Boolean logic

A

A form of algebra where all values are TRUE or FALSE

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

NOT gate (negation)

A

Takes one input and reverses it

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

AND gate (conjunction)

A

Returns TRUE if both conditions are true, if not it returns FALSE

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

OR gate (disjunction)

A

Returns TRUE if either condition is true or FALSE when both conditions are false

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

XOR gate (exclusive disjunction)

A

Is TRUE when one or the other input is true but FALSE if both are

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

Truth Table

A

A method of representing every possible output based on the inputs of a Boolean expression

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

De Morgan’s laws

A

Laws used to manipulate and simplify Boolean expressions

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

De Morgan’s first law

A

—(A v B) = —A n —B

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

De Morgan’s second law

A

—(A n B) = —A v —B

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

Assosiation

A

A Boolean law that allows you to group variable into brackets and break brackets again

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

Commutation

A

A Boolean law that makes the order of the variable not matter

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

Distribution

A

A Boolean law that allows you to multiply or factor out an expression just like normal algebra

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

Absorption

A

A Boolean law that’s used to reduce a complicated expression into a similar, simple one

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

Double negation

A

X = ——X
X = Not Not X

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

Karnaugh maps

A

An alternative way of simplifying Boolean expressions

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

Half adders

A

Adds together two inputs, can only add the inputs

17
Q

Full adders

A

Is able to add two single bit numbers and an incoming carry bit. It outputs a bit and a carry

18
Q

D-Type Flip Flop

A

A circuit or logic design which can be viewed as a memory cell