Question: Question 1 . Design a combinational circuit with 4 inputs, A 3 , A 2 , A 1 , A 0 ; and three outputs,
Question Design a combinational circuit with inputs, A A A A; and three outputs, X Y Z The inputs represent a binary number in the range and the outputs represent characteristics of the numbers. Specifically, X should be true if the number is divisible by ; Y should be true if the number is prime; and Z should be true if the number is a power of As an example, if the input is A A A A this represents the number which is divisible by not prime, and not a power of so the outputs should be XYZ Recall that is divisible by any positive integer. a Implement the circuit with AND gates, OR gates, and NOT gates. You may use kmap for your design work, and inverted inputs on gates. b 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
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
