Structure and function of the processor Flashcards

(26 cards)

1
Q

What does the Control Unit (CU) do?

A

Coordinates all activities of the CPU and directs the flow of data between the CPU and other devices.

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

What is the function of the Program Counter (PC)?

A

Holds the address of the next instruction to be executed.

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

What does the Memory Address Register (MAR) hold?

A

Holds the address of the memory location from which data or an instruction is to be fetched or to be written.

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

What is the purpose of the Memory Data Register (MDR)?

A

Used to temporarily store the data which is read from or written to memory.

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

What does the Current Instruction Register (CIR) hold?

A

Holds the current instruction being executed; the contents of the MDR are copied to the CIR if it is an instruction.

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

What operations are performed by the Arithmetic Logic Unit (ALU)?

A

Performs arithmetic and logical operations on data.

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

What is the role of the Accumulator (ACC)?

A

The result of calculations carried out by the ALU can be temporarily stored here.

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

What does the Address Bus do?

A

Carries memory addresses that identify where the data is being read from or written to.

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

What information does the Data Bus carry?

A

Carries the binary 1s and 0s that make up the actual information being transmitted around the CPU/Computer.

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

What is the function of the Control Bus?

A

Carries command and control signals to and from every other component of the CPU/Computer.

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

What is Assembly Code?

A

A language that has a direct one-to-one relationship with the processor architecture.

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

What is a GPU?

A

Graphical Processing Unit is a co-processor initially used for rendering graphics

GPUs are now also used for parallel processing in various applications.

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

What is Parallel Processing?

A

The processing of program instructions by dividing them between multiple processors or processor cores

This technique enhances performance and reduces processing time.

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

What is an Input Device?

A

Any device that allows you to pass information from the outside world into a computer system

Examples include keyboards, mice, and scanners.

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

Define Output Device.

A

Any device that can take data stored in digital form and convert it into another format that humans can process

Examples include monitors, printers, and speakers.

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

What is Optical Storage?

A

Written and read using lasers, they spin so the laser can read the data from the correct location

Common types include CDs, DVDs, and Blu-ray discs.

17
Q

What is magnetic storage?

A

Divided into tracks and sectors, the disk spins so the disk’s read-write head can access the data in a segment.

18
Q

What technology does solid state storage use?

A

They use flash memory to store data and a special type of memory that can retain its state once power has been disconnected.

19
Q

What is ROM?

A

Read-only memory located on the motherboard, non-volatile and contains the very first instructions for the computer (bootstrap).

20
Q

What does RAM stand for and what is its function?

A

Random Access Memory, temporary storage of instructions and data that is being executed by the processor.

21
Q

Is RAM volatile or non-volatile?

A

It is volatile.

22
Q

How does virtual storage differ from local storage?

A

Concept of storing and retrieving data over the internet in the cloud instead of a local storage device.

23
Q

Fill in the blank: _______ is a type of memory that retains data even when the power is off.

24
Q

Fill in the blank: _______ is temporary storage used by the processor.

25
True or False: Magnetic storage is non-volatile.
False
26
True or False: Solid state storage is faster than magnetic storage.
True