• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/6

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

6 Cards in this Set

  • Front
  • Back

NOT TABLE


not False




not True

NOT TABLE




True




False

OR TABLE




True or False




True or True




False or True




False or False

OR TABLE




True




True




True




False

NOT OR TABLE




not (True or False)




not (True or True)




not (False or True)




not (False or False)

NOT OR TABLE




False




False




False




True

NOT AND TABLE




not (True and False)




not (True and True)




not (False and True)




not (False and False)

NOT AND TABLE




True




False



True



True

!= TABLE




1 != 0




1 != 1




0 != 1




0 != 0

!= TABLE




True




False



True




False

== TABLE




1 == 0




1 == 1




0 == 1




0 == 0

== TABLE




False




True



False



True