Boolean multiplication is equivalent to which logic operation?
2023
Boolean multiplication is equivalent to which logic operation?
Answer: D. AND — Boolean multiplication is equivalent to the AND logic operation. In Boolean algebra, the expression Y = A . B represents the logical intersection or…
- A.
XOR
- B.
OR
- C.
NOT
- D.
AND
Attempted by 635 students.
Show answer & explanation
Correct answer: D
Boolean multiplication is equivalent to the AND logic operation. In Boolean algebra, the expression Y = A . B represents the logical intersection or conjunction, where the output is HIGH (1) only if all combined inputs are simultaneously HIGH (1). Therefore, the correct option is D.
Loading lesson…