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

1 answer

In an AND logic table, the output is true (1) only when both inputs are true (1). Here are the possible combinations for an AND gate:

  • first input: 0, second input: 0, output: 0
  • first input: 0, second input: 1, output: 0
  • first input: 1, second input: 0, output: 0
  • first input: 1, second input: 1, output: 1

From your list, the row with "first input: 1, second input: 1, output: 1" is the only correct entry for an AND logic table. All other combinations with an output of 1 are incorrect.