Computer Science, asked by srishtigupta26, 4 months ago

AND operation is equivalent to
Division
Union
Intersection
Both B and C​

Answers

Answered by manisakumara31901
4

Answer:

division

Explanation:

this is correct option

Answered by letmeanswer12
0

"Intersection".

Explanation :

Logical AND operation is conveyed as Y = A . B, that is A AND B which is equal to A Intersection B. It results in both A and B is 1 and only if all the inputs are 1.

Division operator is not equivalent to AND operations.

Union operator is equivalent to logical OR operator where the result will be 1 if any value input of A and B is 1.

Similar questions