MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

DIGITAL LOGIC

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Find out the write option associated with XOR Gate
A
minterm(0, 2)
B
minterm(0, 3)
C
maxterm(0, 3)
D
maxterm(0, 2)
Explanation: 

Detailed explanation-1: -A maxterm is a sum term, (A+B+C) in our example, not a product term. It also looks strange that (A+B+C) is mapped into the cell 000. For the equation Out=(A+B+C)=0, all three variables (A, B, C) must individually be equal to 0. Only (0+0+0)=0 will equal 0.

Detailed explanation-2: -maxterm (plural maxterms) (algebra) A sum that is a logical OR of a set of variables where each individual variable only appears once in the sum, either in complemented or uncomplemented form, so that the value of the sum becomes 0.

Detailed explanation-3: -In case of boolena algenbric expression the minterm equivale of A + B = 1. Explanation: A and B is a single-term product therefore its output will be equal to 1. In Boolean Algenric expression, A and B are binary cells that address one or more products and are easily convertible.

There is 1 question to complete.