Solveeit Logo

Question

Question: An OR gate is the Boolean function defined of...

An OR gate is the Boolean function defined of

A

f(x1,x2)=x1x2;x1,x2{0,1}f(x_{1},x_{2}) = x_{1} \land x_{2};x_{1},x_{2} \in \{ 0,1\}

B

f(x1,x2)=x1x2;x1,x2{0,1}f(x_{1},x_{2}) = x_{1} \vee x_{2};x_{1},x_{2} \in \{ 0,1\}

C

f(x1,x2)=x1;6mux1,x2{0,1}f(x_{1},x_{2}) = x_{1};\mspace{6mu} x_{1},x_{2} \in \{ 0,1\}

D

f(x1,x2)=x2;6mux1,x2{0,1}f(x_{1},x_{2}) = x_{2};\mspace{6mu} x_{1},x_{2} \in \{ 0,1\}

Answer

f(x1,x2)=x1x2;x1,x2{0,1}f(x_{1},x_{2}) = x_{1} \vee x_{2};x_{1},x_{2} \in \{ 0,1\}

Explanation

Solution

It is definition.