Design a computational circuit that checks a 4-digit binary number to determine if it is an integer multiple of 3. If it is, the output should be 1. If not, the output should be 0.
QUESTION:
Design a combinational circuit that checks a 4-digit binary number to determine if it is an integer multiple of 3. If it is, the output should be 1. If not, the output should be 0?
Responses