YEAR 1 CO1 WEEK 14 BOOLEAN LOGIC Flashcards

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

State the purpose of boolean logic.

A

To combine multiple logical statements.

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

Describe Logic Gates.

A

Electronic logic gates take one or more inputs produce single output.
Output can become input to another gate making more complicated cascaded sequence of logic gates implemented to form a circuit.

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

Describe Truth Tables.

A

Column for each input and one output.

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

Describe Logic Diagrams.

A

Like a flowchart.
Allows user to visually trace exact path of logic from initial input to ultimate output.

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

Describe Algebra in this context.

A

Very useful giving condensed summary of a logical expression.

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

What is a NOT gate.

A

Takes one input and inverts it.
If 0 input outputs 1 and vice versa.
Triangle shape gate.
「 but sideways.

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

What is a AND gate.

A

AND gate only results in TRUE if both inputs are true.
Both inputs must be 1.
Semicircle shape gate.
A^B

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

What is a OR gate.

A

Outputs TRUE if either of inputs are 1.
A weird curved at one side rectangle.
AvB

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