Question: Problem 1: Design a combinational circuit with 3 inputs xyz and three outputs ABC. When the binary input value is 0,1,2,3 the binary output value
Problem 1: Design a combinational circuit with 3 inputs xyz and three outputs ABC. When the binary input value is 0,1,2,3 the binary output value is one greater than the input. When the binary input is 4,5,6,7 the binary output is one less than the input.
Problem 2: Implement F(A,B,C) using a multiplexer. F(A,B,C) = (0,1,5,7)
Problem 3:
a. Tabulate the truth table for an 8x4 ROM that implements the four Boolean functions A,B,C,D.
b. Tabulate the PLA programming table for the four Boolean functions. Minimize the number of product terms. Simplify the functions.
A(x,y,z) = (1,2,4,6)
B(x,y,z) = (0,1,3,6,7)
C(x,y,z) = (2,5,7)
D(x,y,z) = (1,2,3,5,7)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
