B1 - Computer Architecture Flashcards

(8 cards)

1
Q

Computer Architecture

A

Design of how components are connected and work together within a computer system

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

Von Neumann Architecture

A

Program instructions and data are stored in the main memory (stored-program model)

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

Harvard Architecture

A

Separate memory for programs and data (stored-program model)
e.g) Arduino and BBC Microbit

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

Cluster Computing

A

A computer that uses more than one CPU.

Capable of working out calculations every second.

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

Uniform Memory Access (UMA)

A

Each CPU can access any of the memory at the same speed

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

Non-Uniform Memory Access (NUMA)

A

CPU can have some RAM allocated as local memory.

Shares other parts of RAM and other parts of CPU.

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

Low-Level Program

A

Code is written using instructions that map very closely to the CPU’s actual instructions set.

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

Application Program Interface (API)

A

Where code from an application send calls (requests) to the operating system to make the hardware do something

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