89.1k views
3 votes
Complete the truths table

Complete the truths table-example-1

1 Answer

7 votes

Answer:

First Column:

T

F

F

F

Second Column:

F

T

T

T

Explanation:

I'm assuming ~ means NOT and ^ means AND.

Evaluate the first column using AND logic; both inputs must be true for the output to be true.

Only the first case has both inputs true, so it will be the only one with a true output, the rest are all false.

Next, take the outputs from column one and apply NOT logic; the output will be the inverse of whatever the input was

Since the first case is true, its output will be false. Since the remaining cases are false, their outputs will be all true.

User Valentin Yuryev
by
4.8k points