Question: Question 2: Design a combinational circuit with 4 inputs, A A2, A, A; and three outputs, X, Y, Z. The inputs represent a binary number

Question 2: Design a combinational circuit with 4 inputs, A A2, A, A; and three outputs, X, Y, Z. The inputs represent a binary number in the range [0..15], and the outputs represent characteristics of the numbers. Specifically, X should be true if the number is divisible by 3, Y should be true if the number is divisible by 4, and Z should be true if the number is divisible by 7. As an example, if the input is A the output should be XYZ =110. Recall that 0 is divisible by any integer A2A,F 1100, this represents the number 12, which is divisible by 3 and 4 but not 7, so (a) Implement the circuit with AND gates, OR gates, and NOT gates. You may use the k-map template provided for your design work. (b) Implement the circuit using only NAND gates (c) Implement the circuit using AND, OR, NOT, and XOR gates. How much simpler is this design than the design in part (a)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
