Consider the design of two logic circuits that both have fou…
Consider the design of two logic circuits that both have four inputs: A, B, C and D; and one output: X. Each circuit is implemented using the sum of products (an OR of ANDs) approach. For circuit 1, X is defined to be 1 if and only if interpreting ABCD as an unsigned binary integer results in a number that is less than 7. Note A is the most significant bit, then B, and so on. For circuit 2, X is defined to be 1 if and only if interpreting ABCD as an unsigned binary integer results in an even number. Note A is the most significant bit, then B, and so on. Which of the following 4-input gates would be used in the implementation of both circuits?FYI: Be certain; Canvas deducts points for incorrect choices.