3 The processor Flashcards

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

<p>What are electrical devices?</p>

A

<p>Electrical devices only need electricity to work.</p>

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

<p>What are electronic devices?</p>

A

<p>Means that there are circuits in the device that control the flow of electricity in another circuit.</p>

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

<p>High and low example.</p>

A

<p>3 volts for high voltage and 0 for low voltage.</p>

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

<p>Not gate input 1. What is the output?</p>

A

<p>The output is 0</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
XOR gate inputs:
i. 1   0
ii. 1   1
iii. 0   0
What is the output.
A

i. 1
ii. 0
iii. 0

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

NAND gate inputs:
i. 1 0
ii. 1 1
What is the output.

A

I. 1

II. 0

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

NOR gate inputs:
i. 0 0
ii. 0 1
What is the output.

A

i. 1

ii. 0

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

What is a premises.

A

The statement you begin with in a logical gate is a premises.

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

Give two example of connectors.

A

XOR, NAND.

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

The two main components of the processor.

A

CPU and Main Memory.

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

The two main components of the CPU.

A

The Arithmetic and Logic Unit ALU w` .0here all the processing happens.
The Control Unit Tells the ALU what to process.

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

The other names that the main memory is also called.

A

main store, primary memory, primary store, random access memory (RAM) or Immediate Access Store (IAS)

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

What is the difference between connectors and gates?

A

These terms are similar.

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

Where does all the processing happen in a CPU?

A

In the ALU.

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

What does Arithmetic processing mean?

A

It means finding the numerical answer to mathematical problems.

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

What does logical processing mean?

A

It means finding the true/false answer to logical deduction.

17
Q

What does the control unit do in a CPU.

A

The control unit tells the ALU what to process.

18
Q

What are the three types of peripherals?

A

Input; output; storage.

19
Q

What two types of work does the ALU carry out?

A

Arithmetic processing and Logical processing.

20
Q

How does the fetch execute cycle work?

A

First it fetches the data.
Secondly, Decodes the data.
Finally, it executes it.

21
Q

Where does the storage store its data in a processor.

A

The storage in a processor stores data in instruction registers.

22
Q

What are registers?

A

Registers are small areas of fast memory inside the CPU.

23
Q

What are general registers or accumulators used as?

A

They are used for fast memory.

24
Q

List the types of registers other than the general registers.

A

The program counter (PC) holds the address of the next instruction to fetch.
The memory address register (MAR) holds an address to read from or wide
The instruction register (IR) holds the instruction currently being executed.
The memory data register (MDR) holds data just read from memory or about to be written.