Boolean Logic Flashcards

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

What does an AND gate do?

A

Takes two inputs. For an AND gate to give an output of 1, both inputs must be 1.

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

What does an OR gate do?

A

Takes two inputs for an OR gate to give an output of 1, either of the inputs must be 1.

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

What does a NOT gate do?

A

Takes an input and outputs the opposite.

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

Logic definition

A

A system designed to do a specific task.

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

Logic Diagram definition

A

A method of expressing Boolean Logic in a diagrammatic form using a set of standard symbols representing the various Logic Gates such as AND, NOT and OR.

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

Expression definition

A

A written form of a logic circuit diagram using algebraic symbols to represent AND, OR and NOT gates.

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

Logic Gates definition

A

The physical switches inside an electronic device which can perform the calculations

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

Truth Table definition

A

A tabular representation of the possible inputs and outputs from a given logic gate or collection of gates.

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

Boolean definition

A

Mathematical TRUE or False.

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

DIV definition

A

Integer division: to divide a number by another, but only return the number of full sets (e.g. 10 DIV 3 = 3).

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

MOD definition

A

Modulus division: to divide a number by another, but only return the remainder (e.g. 10 MOD 3 = 1).

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

Operator 33 definition

A

A mathematical symbol in computing.

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

What will the output be if you input 0 into a NOT gate?

A

1

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

What will the output be if you input 1 into a NOT gate?

A

0

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

What will the output be if you input 0 and 0 into an OR gate?

A

0 (SECTION B)

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