Combinations Logic Flashcards

1
Q

What is a universal gate?

A
  • Either a NAND or a NOR gate.
  • The term universal refers to a property of a gate that permits any logic function to be implemented by that gate or by a combination of gates of that kind
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Negative-OR?

A

The dual operation of a NAND gate when the
inputs are active-LOW

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

What is a Negative-AND?

A

The dual operation of a NOR gate when the
inputs are active-LOW

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

What is a Full-adder?

A

A digital circuit that adds two bits and an input
carry bit to produce a sum and an output carry

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

What is Cascading?

A

Connecting two or more similar devices in a manner that expands the capability of one device

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

What is a decoder?

A

A digital circuit that converts coded information into a familiar or noncoded form

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

What is a Encoder?

A

A digital circuit that converts information into a
coded form

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

What is a Multiplexer (MUX)?

A

A circuit that switches digital data from several input lines onto a single output line in a specified time sequence

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

What is a Demultiplexer (DEMUX)?

A

A circuit that switches digital data from one input line onto a several output lines in a specified time sequence

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

What is an AND-OR-Invert Logic?

A

When the output of a SOP form is inverted, the circuit is then called an AND-OR-Invert circuit

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

What is an Exclusive-OR logic gate?

A

Output is HIGH whenever A and B are unequal

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

What is an Exclusive-NOR logic gate?

A

Output is HIGH whenever A and B are equal

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

What is DeMorgan’s Theorem?

A

The complement of two or more ANDed variables equals the OR of the individual variable complements
___ __ __
XY = X + Y

The complement of two or more ORed variables equals the AND of the individual variable complements
_____ __ __
X + Y = X . Y

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

What are Half-Adders?

A

Accepts two binary inputs and provides two binary outputs (Carry-out and sum)

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

What do comparators do?

A
  • The function of a comparator is to compare the magnitudes of two binary numbers to determine the relationship between them
  • In the simplest form, a comparator can test for equality using XNOR gates
How well did you know this?
1
Not at all
2
3
4
5
Perfectly