Logic Flashcards

1
Q

What are logic gates?

A

Special circuits built into computer chips. They receive binary data, apply a Boolean operator then output a binary result.

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

What do logic diagrams show?

A

logic gates and circuits

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

What is the NOT gate?

A
  • take a single input and give a single output
  • the output is always opposite to the input
  • e.g. 1 = 0 and 0 = 1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is an AND gate?

A
  • take two inputs and give one output

- if both inputs are 1 the output is 1 otherwise the output is 0

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

What is an OR gate?

A
  • takes two inputs and give one output

- if one or more inputs are 1 then the output is 1 otherwise the output is 0.

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

What’s the notation of a AND gate?

A

A ^ B

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

What’s the notation of a OR gate?

A

A V B

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

What’s the notation of a NOT gate?

A

line across to the right to go down a little

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

What do multiple logic gates do when added to the same logic circuit?

A

Carry out different operations

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

How can you work out the truth tables for multiple logic gates?

A
  • working through each gate in order

- for every input combination follow them through each gate step-by-step then write down the output.

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

How can circuits be written as logical statements?

A

Using brackets and the terms AND, OR and NOT

e. g. NOT(A AND B)
- operators in brackets should be completed first

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

What are two-level logic circuits?

A

Require inputs to pass through a maximum of two logic gates to reach the output.

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