Develop a comparator circuit that takes two 2-bit operands (A and B, or A1 A0 and B1 B0) and gives a single bit output if A>B. Show the truth table for the circuit, K-map, and the circuit implementation. How would you extend your solution to build a larger (i.e. 32-bit) comparator?