Comparator
1. Compare the 2 binary numbers A = 11001 and B = 10101
2. During bitwise comparison of 2 binary numbers A = 1001010010 and B = 1011000110, with comparison of minimum number of bits, how many bits need to be compared to determine the comparison of two numbers:
3. Which of the following expressions represents output for A>B:
4. Which of the following expressions represents output for A=B:
5. Which of the following are examples of comparators: