Exercise Truth Tables: Difference between revisions

From Lexical Resource Semantics
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
'''p''': true; '''q''': true; '''p ∧ q''': { true }
'''p''': true; '''q''': true; '''p ∧ q''': { true }


{bla
{Click on the boxes for which the truth value would be ''true''.
|type="[]"}
|type="[]"}
|'''p'''|'''q'''|'''p ''' ∧ '''q'''
|'''p'''|'''q'''|'''p ''' ∧ '''q'''
Line 23: Line 23:
</quiz>
</quiz>


{| class="wikitable" <!--cellspacing="0" border="1"-->
{| class="wikitable"  
|-
|-
|'''p'''
|'''p'''

Revision as of 15:36, 16 May 2013

1 Complete the truth table

p: true; q: true; p ∧ q:

2 Click on the boxes for which the truth value would be true.

pqp q
(both p and q are true)
(p is true, but not q)
(p is false, but q is true)
(both p and q are false)