systems architecture

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:20 AM on 6/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

21 Terms

1
New cards

What does the fetch do

fetches instructions from memory

2
New cards

what does decode do

decodes instructions so that the computer can understand it

3
New cards

what does the execute do

performs the instruction

4
New cards

how can execute perform an instruction

adding numbers together

retrieving data from memory

5
New cards

what are the 4 componments within the CPU

ALU,CU, cache, registers

6
New cards

What is the ALU

carries out arithmetic calculations and logical operations

7
New cards

What is the CU

sends control signals around the CPU

8
New cards

What does the cache do

high speed memory that stores frequently accessed instructions

9
New cards

what does the registers do

small piece of memory inside the processor that can store one instruction or adress

10
New cards

What are the 4 registers

MAR,MDR,PC and the accumulator

11
New cards

What does the MAR do

stores the adress of the instuction or data to be fetched from

12
New cards

What does the MDR do

stores the data that has been fetched from memory

13
New cards

What does the PC do

holds the adress of the next instruction to run

14
New cards

What does the Accumulator do

stores the results of the calculations performed by the ALU

15
New cards

How does cache size affect CPU performance

more cache= more frequently used instructions can be stored

16
New cards

How does the Clock speed affect CPU performance

faster clock speed = more instructions can be fetched and executed per second

17
New cards

How does the number of cores affect CPU performance

more cores= ability to perform more instuctions at the same time

18
New cards

What is an embedded system

computer system with a single function, inside a larger mechanical unit

19
New cards

give an example of an embedded system

washing machine

traffic lights

microwaves

20
New cards

properties of an embedded systme

low power consumption

low in price

small size

21
New cards

what would something be an embedded system

has it own hardware

has a specific purpose

built into a larger device