SLR15 Flashcards

(16 cards)

1
Q

What are the 5 Boolean logic

A

NOT
AND
OR
XOR
IFF

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

In Boolean logic what does a NOT gate do

A

Reverses the input

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

In Boolean logic what does a AND gate do

A

If all input are on the output is on but in all other scenarios the output is off

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

In Boolean logic what does a OR gate do

A

If all inputs are off the output will be off but in all other scenarios the output is on

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

In Boolean logic what does a XOR gate do

A

If one of the inputs is on and the other is off the output will be on but if either both are on or both are off the output will be off

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

In Boolean logic what does a IFF gate do

A

Outputs the same as the input

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

What do we use to simplify Boolean expressions

A

Karnaugh maps

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

Why do we want to shorten Boolean expressions (4)

A
  1. Reduce the size of the circuit
  2. Reduce the cost of manufacturing the circuit
  3. Reduce the power consumption of the circuit
  4. Execute instructions as quickly as possible
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the 6 rules of Boolean expressions

A
  1. De Morgan’s Law
  2. Distribution
  3. Commutation
  4. Double Negation
  5. Absorption
  6. Association
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What side De Morgan’s Law

A

Either the AND or the OR logic functions can be interchanged given certain changes to the expression. This law allows for expression to only use one type of gates

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

What is distribution in terms of Boolean expressions

A

Multiplying a factor out of an expression

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

In terms of Boolean expressions what is commutation

A

The order is not important

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

In terms of Boolean expressions what is double negation

A

Reversing something twice will leave you back where you started

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

In terms of Boolean expressions what is absorption

A

The second term inside the bracket can be eliminated and absorbed by the term outside the bracket

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

In terms of Boolean expressions what is association

A

Removing brackets from an expression and regrouping variables

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

What is a D-type flip-flop

A

Digital storage device with an input which is usually D and the output matches this but delays it by one entire clock cycle