design a system that takes as input 4 bits (a1 a0 b1 b0) that is treated as two separate 2 bit integer values a: a1a0 and b: b1b0. the output f of the circuit will 5 be a 1 if the value of a is equal or greater than the value of b (i.e. a ≥ b) and 0 otherwise