Topic 7.1 Internal Hardware Components Flashcards

1
Q

What is the role of the Processor

A

Executes instructions in order to run applications.

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

What is the role of the Main Memory

A

Used to store program instructions and frequently used data.
Either RAM (Random Access) or ROM
(Read Only)
Main Memory is usually much faster to access than SSD so frequently used data is stored here to execute instructions quickly

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

What is a Bus

A

A series of parallel wires that connect internal components of a computer allowing them to work together to execute instructions

The number of wires a bus has is called its width. More wires = more bits transferred.

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

What is the role of the Address Bus

A

Used to transport memory addresses, which specify where data is being sent or retrieved from.
More width = More addresses available

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

What is the role of the Data Bus

A

Sends data and instructions to and from internal components.
More width = More data able to be transferred

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

What is the role of the control bus

A

Carries control signals that regulate the operation of the computer system
Also carries the clock signal.

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

What is the role of Input/Output (I/O) Controllers

A

Pieces of hardware that control the communication of data between the processor and peripherals (mice,keyboard)

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

What is the difference between Von Neumann and Harvard Architectures

A

In Harvard architechture, the processor has a seperate main memory location for instructions and for data.
In Von Neumann, instructions and data are stored together.

Harvard is faster since it can simultaneously access data and instructions.
Harvard is more efficient as it has less processor delays
Von Neumann is a lot cheaper

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

Where is Harvard architecture typically used

A

Bespoke systems
Real-time systems
Digital signal processors

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

Where is Von Neumann architecture typically used

A

Most electronic devices (tablets, phones, laptops)

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

What is addressable memory

A

The total amount of memory that a processor can access.
More address bus width = More addressable memory

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

What is the Stored Program Concept

A

Machine code instructions stored in main memory are fetched and executed serially by a processor that performs arithmetic and logical operations

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