The following circuit compares two 2-bit binary numbers, X and Y represented by X1X0 and Y1Y0 respectively. (X0 and Y0 represent Least Significant Bits)

Under what condition Z will be 1 ?
(A) X > Y
(B) X < Y
(C) X = Y
(D) X! = Y
Answer: (A)
Explanation: Given, expression is,
Z = X1Y1' + (X1⊙Y1)X0Y0'
Therefore, if X > Y, then Z is 1.
Option (A) is correct.
Quiz of this Question
Whether you're preparing for your first job interview or aiming to upskill in this ever-evolving tech landscape,
GeeksforGeeks Courses are your key to success. We provide top-quality content at affordable prices, all geared towards accelerating your growth in a time-bound manner. Join the millions we've already empowered, and we're here to do the same for you. Don't miss out -
check it out now!
Last Updated :
10 May, 2020
Like Article
Save Article