boolean logic

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

1/10

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

11 Terms

1
New cards
AND
Boolean operator which returns a 1 if both inputs are 1
2
New cards
OR
Boolean operator which returns a 1 if one or the other input is 1
3
New cards
NOT
Boolean operator which negates the input, changing 0 to 1 and 1 to 0
4
New cards
Logic Gate
An electronic component used to perform boolean logic within a computer
5
New cards
And Logic Gate
6
New cards
Or Logic Gate
7
New cards
NOT Logic Gate
8
New cards
Truth Table
a table that shows the output of a logic gate for all possible combinations of inputs
9
New cards
AND Truth Table
10
New cards
OR Truth Table
11
New cards
NOT Truth Table