Internal Hardware Components & The Stored Program Concept Flashcards

(23 cards)

1
Q

What are internal components of the CPU?

A

-The processor
-Main memory
-I/O Controllers
-Buses

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

What are external ponente of a computer system?

A

-keyboard
-mouse
-printer
-disk drives

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

What is the Stored Program concept?

A

-Instructions are stored in main memory
-Instructions are fetched, decoded and excecutable serially by the processor
-Programs can be moved in and out of main memory

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

What is Main memory?

A

Main memory holds the current programs that are being excecutable
Main memory also hold the current data being processed
Main memory is temporary memory(Volatile)
Data transferred to main memory from secondary memory when needed

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

What is Secondary Memory?

A

Permanent storage of data and programs
Much slower that main memory
Examples : Hard disk, CD Drive,DVD Drive

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

What does addressable memory consist of?

A

Instructions and data

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

What is the role of the processor

A

-The processor executes instructions and controls the operation of all components
-The processor executes instructions by repeating three operations(FDE cycle)

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

What is the definition of Buses and name the three separate buses?

A

A set of parallel wires connecting two or more components e.g the data,address and control bus.

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

How does the address bus respond when processor want to read a word of data from memory?

A

-It firsts put address of desired word on address bus
-Width of the address bus determines the max capacity.
-Address bus is also used to address other peripherals.

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

What does the data bus consist of?

A

Typically consists of 8,16 or 32 separate lines
Proves bi directional line for moving data and instructions between system components
Width of the data bus is a key factor to determining overall system performance

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

What does the control bus consist of?

A

-Bidirectional bus
-Data and address buses shared by all components
-Comaand signals specify operations to be performed

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

What are characteristics of I/I controllers?

A

Peripherals can’t be connected directly to to the processor
Processor controls and communicated with peripherals through an I/O or device controller.
Consists of three parts: Interface,set of data,Interface

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

What is the definition of word?

A

Refers to a fixed-sized group of bits that are handled as a unit by the processor.

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

What are five factors affecting processor performance?

A

-Cores
-Cache
-Clock speed
-Buswidth
-WordLength

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

What are the different registers in the FDE cycle?

A

-MAR
-PC
-MBR
-CIR

17
Q

What are the stages of the Fetch part of the FDE cycle?

A

-Contents of PC transferred to MAR
-Address bus transfers this address to main memory, contents of memory location loaded into MBR and transfer of content used the data bus.
Increment contents of PC simultaneously
MBR transfers content to CIR

18
Q

What are the stages of the Decode part of the FDE cycle?

A

Decided instructions held by CIR
Control unit decodes the instruction
Instruction split into oppose and operand

19
Q

What happens in the Excexute part of the FDE cycle?

A

-If necessary data is fetched
-The oppcode identifies the type of instruction it is
-Excecute instruction by relevant part of processor
-Result stored in accumulator

20
Q

What is the control unit responsible for?

A

-To control the operation of fetch-excecute cycle
-Controls fetching operations
-To excecute instructions
-To send control signals to other components

21
Q

What is an interrupt

A

An interrupt is a signal sent to the processor by another part of the computer requesting the attention of the processor

22
Q

What are characteristics of VON NUEMANN ARCHITECTURE?

A

-It is an ancient computer architecture based on the stored program concept.
-Same physical memory address is used for instructions and data.
-Two cycles are required to excecute a single instructions
-It is cheaper on code
-CPU can’t access instructions and read/write at same time.

23
Q

What are characteristics of the HARVARD architecture?

A

-It is modern computer architecture which separates physical memory address used for instructions and data.
-An instruction is excecute duna. Single cycle
-It is more costly that Von Neumann
-CPU can access instructions and read/write at same time.