Solveeit Logo

Question

Physics Question on Semiconductor electronics: materials, devices and simple circuits

For the following logic circuit, the truth table is:

logic circuit

A

ABY 000 011 101 111\begin{matrix} A &B &Y \\\ 0&0 &0 \\\ 0&1 &1 \\\ 1&0 &1 \\\ 1&1 &1 \end{matrix}

B

ABY 001 010 101 110\begin{matrix} A &B &Y \\\ 0&0 &1 \\\ 0&1 &0 \\\ 1&0 &1 \\\ 1&1 &0 \end{matrix}

C

ABY 000 010 100 111\begin{matrix} A &B &Y \\\ 0&0 &0 \\\ 0&1 &0 \\\ 1&0 &0 \\\ 1&1 &1 \end{matrix}

D

ABY 001 011 101 110\begin{matrix} A &B &Y \\\ 0&0 &1 \\\ 0&1 &1 \\\ 1&0 &1 \\\ 1&1 &0 \end{matrix}

Answer

ABY 000 010 100 111\begin{matrix} A &B &Y \\\ 0&0 &0 \\\ 0&1 &0 \\\ 1&0 &0 \\\ 1&1 &1 \end{matrix}

Explanation

Solution

The correct option is (C): ABY 000 010 100 111\begin{matrix} A &B &Y \\\ 0&0 &0 \\\ 0&1 &0 \\\ 1&0 &0 \\\ 1&1 &1 \end{matrix}

Y=Aˉ.Bˉˉ=Aˉˉ+Bˉˉ\bar{\bar{A}.\bar{B}}=\bar{\bar{A}}+\bar{\bar{B}}

=(A+B) OR Gate