MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

DIGITAL LOGIC

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
AND gate formula is?
A
x=A+B
B
x=A.B
C
x=Ā
D
None of the above
Explanation: 

Detailed explanation-1: -AND – GATE Logic expression: Input variable are A, B and the output variable is Y, then the logic expression for OR gate is Y = A.B.

Detailed explanation-2: -A logic gate that is defined to execute the logical multiplication of binary input is known as the AND Gate.

Detailed explanation-3: -The crucial difference between AND gate and OR gate is that AND gate performs multiplication of the digital inputs. As against the OR logic gate is used to execute the addition of the digital inputs.

Detailed explanation-4: -Q = ( A + B ) (A + B) = (A’ + B’) (A + B) This equation looks like it can be implemented using NOR Gates. We need totally five NOR gates (two for inverting A and B, one for NOR of A and B, one for NOR of A’ and B’ and the final one to obtain the above equation).

There is 1 question to complete.