Boolean Logic - 2.3 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What are logic gates (2)?

A

Special circuits built into computer chips
Receive binary data, apply Boolean logic, then output a binary result

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

What are logic diagrams (3)?

A

Drawn to show logic gates and circuits
Each type of gate has a different symbol
Also each gate has a corresponding truth table

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

What is a truth table?

A

Shows all possible input combinations of 1’s and 0’s, and the corresponding outputs

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

How does the NOT gate work?

A

Takes a single input and gives a single output
Output is always opposite to the input
Line with triangle and dot and line

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

How does the AND gate work?

A

Takes two inputs, gives one output
Both inputs 1 = 1, otherwise output is 0
2 lines go to a semi circle thing and then a line

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

How does an OR gate work?

A

Takes two inputs and gives one output
If one or more inputs are 1 then output = 1

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

How should multiple logical statements be completed? E.g. NOT (A AND B)

A

Operations in brackets first
Complete truth table with each operation

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

What is a transistor?

A

Like an off/on switch digitally controlled

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