GATE LEVEL MINIMIZATION Flashcards

1
Q

Draw the:
2-Variable KMap
3-Variable KMap
4-Variable KMap
5-Variable KMap

A

*See notes

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

What is a prime Implicant?

A

A prime implicant is a product term obtained by
combining the maximum possible number of adjacent squares in the map.

*See notes for pic

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

What is an essential prime implicant?

A

Essential prime implicants(EPI) are those prime implicants which always appear in final solution.

*See notes for pic

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

What is a redundant prime implicant

A

The prime implicants for which each of its minterm is covered by some essential prime implicant are redundant prime implicants(RPI).
This prime implicant never appears in final solution.

*See notes for pic

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

What is a Selective Prime Implicant (SPI)

A

 These are the prime implicants for which are neither essential nor redundant prime implicants.
 These are also known as non-essential prime implicants.
 They may appear in some solution or may not appear in some solution.

*See notes for pic

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

Do the examples from the following pages in the lecturer’s material:
9, 11, 13, 15-18, 21-22, 28-30, 33

A

*See Lec material

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

Draw a table showing the relationship between number of adjacent squares and the number of the literals in the term

A

*See notes

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

How does one express sum of minterms as POS

A

Combine squares marked with 0’s (usual way like minterms)
Apply DeMorgan’s theory on this simplified function
*See notes

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

What is a don’t care condition?

A

A combination of variables whose logical value is not
specified.
 Cannot be marked with a 1 or 0 in the map
 Marked with an X
Denoted as d(w, x, y, z) = (0, 2, 5)

*See notes pg 41 of lec material

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

Why are digital circuits constructed with NAND or NOR gates?

A

 Easier to fabricate with electronic components
 The basic gates used in all IC digital logic families.

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

Draw circuits which show that NAND and NOR are universal circuits and any logic circuit can be implemented with them

A

*See notes

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

Draw an alternative symbol of the NAND and the NOR gate

A

*See notes

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

What are the steps of two-level implementation of NAND gates

A
  1. Simplify the function and express it in SOP
  2. Draw a NAND gate for each product term of the expression that has at least two literals. The inputs to each NAND gate are the literals of the term.
  3. Draw a single gate using the AND-invert or the invert-OR graphic symbol in the second level, with inputs coming from outputs of
    first-level gates.
  4. A term with a single literal requires an inverter in the first level. However, if the single literal is complemented, it can be connected
    directly to an input of the second level NAND gate.

*Do examples on page 46 and 47

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

What are the steps to multilevel implementation of NOR gates

A
  1. Convert all AND gates to NAND gates with AND-invert graphic symbols.
  2. Convert all OR gates to NAND gates with invert-OR graphic symbols.
  3. Check all the bubbles in the diagram. For every bubble that is not compensated by another small circle along the same line, insert an inverter (a one-input NAND gate) or complement the input literal.

*Do examples on page 50 and 51

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

What are the steps of implementing circuits with the NOR gates

A

 Simplify the function into POS form.
 Change the OR gates to NOR gates with OR-invert graphic symbols
 Change the AND gate to a NOR gate with an invert-AND graphic symbol.
 A single literal term going into the second-level gate must be complemented.

*Do examples on page 56

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

Describe wired logic

A

 Some NAND or NOR gates allow the possibility of a wire connection between the outputs of two gates to provide a specific logic function.
 This type of logic is called wired logic.
-Eg the AND-OR-INVERT and the OR-AND-INVERT
*These are not physical gates

17
Q

Illustrate how the AND-OR-INVERT gate is implemented

A

*See notes

18
Q

Illustrate how the OR-AND-INVERT gate is implemented

A

*See notes

19
Q

What is a degenerate form

A

 We consider four types of gates: AND, OR, NAND, and
NOR. These will have 16 combinations of two-level forms. (by assigning one type of gate for the first level and one type for the second level)
 Eight of these combinations are said to be degenerate
forms, because they degenerate to a single operation.

20
Q

What are nondegenerate forms

A

Combinations of the four gates that produce SOPs or POSs

21
Q

Illustrate how the NAND-AND and AND-NOR combinations are treated

A

*See notes