Boolean Logic

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

1/13

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.

14 Terms

1
New cards

What do transistors in a computer system represent?

Tiny switches that can be on (1) or off (0)

2
New cards

What do logical operators represent inside a computer?

Circuits of transistors

3
New cards

What are the three most common logical operators?

NOT AND OR

4
New cards

What do truth tables show?

All possible inputs and associated outputs for Boolean values

5
New cards

What output does a NOT operator produce?

The opposite of the input

6
New cards

What is another name for the NOT operator?

Negation

7
New cards

What symbol represents the NOT operator?

¬

8
New cards

When does an AND operator output 1?

Only if both inputs are 1

9
New cards

What is another name for the AND operator?

Conjunction

10
New cards

What symbol represents the AND operator?

11
New cards

When does an OR operator output 1?

If either input is 1

12
New cards

What is another name for the OR operator?

Disjunction

13
New cards

What symbol represents the OR operator?

14
New cards

How does the number of rows in a truth table change with each new input?

It doubles to show all unique input combinations