Exercise Truth Tables: Difference between revisions

From Lexical Resource Semantics
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
|type="[]"}
|type="[]"}
|'''p'''|'''q'''|'''p ''' ∧ '''q'''
|'''p'''|'''q'''|'''p ''' ∧ '''q'''
+++ both '''p''' and '''q''' are true
+++ (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)
</quiz>
</quiz>



Revision as of 15:35, 16 May 2013

1 Complete the truth table

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

2 bla

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)


|- |p |q |pq |- | 1 | 1 | 1 |}

-->