systems architecture and memory and storage Flashcards

(17 cards)

1
Q

what happens at each stage of the CPU’s FDE cycle (4)

A

1)An instruction is fetched from memory and is transferred to the MDR.
2)The instruction is then decoded/understood by the CU.
3)The instruction is then executed/carried out (e.g. ALU).
4)The process is repeated, and the program counter is incremented each time.
1Ghz means it can run 1 billion FDE cycles/second.

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

CPU 4 components

A

1) CU - controls the flow of data in the CPU, decodes instructions, and runs the FDE cycle.
2) Arithmetic Logic Unit (ALU) - performs the arithmetic and logic calculations.
3) Cache – stores frequently used data/instructions and is faster than RAM (quick access for CPU).
4) Registers – temporarily holds specific pieces of data needed by the CPU (super-quick access).

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

what are embedded systems meaning and 2 pros 1 con

A

a computer system thats built into another device.
o Specialised hardware and software designed to perform a specific function.
o Very limited functions that are difficult to change.
o Easy to design, cheap to produce, and efficient at doing their task.

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

clock speed meaning and what does it mean if it’s faster

A

The number of instructions a single processor core can carry out per second (Hz).
program runs faster

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

what does a more number of cores mean

A

The more cores a CPU has, the greater the number of instructions it can process in a given space of time.
Each processor can execute a separate instruction at the same time which enables multitasking.

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

cache size capacity and how can it be negative and example

A

Caches have very low capacity and are expensive.
Too much cache can be negative as it will take longer to find instructions.
L1 is quickest but has lowest capacity, L3 is slowest but has highest capacity.

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

embedded systems examples

A

Washing Machines, Dishwashers, SatNav, Microwaves, Telephones.

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

CPU’s clock speed and what does it mean when clock speed is faster

A

CPU’s usually have clock speeds of up to 4GHz.
number of infatuations the cpu can carry out per second

The faster the clock speed, the faster the program runs.

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

primary storage meaning and examples

A

Stores data that the processor needs to access e.g. Operating System.
 ROM – non-volatile, stores the BIOS (so the computer can start up)
 RAM – volatile and stores data/instructions currently being used.
 Cache – stores frequently used data/instructions and is faster than RAM (quick access).

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

Virtual Memory meaning

A

 Secondary storage used as temporary RAM when it is full.
 RAM can be filled with new data.
 When data is needed, it is moved back into RAM (transfer rates are slow).

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

Secondary Storage meaning

A

 Stores data/files permanently (non-volatile) even when power is turned off (OS,
Applications, Files etc.).
 Stores data/instructions currently not being used.

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

Solid State (Flash Memory)
examples, access time, portability, durability, capacity and cost and reliability

A

Solid State (Flash Memory):
 SSDs, USB Sticks, SD Cards.
 Fastest access/read + write speeds.
 Small, light, and portable.
 Silent.
 Reliable and durable.
 No moving parts.
 Average capacity.
 Highest purchase cost.

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

magnetic and examples, speed, portability, durability, capacity and cost and reliability

A

 HDDs, Magnetic Tapes.
 Largest storage capacity.
 Lowest purchase cost.
 Reliable.
 Average read + write speeds.
 Not portable or durable (has moving parts).

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

optical and examples, time, portability, durability, capacity and cost and reliability

A

 Optical Discs (CD, DVD, Blu-Ray).
 Small and portable.
 Small cost per GB.
 Not durable, easily scratched/damaged while being moved.
 Small storage capacity.
 Slow read + write speeds
 Unreliable.

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

what does the accumulator do

A

stores results of calculations.

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

MAR and MDR meaning

A

 Memory Address Register (MAR) - stores the address of the data to be fetched from, or where it is to be stored.
 Memory Data Register (MDR) - stores the actual data/instruction which has been fetched from or is waiting to be written to main memory (RAM).

17
Q

what does the PC do

A

stores the memory address of the next instruction for each cycle and is incremented by 1 each time.