Response to the following problem:
Write the Sum-of-products expression for the truth-table of a 2-bit comparator (f1, f2, f3). Notice that a two-bit comparator compares two two-bit numbers N1 = (x1x2) and N2 = (x3x4) and produces the outputs f1 = 1 when N1 = N2, f2 = 1 when N1 2, and f3 = 1 when N1 > N2.
Make sure you use enough details to support your answer.