Fundamentals of Computer Organisation & Architecture Flashcards

1
Q

Addressable memory

A

The concept of storing data and instructions in a memory with discrete, unique addresses.

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

Address bus

A

A bus that carries the memory location address of the register the data is being carried to or from

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

Control bus

A

A part of the CPU that controls and manages the execution of instructions. It sends control signals to coordinate execution and controls Fetch-Decode-Execute cycles and buses.

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

Data Bus

A

A bi-directional bus carrying data and instructions between the processor and memory.

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

Harvard Architecture

A

A computer architecture that stores data and instructions in separate memories to allow the next instruction to be read while data is currently being read or written.

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

I/O controllers

A

A interface that allows the processor to communicate with Input/Output devices connected to the computer

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

Main Memory

A

A data store for instructions for the processor that can be directly accessed by the processor.

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

Processor

A

A complex chip of transistors capable of executing programs computing data to the outputs and supervising the operation of a computer system

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

Von Neumann

A

A computer architecture where a single control unit manages program control via linear sequence of fetch-execute-decode cycles. Data and instructions are held in the same memory.

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

Stored Program Concept

A

Machine code instructions stored in main memory are fetched and executed serially by a processor that performs arithmetic and logical operations.

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