Computer Architecture Glossary Flashcards

1
Q

Accumulator

A

Located in the CPU, it is a register in which arithmetic and logic calculation results are stored.

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

Cache

A

Volatile fast primary storage located on the CPU. Typically stores instructions that are commonly used.

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

Embedded System

A

A small computer that is part of a bigger system, device or machine.

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

Harvard Architecture

A

A computer architecture with separate storage and signal pathways for data and instructions.

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

Instruction Cycle

A

The fetch-decode-execute cycle ( Instruction Cycle ) is the cycle in which the CPU works.

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

Instruction Register

A

A part in the CPU’s control unit that holds the currently being executed instruction/s.

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

Instruction Set

A

A group of commands for the CPU to execute in machine code.

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

Memory Address Register

A

A register in the CPU that stores which memory address data will be fetched to or sent and stored to.

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

Memory Data Register

A

A register in the CPU that stores information about what is being transferred to/from the CPU.

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

Multiprocessing

A

Using more than one CPU in a computer system to increase performance and power.

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

Multithreading

A

Using more than one thread - more than one instruction being currently executed - at a time in the CPU.

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

Non Uniform Memory Access

A

A kind of memory architecture that allows faster location of memory access in multiprocessing.

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

Uniform Memory Access

A

A shared memory architecture used in parallel computers.

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

Program Counter

A

A CPU register that holds the memory address of the current instruction being executed. Each time a new instruction is fetched it increases the program counter by 1.

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

Register

A

Small volatile primary memory located in the CPU to store data.

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

Von Neumann Architecture

A

A computer architecture that many general purpose computers are based on.