Multiple choice

_____________ is an operation where the output depends on any one of the two conditions given, then output is true where any of the two inputs or both of them are true.

  1. NOT logic

  2. AND logic

  3. OR logic

  4. NAND logic

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

OR is an operation where the output depends on any one of the two condition given, then output is true when any of the two inputs or both of them are true.