Skip to content Skip to navigation

Connexions

You are here: Home » Content » testing truth table output

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

    • External bookmarks
  • E-mail the author

Recently Viewed

testing truth table output

Module by: Sarah Trowbridge

Truth table to check associativity of implication (cnxml)
aa     bb     cc
(a (b c) )(a(bc))
(( ab) c) ((ab) c)
false false false
false false true
false true false
false true true
true false false
true false true
true true false
true true true
 true
 true
 true
 true
 true
 true
 false
 true
 false
 true
 false
 true
 true
 true
 false
 true
Truth table to check associativity of implication (mathml)
a b c (a (b c)) ((a b) c) false false false true false false false true true true false true false true false false true true true true true false false true true true false true true true true true false false false true true true true true a b c (a (b c)) ((a b) c)

Comments, questions, feedback, criticisms?

Send feedback