1.

As per idempotent law, X + X will always be equal to ________(a) 0(b) 1(c) X(d) 2XThis question was addressed to me during an online interview.This interesting question is from Fundamental Concepts & Postulates in chapter Boolean Algebra and Logic Circuits of Computer Fundamentals

Answer»

The CORRECT option is (c) X

Easiest explanation: It will always return the same value X. SINCE, boolean DEALS with only two NUMBERS 0 and 1, if we add 0+0, the ANSWER is 0. Similarly, if we add 1+1 the answer is 1.



Discussion

No Comment Found

Related InterviewSolutions