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

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;

15 Cards in this Set

  • Front
  • Back

How did Boole expand the field of logic to create Boolean algebra.

Boole devised a set of symbols and formal rules which brought logic into the realm of mathematics.

What is AND?



What is the written AND gate character usually used in computing?

Only outputs 1 if both inputs are 1. (eg input A and input B are both 1)




.

What is OR?




What is the written OR gate character usually used in computing?

Outputs 1 if input A or input B are 1. (ie, if B is 1 A is 0, or A is 1 B is 0, or both are 1)




+

What is NOT?




What is used in computing to represent not?

Returns the output that the input is not.




A line/bar is drawn above the value.

What is XOR?




How is XOR written in computing?

The same as an OR gate except returns 0 if both inputs are 1.




What is NAND?

Not and

What is NOR ?

Not or

What are logic gates?

Electronic components which are used to perform logical operations on logic inputs and generate logic output.

What does the OR gate symbol look like?


What does an AND gate symbol look like?

What does a not gate look like?


Symbol for a NAND gate:

Symbol for a NOR gate:

Symbol of XOR gate:

What are De Morgan's laws for the relation of operators 'or' and 'and'.