Computer Sciences > Gate 2016 Set-2 > Logic Gates
Let, x1⊕x2⊕x3⊕x4= 0 where x1, x2, x3, x4 are Boolean variables, and ⊕ is the XOR operator. Which one of the following must always be TRUE ?
A
x1x2x3x4=0
B
x1x3+x4=0
C
x'1⊕x'3=x'2⊕x'4
D
x1+x2+x3+x4=0

Explanation

Correct : Logic Gates

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science