Boolean Logic

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/21

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

22 Terms

1
New cards

Logic Gates

Allows an electronic system to make a decision based on its inputs

2
New cards

True

1

3
New cards

False

0

4
New cards

Truth Tables

Diagrams that show all possible inputs and their associated outputs, for logic gates

5
New cards

NOT gate

A gate that will produce the opposite of the input

6
New cards

AND gate

For A AND B to be TRUE both A and B must occur

7
New cards

OR gate

For A OR B to be TRUE either A or B must occur or both

8
New cards

NOT gate symbol

knowt flashcard image
9
New cards

AND gate symbol

knowt flashcard image
10
New cards

OR gate symbol

knowt flashcard image
11
New cards

Boolean Logic

A branch of computer science that uses the logical operators OR, AND, and NOT.

12
New cards

Security Light

Example of an AND gate when both the sensor needs to be active and dark outside

13
New cards

Automated Central Heating

Example of a NOT gate when if it is too hot then the central heating is not on

14
New cards

Smartphone Unlock

Example of an OR gate when a thumbprint or passcode will unlock the device

15
New cards

NAND gate symbol

knowt flashcard image
16
New cards

NOR gate symbol

knowt flashcard image
17
New cards

XOR gate symbol

knowt flashcard image
18
New cards

NAND gate

For A NAND B to be TRUE either A or B or neither A AND B must occur

19
New cards

NOR gate

For A NOR B to be TRUE neither A or B must occur

20
New cards

XOR gate

FOR A XOR B to be TRUE either A or B must occur but not neither or both

21
New cards

Logic proposition

A statement that is either TRUE or FALSE

22
New cards

Logic expression

Logic propositions combined using Boolean operators, which may be written with a defined outcome