MSI components Flashcards

(6 cards)

1
Q

What are the 4 common MSI circuits?

A
  1. Decoder
  2. Demultiplexer
  3. Encoder
  4. Multiplexer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a decoder?

A

Codes that represent entities can be identified with a decoder.

Converts binary information from N input lines to 2^n output lines (n:m line)
e.g. 2x4 decoder, 3x8 decoder

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

What is an encoder?

A

Given a set of input lines where only exactly ONE is high and the rest are low.

Provides a code that corresponds to that high input line.

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

What is a priority encoder?

A

If 2 or more inputs = 1, then the input with the highest priorit takes precedence.

If all inputs are 0, then the input combination is invalid.

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

What is a demultiplxer?

A

Given an input line and selection lines, it directs data from input to one selected output line.

Similar to decoder

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

What is a multiplexer?

A

Given a number of input lines and selection lines, directs one of the inputs into a single output line.

2^n:1 MUX is mad from an n:2^n decoder where the inputs going into the decoder are n selector lines. Then each output line of the decoder is added together with their respective input lines of the MUX with an AND gate.

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