2.


There are two inputs so our table will have 4 rows.
| P | Q | R | |
| 1 | 1 | 0 | |
| 1 | 0 | 1 | |
| 0 | 1 | 1 | |
| 0 | 0 | 1 |
Notice that this is the truth table for the statement ~(p L q), with the number 0 representing false and the number 1 representing true.