DPSD
DPSD
2. Design a combinational circuit with three inputs and one output. The output
is 1 when the binary value of the inputs is less than 3. The output is 0
otherwise.
3. Design a 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 one greater than the input. When the binary input is 4, 5, 6, or 7,
the binary output is one less than the input.
4. A majority circuit is a combinational circuit whose output is equal to 1 if the
input variables have more 1's than 0's. The output is 0 otherwise. Design a 3
input majority circuit.
5. Design a combinational circuit that converts a 3 bit gray code to a binary
number. Implement the circuit with Ex OR gates.
6. A combinational circuit is defined by the following three Boolean
functions: Design the circuit with a decoder and external gates.
Page 1