Logic Optimization Flashcards

1
Q

What is gate-level minimization?

A

The task of designing a digital circuit that is optimal by using the most simplified Boolean expression

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

The complexity of a digital circuit depends on

A

The complexity of the corresponding algebraic equation

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

SOP and POS has how many levels of logic circuit?

A

2

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

In this equation what is the terms?
AB+AC+BC / ABC+BCD

A

AB, AC, BC, ABC, BCD

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

Which has more terms? the left of right side
AB+AC+BC / ABC+BCD

A

left side

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

Which one is the literal?
AB+AC+BC / ABC+BCD

A

A, B, C, D

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

Which one has more literals?
AB/ABC

A

ABC

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

How do find the best solution/ simplified version

A

By comparing the simplified version of both POS and SOP forms

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

What are the logic minimization methods?

A

Algebraic approach and Karnaugh map

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

What is the max number of variable for Karnaugh Map?

A

7, it is a pictorial form of Karnaugh map

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

What is CMOS technology?

A

Complementary metal oxide semiconductor
Naturally produces the inverse of the desired logic function, so NAND-NAND implementation will be found often

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

What is an implicant?

A

A product term that if true implies that the function is true

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

What is a prime implicant?

A

An implicant that cannot be simplified further/ larger using fewer literals. Not unique can be represented in different forms.

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

What is an essential prime implicant?

A

A prime implicant that is unique cannot be represented in another way

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

What method can we use to do logic minimization when a value of a certain function is unspecified

A

Don’t care conditions

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

How to find the minimum POS form

A

We do grouping on the 0’s in the graph then negate them and form their negated version in POS form

17
Q

A set of logic operations is said to be complete if

A

any Boolean function can be expressed by in terms of these operations, and it can represent all basic logic operation (AND, OR,NOT)

18
Q

What are the universal logic gates?

19
Q

The output of an odd function is 1 iff

A

There is an odd number of input variables that equal to 1

20
Q

Sharing gates between multiple functions may increase cost. True or false

21
Q

What is Multi-output circuit optimization?

A

A method to optimize the overall circuit by sharing the non-prime implicants.