Chapter 3 - Logic Flashcards

1
Q

What are transistors

A

Tiny transistors - switches - that can either be on or off

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

Transistors are combined to make what?

A

Logic gates

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

Logic gates are combined to do what?

A

Execute calculations and logic comparisons

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

Give the symbol for an OR GATE

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

Give the symbol for an AND GATE

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

Give and example for a NOT GATE

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

Draw a truth table for AnB

A

A B Y
0 0 0
0 1 0
1 0 0
1 1 1

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

Draw a truth table for AUB

A

A B Y
0 0 0
0 1 1
1 0 1
1 1 1

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

Draw a truth table for NOT GATE A

A

A Y
0 1
1 0

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

what does a not gate do?

A

flips inputs

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

A condition statement with multiple boolean operators in it is called a what?

A

Compound Statement

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

To work out the outputs from all the possible combinations of inputs what is used?

A

A truth table

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

True is interchangeable with what?

A

1 / ON

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

False is interchangeable with what?

A

0 / OFF

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

A CPU contains what?

A

transistors

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