GATE CS 2024 Set 2 — Question 30

MSQ+1 / -0EasyBoolean Laws & TheoremsBoolean Algebra & Logic GatesDigital Logic

Digital Logic → Boolean Algebra & Logic Gates → Boolean Laws & Theorems

Last updated

Question

For a Boolean variable xx, which of the following statements is/are FALSE?
A.
x1=xx \cdot 1 = x
B.
x+1=xx + 1 = x
C.
xx=0x \cdot x = 0
D.
x+xˉ=1x + \bar{x} = 1

Correct answer

(B) x + 1 = x; (C) x · x = 0

Solution

Evaluating each Boolean identity:
(A) x1=xx \cdot 1 = x: This is the Identity Law, which is TRUE.
(B) x+1=xx + 1 = x: In Boolean algebra, x+1=1x + 1 = 1. This statement is FALSE.
(C) xx=0x \cdot x = 0: In Boolean algebra, xx=xx \cdot x = x (Idempotent Law). This statement is FALSE.
(D) x+xˉ=1x + \bar{x} = 1: This is the Complement Law, which is TRUE.
Thus, statements (B) and (C) are FALSE.

More questions on Boolean Algebra & Logic Gates

Practice GATE CS PYQs with adaptive difficulty

Timed practice, skill tracking, and AI explanations — free to start.

Start practicing free