Guest User

Untitled

a guest
Mar 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. FUNCTION |T_0|T_1|L |M |S |
  2.  
  3. True | 0| 1| 1| 1| 0|
  4. False | 1| 0| 1| 1| 0|
  5. Identity | 1| 1| 1| 1| 1|
  6. And | 1| 1| 0| 1| 0|
  7. Or | 1| 1| 0| 1| 0|
  8. Not | 0| 0| 1| 0| 1|
  9. Implies | 0| 1| 0| 0| 0|
  10. Implied by | 0| 1| 0| 0| 0|
  11. Iff | 0| 1| 0| 0| 0|
  12. Xor | 1| 0| 0| 0| 0|
  13. Nand | 0| 0| 0| 0| 0|
  14. Nor | 0| 0| 0| 0| 0|
  15. Not implies | 1| 0| 0| 0| 0|
  16. Not implied by | 1| 0| 0| 0| 0|
  17. Not iff | 1| 0| 0| 0| 0|
Add Comment
Please, Sign In to add comment