WEAKNESSES - memory and storage

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

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:51 PM on 6/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

9 Terms

1
New cards

why does cache size affect the performance of the CPU?

  • Data is transferred faster - the CPU is more efficient

  • it is faster to transfer data to and from cache than RAM

2
New cards

Is the ALU a register

no

3
New cards

what are the main registers in the CPU?

  • MAR

  • MDR

  • Acc

  • PC

4
New cards

What is the function of the Accumulator?

stores the result of arithmetic and logic operations performed by the ALU

5
New cards

why does clock speed improve performance?

  • more FDE cycles per second

  • more instructions can be executed per second

6
New cards

what is the purpose of the control unit?

controls the flow of data in the CPU.

Runs the FDE cycle

Decodes instructions fetched from RAM

7
New cards

characteristics of embedded systems (4)

  • within a larger system

  • dedicated to a specific function

  • hard to change their function

  • small and low power

8
New cards

describe what happens during the FDE cycle

  • MAR stores RAM address of the current instruction to be fetched

  • MDR stores the data fetched from RAM

  • data is fetched from RAM

  • PC increments by one

  • the control unit decodes the data

  • the ALU performs logical and arithmetic operations

  • instructions are executed

9
New cards

define metadata

data about the file/data