Internal Hardware Components of a Computer Flashcards

1
Q

What does a computers processor do

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 a computers main memory

A

It’s RAM and ROM

Used 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

Why is frequently used data saved in the ROM or RAM

A

Main Memory is faster than Secondary Storage

Helps the processor to execute instructions quickly

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

What is a Bus

A

Series of parallel wires that connects internal components of a computer to send information

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

What is a width of a bus

A

Number of parallel wires in a bus

Direct Relationship to 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
6
Q

What are the 3 buses

A

Address Bus

Data Bus

Control Bus

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

Describe Address Buses

A

Transport Memory Addresses - Specifying where data is to be sent to or retrieved from - unidirectional

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

What does increasing the width address bus lead to

A

Increasing the range of addresses that it can specify

Increasing the computer’s amount of addressable memory

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

Describe Data Buses

A

Sends data and instructions to and from the different components of the computer system - bidirectional

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

Describe Control Buses

A

Carry Control Signals that regulate the operation of the computer system - unidirectional

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

What are I/O Controllers

A

Pieces of hardware that control the communication of data between the motherboard and external hardware devices

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

Describe the Harvard Architecture

A

Processor uses two separate main memory locations

One for Instructions - One for Data

Used in Embedded Systems
Each instruction can be done in one clock cycle if pipelining is included

                      ALU
                          ^
                           |
                           v
Instruction 
    Mem      Control Unit  Data Mem  
                               ^
                               |
                               v
                            I/O
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Describe the Von Neumann Architecture

A

Instructions and Data are stored together in the same memory

Perform worse than Harvard - older Architecture - Buses have to be shared for fetching both instructions and data
Each instruction takes two clock cycles (decode and execute)

                  Control Unit
                      ^
                       |
                       v
                           ALU  Main Memory  
                               ^
                               |
                               v
                            I/O
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Define Addressable Memory

A

Memory that is accessible from a computer program to store data

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