0% found this document useful (0 votes)
40 views

Assignment 4

This document provides instructions for Assignment 4 which is due on April 14th GMT+8 and is worth 30% of the total marks. It includes 4 questions mapping a function to a Karnaugh map, obtaining the minimum SOP expression from a K-map, obtaining the minimum POS expression from a K-map with don't cares, and implementing a function in NOR-NOR configuration.

Uploaded by

khairul
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)
40 views

Assignment 4

This document provides instructions for Assignment 4 which is due on April 14th GMT+8 and is worth 30% of the total marks. It includes 4 questions mapping a function to a Karnaugh map, obtaining the minimum SOP expression from a K-map, obtaining the minimum POS expression from a K-map with don't cares, and implementing a function in NOR-NOR configuration.

Uploaded by

khairul
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/ 1

SKEU 1212-01

Assignment 4: Upload the solutions in PDF file onto elearning by 0:00, 14th April GMT+8.
(Total Marks 30%)

1) Map the function F(A,B,C) = B.C + A.C + A.B.C into the Karnaugh map and

obtain

minimize SOP expression.

its

[4 marks]

2)
a) Obtain the minimum SOP expression of the K-map in Figure 1 for the function
F(A,B,C,D).
[6 marks]
CD
00

01

11

10

00

01

11

10

AB

F(A,B,C,D) =

Figure 1

b) Implement the minimum function in NAND-NAND form.

[4 marks]

3) F(A,B,C,D) = m(0, 2, 3, 8, 10, 12) and don't care = m(4, 11, 14). Obtain the
minimize POS expression using the K-map.
4) A function F(A,B,C,D) =

A.B.D + A.B.C + B.C.D + A.B.C.D.

minimize function in NOR-NOR configuration.

[6 marks]
Implement the
[10 marks]

You might also like