SCL4

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

CSC3200 (GROUP 6)

SECOND SEMESTER 2023/2024


FACULTY OF COMPUTER SCIENCE AND INFORMATION TECHNOLOGY
UNIVERSITY PUTRA MALAYSIA

(Truth Table, Karnaugh Map, Logic Circuit with NAND or NOR Gates)

Method to answer: Handwritten (write matric number on each of answer sheet).


Snap a picture (or pictures) of your answer and submit the picture(s) to assignment function
in PutraBlast on Friday before 3 pm.

Given the following truth table that contains 3 inputs: A, B and C with 4 outputs : F, X, and Y.

Input Output

A B C F X Y

0 0 0 1 0 1

0 0 1 0 0 0

0 1 0 1 1 1

0 1 1 1 1 0

1 0 0 1 1 0

1 0 1 0 1 0

1 1 0 1 0 1

1 1 1 0 1 1

a. Get the Boolean function for F, X, and Y by using Karnaugh Map.

b. Draw the logic circuit for each Boolean Function (refer to 1.a).

c. Change each Boolean function expression into expression using only NAND operation and

only NOR operation (refer to 1.a).

d. Draw the logic circuit using only NAND gate and only NOR gate for each expression that has

changed in (1.c).

You might also like