1 1 vote if xy = 0 then x xor y is equal to ________ Digital Logic digital-logic + – Ashwini_hg 510 views answer comment Share Follow Print See all 2 Comments 2 2 Comments reply AniMan_7 commented Oct 30, 2024 reply Follow flag xy=0 has 3 possibilities: 1) x=0, y=0 then x xor y = 0 2) x=0, y=1 then x xor y = 1 3) x=1, y=0 then x xor y = 1 3 3 replyShare Pratik_Harde commented Nov 2, 2024 i reshown by Pratik_Harde Nov 5, 2024 reply Follow flag x⊕y = (x⊙y)' = (xy+x'y')'since xy=0∴ x⊕y = (x⊙y)' = (xy+x'y')' = (x'y')' = (x+y)x⊕y = (x+y)so possible values of x and y are 0 and 1 x⊕y = 0 or 1 0 0 replyShare Please log in or register to add a comment.
1 1 vote Depends can be 0 or 1 If both are 0 (x and y) then exor will be 0 If either one of them is 1 other is 0 it will be 1 Niraj_Kumar answered Dec 5, 2024 Niraj_Kumar comment Share Follow 0 reply Please log in or register to add a comment.