CANONICAL AND STANDARD FORMS Flashcards

1
Q

When is an expression said to be SOP or DNF

A

When the expression of f is of the form:

f = A + BC + DEF

it is called a Sum of Products, or Disjunctive Normal Form (DNF).

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

When is an expression said to be POS or CNF

A

When the expression of f is of the form:

f = (A) . (B + D) . (D + E + F)

it is called a Product of Sums, or Conjunctive Normal Form (CNF).

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

What is a minterm

A

a product term in which all the variables appear exactly once, either complemented or
uncomplemented. Denoted by mj

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

What is maxterm?

A

a sum term in which all the variables appear exactly once, either complemented or uncomplemented. Denoted by Mj

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

What is canonical form

A

Boolean functions expressed as a sum of
Minterms or product of Maxterms are said to be in
canonical form.

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

Express the boolean function F= A+B’C as a sum of minterms
Express the boolean function F= xy+x’z as product of minterms

A

*See notes

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

Express the Truth Table notation for Minterms and Maxterms

A

*See notes

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

What is the standard form?

A

POS or SOP
Eg AB +C(D+E)- Non-standard
But AB + CD + CE- Standard

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

What is an integrated circuit

A

an electronic circuit fabricated on a die of a silicon semiconductor crystal, which contains electronic components for constructing digital gates.

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

What is an integrated circuit

A

an electronic circuit fabricated on a die of a silicon semiconductor crystal, which contains electronic components for constructing digital gates.

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

Describe each level of integration and give examples of their implementations

A

Small‐scale integration (SSI)
 Several independent gates in a single package.
 Inputs and outputs of the gates are connected directly to the pins in the package. The number of gates = fewer than 10

Medium‐scale integration (MSI)
 Approximately 10 to 1,000 gates in a single package.
 Perform specific elementary digital operations.
 E.g. decoders, adders, and multiplexers, registers and counters.

Large‐scale integration (LSI)
 Contain thousands of gates in a single package.
 E.g. processors, memory chips, and programmable logic devices.

Very large‐scale integration (VLSI)
 Contain millions of gates within a single package.
 E.g. large memory arrays and complex microcomputer chips.

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