1.3 - The CPU And Logic Flashcards

1
Q

What is a logical statement?

A

A logical statement can be used to say If something is true or false. Logical statements can also be used to draw conclusions form data and make decisions

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

What is two - state?

A

Anything that can be in one only of two states.

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

How is a computer a two-state device?

A

A computer processor is made up of electrical switches. The electrical switches in a computer can be on or off.

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

How is logic a two state?

A

A logical statement can be true or it can be false.

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

How is binary two state?

A

In computers it shows the state of a switch , a ‘1’ is used to say switch is ‘on’. A ‘0’ says a switch is ‘off’.

Binary is also used to show the state of a logical statement. A ‘1’ can be used to show a statement is ‘true’.
A ‘0’ can be used to show its ‘false’.

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

Why can a computer’s ALU process logic problems?

A

It can do so because both logic and the computer use two sates.
Computer uses binary to show the state of a switch.
Logic uses binary to show the state of a logical statement.

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

What word is used to combine logical statements?

A

THEN (Should be capitalized)

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

What is a proposition?

A

(In logic) a statement that is either true or false.

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

What is a conclusion ?

A

(In logic) the outcome of one or more propositions

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

Where is a proposition’s position ?

A

On the left hand side of the logical argument

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

Where is a conclusion’s position in a logical argument?

A

On the right hand side of a logical argument

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

What is a logical argument?

A

An argument with one or more propositions (premises) leading to a valid conclusion. It’s the use of computer to produce facts

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

What is a truth table?

A

A way of present a logic statement in table format so that it can be easily read and understood.

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

How to create a truth table?

A

1) Write out the argument (always capitalize THEN)
2) Create the column headings
3) Add a row for every possible response to the proposition
4) Complete the conclusion column

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

What is arithmetic?

A

Are equations
Eg: answer = 2 + 3

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

What’s two types of operations can ALU do?

A

1) Arithmetic
Eg: answer = 2 + 3

2) Logical argument
Eg: Player has no lives THEN Game is over

17
Q

What is another definition for microprocessors?

A

Computer processor where the data processing logic and control is included on a single integrated circuit