Unit 2 - 4 Flashcards

1
Q

What is on and off in binary?

A

0 = OFF = FALSE
1 = ON = TRUE

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

What are the 3 types of logic gate?

A

AND
OR
NOT

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

What is the symbol for an AND gate?

A

/\

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

What is the symbol for an OR gate?

A

V

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

What is the symbol for a NOT gate?

A

¬

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

What is needed for an AND gate to produce the output 1?

A

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
7
Q

What is needed for an OR gate to produce the output 1?

A

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
8
Q

What is needed for a NOT gate to produce the output 1?

A

INVERTS THE INPUT:
0 = 1
1 = 0

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

WHERE TO FIND EXAMPLES?

A

BBC BITESIZE LAST PAGE

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