Fundamentals Of Computer Organisation And Architecture Flashcards

1
Q

Processor

A

Device that carries out computation on data and instructions in order to produce an output

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

Main memory

A

Stores data and instructions that will be used by the processor

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

Address bus

A

Used to specify a physical address in memory so that the data bus can access it

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

Data bus

A

Transfers data between memory and processor

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

Control bus

A

Controls the flow of data between the processor and other parts of the computer

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

I/O controllers

A

Handles the flow of data between input and output devices

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

Fetch execute cycle

A

The continuous process of data movement between main memory and the processor during the running of a program

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

Von Neumann vs Harvard

A

Harvard - execution of instructions are faster as fetching of code and data are simultaneous (embedded systems like digital signal processing (DSP) systems use Harvard `architecture processors)

Von Neumann - instructions and data have combined memory spaces (used extensively in general purpose computing systems)

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

Concept of addressable memory

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

Stored program concept

A

Instructions are stored in the main memory. Instructions are then fetched decoded and executed by the processor which allows the program to be moved in and out of the main memory

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

fetch execute cycle

A

the continuous process of data movement between main memory and the processor during the running of a program

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

processor instruction set

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

immediate addressing

A

the operand is the datum

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

direct addressing

A

the operand is the address of the datum

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