πŸ“Š Digital Principles and System Design
Q. In case of XOR/XNOR simplification we have to look for the following
  • (A) diagonal adjacencies
  • (B) offset adjacencies
  • (C) straight adjacencies
  • (D) both diagonal and offset adjencies
πŸ’¬ Discuss
βœ… Correct Answer: (D) both diagonal and offset adjencies

Explanation: in case of xor/xnor simplification we have to look for the following diagonal and offset adjacencies. xor gives output 1 when odd number of 1s are present in input while xnor gives output 1 when even number of 1s or all 0s are present in input.


Explanation by: Mr. Dubey
in case of xor/xnor simplification we have to look for the following diagonal and offset adjacencies. xor gives output 1 when odd number of 1s are present in input while xnor gives output 1 when even number of 1s or all 0s are present in input.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
466
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
81%
Success Rate