computer architecture Flashcards

1
Q

whats a CPU?

A

central processing unit

key component of a computer system,
which contains the circuitry necessary to fetch,
decode and execute program instructions from
and to main memory (RAM).

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

whats ALU?

A

arithmetic logic unit

it does arythmetical and logic functions
sometimes referred to as ‘core’
single core works slower than dual core (imagine small ducklings and small swans swimming in only one slide and then two slides for each like duckling only and little swan onlu slide, the second model is faster and more efficient and birds can get to the slide and get happy faster)

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

whats CU?

A

control unit

it handles the loading of new commands into
the CPU and the decoding of these commands.
also, it directs the data flow and the operation
of the ALU.

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

whats MAR?

A

memory address register

is connected to the address bus.
is contains a memory address.
MAR’s sole function contain the RAM address of the
instruction the CPU wants next.

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

whats MDR?

A

memory data register

MDR is connected to the data bus.
MDR holds data that will be written to the RAM or that was
read from RAM.
relationship between MAR & MDR: the MAR gives the
address the data of the MDR will be read from or written to.

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

very very simple model of computer working

A

theres a CPU and everything mentioned earlier (ALU, MAR, MDR, CU and other registers) is inside it, except for RAM and cache
cache is connected with both RAMand CPU wih a data bus.
theres also two busses going in direction of CPU -> RAM called address and controll bus.

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

and how does input output work on cpu?

A

the output, input and storage device are connected to the cpu

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

!! THIS WILL BE ON THE TEST.
try drawing the cpu organisation system

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

in short present busses.

A

Busses are the connecting wires that
connect the CPU to other devices,
carrying instructions to/from
components.
They are normally built into the
motherboard.
The three most important busses are:
* Data bus (links RAM to CPU via MDR)
* Control bus (links RAM to CPU via CU)
* Memory bus (links RAM to CPU via MAR)

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

whats a register?

A

small, fast circuits that store indeterminate values from calculations or conclusions inside cpu.

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

what registers do you know?

A

there are many, but we must know only three:
MAR
MDR
Accumulator

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

describe the memory sistem.

A

memory is divided into primary and secondary. primary is ROM, RAM and cache. secondary is magnetic, optical and electronic.

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

whats ROM

A

it states for READ ONLY MEMORY. originally its contents were static (hence ‘read only’) and could not be hanged – not true any more (flash upgrades).
it is non-volatile = does not lose its contents if power is lost
it stores the BIOS (Basic Input Output System) – a small program that allows the computer to know what to do to find the operating system to ‘boot’ the computer after power is restored.

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

whats RAM

A

often referred to as primary memory, (so usually in tests it will be referred to as “memory”, unless stated otherwise) means RANDOM ACCES MEMORY. it contains the data and instructions the computer has loaded since starting up and everything the user has opened/loaded. it is volatile = loses its contents if power is lost. it has as a special link to the CPU (via busses)

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

can RAM and ROM both be easily upgraded?1

A

No, ROM is usually part of motherboard and its difficult to upgrade.

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

explain cache memory

A

small, high-speed memory inside the 1CPU used to hold frequently used data, so that the CPU needs to access the much slower RAM less frequently

17
Q

list the memory tools from the heaviest to the lightest.

A

offline storage (tape drivers), hard disk, RAM, cache and the cpu registers.

18
Q
A