• 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/12

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;

12 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)

Truth value

Value of a boolean statement that is either true or false

T/f

Connective words

Words such as "and" and "or"

They are some of the most commonly used words in sentences.

Implications

Statements started using "if" and "then"

Compound statement

Statement formed by combining basic statements with connector words such as if and then

Negation

Unary boolean operator which operates on a boolean statement.


True becomes false and false becomes true.

Single, opposites

<->

The biconditional. -> means "implies" and the biconditional indicates that p -> q and q -> p are both true

Bit

"Binary digit" which can hold one of two values: 0 or 1.

0

^ .

Represents the boolean AND operator

Not having to choose = 👍

v +

Represents the boolean OR operator

Having to choose = 👎

~ "1 prime" "132 prime"

Represents the boolean NOT operator.

When does boolean implication, p -> q, result in false?

Only when p is True and q is False, because this makes "if p, then q" not True.

Implication: testing one statement!

What is the boolean order of operations?

Parenthesis, NOT, AND, OR, IF-THEN(Implication), IF AND ONLY IF(Biconditional)

Pnaoib