7.1 Internal Hardware Components of A Computer Flashcards

1
Q

What is the role of the computer’s processor ?

A

executes 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 role of Main Memory ?

A

To store program instructions and frequently used data

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

What does the main memory consist of ?

A
  • RAM and ROM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a bus ?

A

A series of parallel wires that connects internal components of a computer system

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

What is the role of a bus ?

A

Allows signals to be passed between internal components.

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

What is the bus width ?

A

The number of parallel wires

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

What is the significance of bus width ?

A

The number of bits 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 main buses ?

A

address bus, the data bus and the 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

Used to transport memory addresses, specifying where data is to be sent to or retrieved from

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

What is the affect of increasing bus width of the address bus?

A

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’s the affect of adding a single wire to the address bus ?

A

Doubles the number of addressable memory locations.

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

What is an addressable memory locations ?

A

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
13
Q

What happens if there are not enough addresses available ?

A

some portions of memory
may go unused.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
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
15
Q

What is the effect of increasing the width of the data bus ?

A

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

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

What is the relationship of Number of parallel
wires in address bus and Number of addressable
memory locations ?

17
Q

What is the purpose of the control bus ?

A

Used to carry control signals that regulate the operation of the computer system

18
Q

What does the control bus carry ?

A

The computer’s clock signal.

19
Q

What are I/O controllers ?

A

pieces of hardware that control the communication of data between the processor and external hardware devices

20
Q

What are the two main types of Architecture ?

A

Von Neumann and Harvard

21
Q

What is the main characteristics of Harvard architecture ?

A

Use two separate main memory locations (instruction and data)

22
Q

Where is Harvard Architecture mainly used ?

A

Embedded Systems

23
Q

What is the main advantage of Harvard Architecture ?

A

Each piece of main memory can have different characteristics

24
Q

What is the main characteristics of Von Neumann architecture ?

A

both instructions and data are stored together in the same memory

25
What are the downsides of Von Neumann Architecture ?
Buses have to be shared for fetching both instructions and data.
26
Where is Von Neumann architecture mainly used ?
General-purpose computer systems