Home
Explore
Exams
Search for anything
Login
Get started
Home
Engineering
Computer Science
boolean logic
0.0
(0)
Rate it
Studied by 0 people
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/10
Earn XP
Description and Tags
Computer Science
Add tags
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
11 Terms
View all (11)
Star these 11
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