An OR gate takes two inputs, A and B.

Complete the truth table for this gate.

A
B
Output
FALSE
FALSE
OFF
TRUE
FALSE
ON
FALSE
TRUE
ON
TRUE
TRUE
ON

1 answer

Note: This truth table assumes that the OR gate is a standard OR gate, where the output is "ON" or "TRUE" if either input is "ON" or "TRUE" (or both), and the output is "OFF" or "FALSE" only if both inputs are "OFF" or "FALSE".

A | B | Output
----------------------
FALSE | FALSE | OFF
TRUE | FALSE | ON
FALSE | TRUE | ON
TRUE | TRUE | ON
Similar Questions
    1. answers icon 1 answer
  1. 1.What is a Truth Table?A.NOT Gate or an Inverter Truth Table B.AND Gate Truth Table C. OR Gate Truth Table D. NAND Gate Truth
    1. answers icon 1 answer
    1. answers icon 1 answer
    1. answers icon 1 answer
more similar questions