Internal Hardware Components Of A Computer Flashcards

1
Q

Processor?

A

Executes instructions in order to run programs

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

Main memory?

A

Stores program instructions and frequently used data. RAM and ROM helps execute instructions quickly

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

Buses?

A

Series of parallel wires that are connected to internal components of the computer and they pass signals between them. There is a direct relationship between the width of the bus and 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
4
Q

Address bus?

A

Transports memory addresses, which shows where the data should be sent to or retrieved from. Increasing width increases the number of addressable memory locations. Adding a single wire doubles the number of addressable memory locations. 2^n. If there are not enough then some portions of memory may go unused.

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

Data bus?

A

Sends data and instructions to and from different components of the computer. Increasing the width of the data bus 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
6
Q

Control bus?

A

Used to control signals that control the regulation of the computer. EG: clock signal.

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

I/O Controllers?

A

Pieces of hardware that control the communication between hardware devices and the processor.

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

What is the purpose of Harvard and von Neumann architecture?

A

Different ways of setting up a processors access to main memory.

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

What is the set up for Harvard architecture?

A

Two separate main memory locations

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

Advantage of Harvard Architechture?

A

Gives each piece of main memory different characteristics.

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

Eg where Harvard architechture is used?

A

Embeddded systems , digital signal processing.

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

What is the set for von Neumann architechture?

A

Both instructions and data are stored together in the same memory. Perform worse than harvards as Buses are shared for fetching instructions and data. Used for everyday use eg: laptops.

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