pq r(rvp)A-q TTT TTF TFT TFF FTT FTF FFT FFF Fill in (rvp)^-q.
Let's first discuss about truth table.
Truth table
Truth Table is used to perform logical operations where, these operations comprise the boolean algebra or boolean functions. Basically, It is used to check whether the propositional expression is true or false, according to the input values and it is based on boolean algebra. The truth table consists of columns for one or more input values,like, p, q and r and one column assigned for output results. The output comes according to the unary or binary operation that is performed on the given input values. Some examples of the binary operations are AND(∧), OR(∨), NOT(¬) etc.
AND(∧):- In AND operation, it returns true if all the input values are true otherwise returns false.
OR(∨):- It returns false if all the input values are false otherwise returns true.
NOT(¬):-It returns true when the input value is false, and return false when the input value is true.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps