0% found this document useful (0 votes)
87 views4 pages

Digital Logic

This document outlines practice problems for a digital logic design homework assignment. It includes: 1) Analyzing and minimizing Boolean functions using K-maps and Quine-McCluskey method. 2) Drawing AND-OR, NAND-NAND, and NOR-NOR gate level implementations of minimized functions. 3) Converting a multi-stage gate level schematic to use only NAND or NOR gates. 4) Obtaining the Boolean expression for a given gate level schematic.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
87 views4 pages

Digital Logic

This document outlines practice problems for a digital logic design homework assignment. It includes: 1) Analyzing and minimizing Boolean functions using K-maps and Quine-McCluskey method. 2) Drawing AND-OR, NAND-NAND, and NOR-NOR gate level implementations of minimized functions. 3) Converting a multi-stage gate level schematic to use only NAND or NOR gates. 4) Obtaining the Boolean expression for a given gate level schematic.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Digital Logic Design

Practice Homework-2

1.

Given is a Boolean function F(A,B,C,D) = (0, 1, 2, 5, 6, 7, 8, 9, 10)


a. Draw the K-map for this function F.
i. List the prime implicants
ii. List the essential prime implicants
iii. Derive the reduced SOP expression for F from the K-map
iv. Draw the AND-OR gate-level schematic for the reduced SOP expression.
v. Draw the NAND-NAND gate-level schematic for the reduced SOP expression. (Apply the bubble
method)
vi. Draw the NOR-NOR gate-level schematic for the reduced SOP expression. (Apply the bubble method)
b. Draw the K-map for the function F
i. List the prime implicants
ii. List the essential prime implicants
iii. Derive the reduced SOP expression for F from the K-map
iv. Derive the reduced POS expression for F, from the answer to the above question (Question-1(b)(iii))
c. Using Quine-McCluskey tabular method find the reduced SOP expression for function F. Show your steps,
including the appropriate tables (combination table, prime implicants table, reduced prime implicants table, etc).
Also mention the essential prime implicants, etc.

2.

Given is a Boolean function F(A,B,C,D,E) = (0, 2, 4, 6, 7, 8, 10, 16, 18, 23, 24, 26)
a. Draw the K-map for this function F.
i. List the prime implicants
ii. List the essential prime implicants
iii. Derive the reduced SOP expression for F from the K-map
iv. Draw the AND-OR gate-level schematic for the reduced SOP expression.
v. Draw the NAND-NAND gate-level schematic for the reduced SOP expression. (Apply the bubble
method)
vi. Draw the NOR-NOR gate-level schematic for the reduced SOP expression. (Apply the bubble method)
b. Draw the K-map for the function F
i. List the prime implicants
ii. List the essential prime implicants
iii. Derive the reduced SOP expression for F from the K-map
iv. Derive the reduced POS expression for F, from the answer to the above question (Question-2(b)(iii))
c. Using Quine-McCluskey tabular method find the reduced SOP expression for function F. Show your steps,
including the appropriate tables (combination table, prime implicants table, reduced prime implicants table, etc).
Also mention the essential prime implicants, etc.

Digital Logic Design


3.

Given is a multi-stage gate-level schematic in Fig.1

Fig. 1
a.
b.
c.

Redraw this schematic with only NAND gates, i.e. a NAND-NAND-NAND- implementation. (Apply the
bubble method) (You may include/delete inverters if necessary)
Redraw this schematic with only NOR gates, i.e. a NOR-NOR-NOR- implementation. (Apply the bubble
method) (You may include/delete inverters if necessary)
From Fig.1, obtain/write the Boolean expression for function F. (Do not reduce the expression)

-------------------------------------------------------------------------------------------------------------------------------------------- --------

Following questions are from the Book (Digital Design, by M. Mano and M. Ciletti, 4th Edition)

Digital Logic Design

Digital Logic Design

You might also like