computer architecture definitions Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Accumulator

A

Register that stores the result of arithmetic and logical operations performed by the processor.

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

Arithmetic and logic unit

A

A part of a processor that is responsible for arithmetic functions such as addition, subtraction, multiplication, etc. and logic operations such as AND, OR, NOT, etc.

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

Buses

A

The connections between the processor, memory and input-output devices responsible for transferring data and signals.

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

Central Processing Unit (CPU)

A

CPU consists of a control unit, ALU and cache memory. It is responsible for processing the instructions given to a computer.

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

Control Unit (CU)

A

A part of the processor that is responsible for controlling the memory, processor and input-output devices.

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

CIR (Current Instruction Register)

A

A register that contains the current instruction carried out by the processor.

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

Fetch-decode-

execute cycle

A

The processor of fetching data and instructions from the memory and storing it in suitable registers, decoding them and executing them that the CPU performs continuously.

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

Input device

A

A device that converts the signals sent by humans into a form that can be understood by the computer.

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

Interface

A

A standardised form of connection defining the properties of connection such as number of pins, voltage required and different signals.

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

Memory Address Register (MAR)

A

A register that stores the address of data for READ or WRITE operations.

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

Memory Data Register (MDR)

A

A register that stores the data for READ or WRITE operations.

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

Output device

A

A device that converts the information from the computer into a form that is understandable by humans.

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

Processor

A

Processor contains ALU (Arithmetic and Logic unit) and Control Unit (CU).

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

PC (Program Counter)

A

A register that contains the location of the instruction that is to be executed next.

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

Register

A

High-speed data storage areas in the computer.

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

von Neumann architecture

A

An architecture that shows the components and connections of a computer in detail. This architecture represents a shared memory space for program and data.