OCR Computer Science - CPU

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

What is a register?

A small amount of high-speed storage for temporary data.

2
New cards

Give the steps of the FDE cycle

  • Fetch - The PC is incremented and the data from RAM with the address from the MAR is fetched and stored in MDR

  • Decode - The CU decodes the data

  • Execute - The instruction is executed

<ul><li><p>Fetch - The PC is incremented and the data from RAM with the address from the MAR is fetched and stored in MDR</p></li><li><p>Decode - The CU decodes the data</p></li><li><p>Execute - The instruction is executed </p></li></ul><p></p>
3
New cards

What is the PC?

The Program Counter stores the address of the next instruction to be executed

4
New cards

What is the MAR?

The Memory Address Register stores the address of the current instruction that needs to be accessed by the CPU.

5
New cards

What is the MDR?

The Memory Data Register stores the instruction retrieved from RAM.

6
New cards

What is the ACC?

The Accumulator stores the results of any calculations made by the ALU (Arithmetic Logic Unit)

7
New cards

How does the CU direct the operations of the CPU?

It sends out control signals

8
New cards

What is Von Neumann architecture?

A computer architecture in which both data and program instructions are stored in the same memory in binary.

9
New cards

What are the four key components of Von Neumann architecture?

  • The CPU

  • Memory

  • INPUT/OUTPUT

  • Buses

10
New cards

What is cache?

Temporary storage for frequently accessed data, allowing quicker retrieval by the CPU

11
New cards

How does increasing cache size benefit performance?

Because repeatedly used instructions can be stored and accessed faster.

12
New cards

Why do most computers only have a small amount of cache?

Cache is very expensive

13
New cards

What is clock speed?

How quickly the CPU can perform an instruction

14
New cards

How does clock speed improve performance?

The higher the clock speed the faster the CPU can run the FDE cycle and process instructions, improving performance.