3.1 (Minterms) & 3.2 (Multiplexers) Flashcards

1
Q

We can translate boolean expressions into _____

A

circuits

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

More gates means longer _____
We can use boolean algebra to simplify
Are we sure we have the simplest?
What if we don’t have a boolean expression???

A

delays

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

First problem later (k-maps)
Minterms solve the second
Origin of “______”: Smallest number of 1’s

A

Minterms

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

largest number of 1’s
sum-of-products

A

maxterms

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

Most common combinatorial logic component in a CPU
Selects one of 2^n data inputs to pass to the output based on the binary value of the n control inputs
Use function tables instead of truth tables

A

AMUX-2

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

Function Table of ____ function
One control input
One data input

A

AND

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

Function Table vs Truth Table

Input names can appear in ____ column
x -> “don’t care”
- Input columns
Rows can be MUCH < 2^n

A

output

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

Data Inputs:
D3, D2, D1, D0

Selection Inputs
S0, S1

Data Output
F

A

4-to-1 multiplexer
S1 S0 F
0 0 D0
0 1 D1
1 0 D2
1 1 D3

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

Use Port in/out pins
Name ALL input & output pins

A

packaging a circuit

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

Packaging a circuit steps

A

File-> New
“Device Symbol” -> OK

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

Advanced Multiplexer
S1 S0 E F
X X 0 0
0 0 1 D0
0 1 1 D1
1 0 1 D2
1 1 1 D3

A

Active-High Enable Control
Multiplexer + Enable (E) control
E == 1 -> multiplexer
E == 0 -> 0

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

Advanced Multiplexer
S1 S0 E F
X X 1 0
0 0 0 D0
0 1 0 D1
1 0 0 D2
1 1 0 D3

A

Active-Low Enable Control
Multiplexer + Enable (E) control
E == 0 -> multiplexer
E == 1 -> 0

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

Multiple lines share same selection
Multiple data line buses!
Quadruple 2-1 Multiplexer
Input and output

A

Multi-bit multiplexer

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

the generic term used to describe the operation of sending one or more analogue or digital signals over a common transmission line at different times or speeds and as such, the device we use to do just that is called the multiplexer.

A

multiplexing

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

multiplexer/ “MUX”/ “MPX”

A

a combinational logic circuit designed to switch one of several input lines through to a single common output line by the application of a control signal. Multiplexers operate like very fast acting multiple position rotary switches connecting or controlling multiple input lines called “channels” one at a time to the output.

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

_______/ “MUX’s” can be either digital circuits made from high speed logic gates used to switch digital or binary data or they can be analogue types using transistors, MOSFET’s or relays to switch one of the voltage or current inputs through to a _____ ______.

A

Multiplexers
single output

17
Q

also called a wafer switch as each layer of the switch is known as a wafer, is a mechanical device whose input is selected by rotating a shaft. In other words, the rotary switch is a manual switch that you can use to select individual data or signal lines simply by turning its inputs “ON” or “OFF”.

A

Rotary switch

18
Q

In digital electronics, multiplexers are also known as _____ _____ because they can “select” each input line, are constructed from individual Analogue Switches encased in a single IC package as opposed to the “mechanical” type selectors such as normal conventional switches and relays.

A

data selectors

19
Q

Multiplexers are used as one method of ______ the number of logic gates required in a circuit design or when a single data line or data bus is required to carry two or more different digital signals. For example, a single 8-channel multiplexer.

A

reducing

20
Q

the selection of each input line in a multiplexer is controlled by an additional set of inputs called control lines and according to the binary condition of these control inputs, either “_____” or “____” the appropriate data input is connected directly to the output. Normally, a multiplexer has an even number of 2n data input lines and a number of “control” inputs that correspond with the number of ____ inputs.

A

HIGH
LOW
data

21
Q

multiplexers are different in operation to Encoders. _____ are able to switch an n-bit input pattern to multiple output lines that represent the binary coded (BCD) output equivalent of the active input.

A

Encoders

22
Q

As well as sending parallel data in a serial format down a single transmission line or connection, another possible use of multi-channel multiplexers is in digital audio applications as mixers or where the gain of an analogue amplifier can be controlled digitally, for example.

A

Adjustable Amplifier Gain

23
Q

Then we can see that ______ are switching circuits that just switch or route signals through themselves, and being a combinational circuit they are memoryless as there is no signal feedback path. The multiplexer is a very useful electronic circuit that has uses in many different applications such as ____ _____, data communications and data bus control applications.

A

Multiplexers
signal routing

24
Q

When used with a _____, parallel data can be transmitted in serial form via a single data link such as a fibre-optic cable or telephone line and converted back into parallel data once again. The advantage is that only one serial data line is required instead of multiple parallel data lines. Therefore, multiplexers are sometimes referred to as “____ _____”, as they select the data to the line

A

demultiplexer
data selectors

25
Q

Multiplexers can also be used to switch either analogue, digital or video _____, with the switching current in analogue power circuits limited to below 10mA to 20mA per channel in order to reduce heat dissipation.

A

signals