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

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;

10 Cards in this Set

  • Front
  • Back

What is the term used for rules manipulating true and false?

Boolean Logic

What are the three Boolean operators?

AND (x), OR (+), & NOT (~)

What is a truth table?

A table representing all the possible true and false input and output values for a Boolean expression

What's the term for an electronic device that operates on inputs to produce outputs?

A gate

Gates are built from transistors. How many transistors are required for a NOT, AND, OR, NAND, & NOR gate respectively?

NOT: 1


AND: 3


OR: 3


NAND: 2


NOR: 2

What Boolean operator does this gate represent?

NAND

What Boolean operator does this gate represent?

NOT

What Boolean operator does this gate represent?

AND

What Boolean operator does this gate represent?

NOR

What Boolean operator does this gate represent?

OR