ES 210 HW4 Sonoma State University
ES 210 HW4 Sonoma State University
2. Design a minimized Combinational circuit with three inputs, x, y, and z, and three outputs,
A, B, and C . When the binary input is 0, 1, 2, or 3, the binary output is two greater than the
input. When the binary input is 4, 5, 6, or 7, the binary output is three less than the input.
Draw the resulting circuits.
4. Design a combinational circuit that convert a four-bit Gray code (Table 1.6) to a four bit
binary number. Implement the circuit with exclusive-OR gates.
ES 210 HW4 Sonoma State University
6. Draw the logic diagram of a 2-to-4-line decoder using (a) NOR gates only and (b) NAND
gates only. Include an enable input.
7. Using a decoder chip and external gates, design the combinational circuit defined by the
following three Boolean functions:
F1 x yz xz
F2 xy z x y
F3 x y z xy
8. Implement the following Boolean function with a multiplexer chip: