Which of these could be a row for an OR logic table? (1 point) Responses first input: 0, second input: 0, output: 0 first input: 0, second input: 0, output: 0 first input: 0, second input: 1, output: 0 first input: 0, second input: 1, output: 0 first input: 1, second input: 0, output: 0 first input: 1, second input: 0, output: 0 first input: 1, second input: 1, output: 0

1 answer

In an OR logic table, the output is true (1) if at least one of the inputs is true (1). The only scenario where the output is false (0) is when both inputs are false (0).

Here are the possible rows for an OR logic table:

  1. First input: 0, second input: 0, output: 0
  2. First input: 0, second input: 1, output: 1
  3. First input: 1, second input: 0, output: 1
  4. First input: 1, second input: 1, output: 1

Among your options, the only valid row for an OR logic table is:

  • First input: 0, second input: 0, output: 0

All other rows you listed have incorrect outputs.