Chapter 2: Combinational Circuits Flashcards

1
Q

What are gates?

A

combinational logic elements which depend only on the current inputs

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

What are flip-flops?

A

are sequential logic elements which depend on both the current inputs and previous inputs

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

What are sequential elements a form of?

A

Memory since they can store values

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

A logical value can be either

A

0 or 1

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

When does an AND gate return 1

A

When all inputs are 1

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

When does an AND gate return 0

A

When any of the inputs are 0

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

What is an AND gate denoted by?

A

a . (dot)

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

What is an OR gate denoted by?

A

A + symbol

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

When does an OR gate return 1?

A

When any of the inputs are 1

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

When does an OR gate return 0?

A

When all of the inputs are 0

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

What is a NOT gate and what is it represented by?

A

gate inverts the current value, indicated by the overbar

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

What is a NAND gate?

A

An AND gate followed by an inverter

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

When does a NAND gate return 1?

A

When there is any mixture of 0’s and 1’s as input

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

When does a NAND gate return 0?

A

When all inputs are 1

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

What is a NOR gate?

A

An OR gate followed by an inverter

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

When does a NOR gate return 1?

A

When all inputs are 0

17
Q

When does a NOR gate return 0?

A

When there is any amount of 1s as input

18
Q

What is a XOR gate?

A

An exclusive OR gate that returns 1 only when an odd number of the inputs are 1

19
Q

What is the boolean expression of a single-bit full adder SUM?

A

Sum = (A XOR B) XOR Carry in

20
Q

What is the boolean expression of a single-bit full adder CARRY OUT?

A

(A AND B) OR (A XOR B) OR Carry in

21
Q

What is a decoder?

A

A combinational logic circuit that converts binary information from the n-bits coded input to a maximum of 2^n unique outputs.

22
Q

What is a multiplexer?

A

A multiplexer is combinational logic circuit that has up to 2^n binary input lines and n select lines, where the n select-lines are used to forward one of the input values to the output line