Internal Hardware Components of a Computer Flashcards

1
Q

What is the purpose of a computer’s processor?

A

• Execute program 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 main memory?

A

ROM

RAM

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

What is the purpose of main memory?

A

• A computer uses its main memory which includes RAM & ROM to store program instructions and frequently used data.

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

What is an advantage of using main memory?

A

Main memory is usually much faster than secondary storage so storing frequently used data in RAM & ROM helps the processor to execute instructions quickly.

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

What is a bus?

A

A series of parallel wires that connects internal components of a computer system, allowing signals to be passed between them.

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

What is the width of a bus?

A

The number of parallel wires in a bus is called its width.

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

What relationship is present in the width?

A

The width has a direct relationship to the number of bits that can be transferred simultaneously by the bus.

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

What are the three important busses?

A
  • Address bus
  • Data bus
  • Control bus
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the purpose of the address bus?

A

• Address bus is used to transport memory addresses, specifying where data is to be sent or retrieved from.

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

What happens if you change the width of the address bus?

A

• Increasing the width of the address bus increases the range of addresses that it can specify, hence increasing the computer’s amount of addressable memory.

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

What is the correlation between address bus width and addressable memory?

A

Increasing the range of the address bus increases the range of addresses that it can specify, hence increasing the computer’s amount of addressable memory.

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

What does adding a single wire to the address bus do?

A

Doubles the number of addressable memory locations.

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

What is an addressable memory location?

A

Portion of memory that can be accessed by its address.

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

What occurs if there are not enough addresses available?

A

Some portions memory may go unused

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

What is the purpose of the data bus?

A

• Sends data and instructions to and from the different components of the computer system.

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

What effect does increasing the width of the data bus have?

A

Increases the volume of data that can be transferred over the bus at any one time.

17
Q

What is the purpose of the control bus?

A
  • Used to carry control signals that regulate the operation of the computer system.
  • Also carries the clock signal
18
Q

What are I/O controllers?

A

Pieces of hardware that control the communication of data between the processor and external hardware devices such as keyboards/peripherals.

19
Q

What are the two architectures for setting up memory?

A

Von Neumann

Harvard