Boolean Logic Flashcards

(10 cards)

1
Q

What is a logical operator?

A

Symbols used to represent circuits of transistors within a computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are transistors?

A

Millions of tiny switches inside of each computer system that can be either turned on or off

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the 3 most common logical operators?

A

AND, NOT, OR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a truth table?

A

Used to show all possible inputs and the associated output for each input; the values must all be a Boolean value, usually 0 or 1, but can also sometimes be True or False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What logical operator is represented by ¬ ?

A

NOT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What logical operator is represented by ^?

A

AND

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What logical operator is represented by ∨?

A

OR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Function of NOT

A

Will produce an output, which is the opposite of the input; also known as ‘negation’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Function of AND

A

Will output 1 only if both inputs are also 1; also known as ‘conjunction’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Function of OR

A

Will output 1 if either input is 1; also known as ‘disjunction’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly