Computer Science - The CPU

0.0(0)
studied byStudied by 0 people
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 Von Neumann architecture

the stored program computer ; where instructions are stored in short term memory

2
New cards

summarise the purpose of the ALU

performs arithmetic operations and logic

3
New cards

summarise the purpose of the CPU

fetches, decodes and executes instructions from RAM; performs processes on the input to get the output

4
New cards

draw and label a diagram that shows input, output, CPU, ALU and main memory

knowt flashcard image
5
New cards

explain the purpose of main memory

temporary storage for program that are currently running (GB)

6
New cards

explain the purpose of the cache

small high-speed bits of memory on board the CPU that hold recently/frequently used instructions. this speed up access (MB)

7
New cards

explain the purpose of registers

storing single instructions/address or piece of data

8
New cards

what does the memory hierarchy look like

knowt flashcard image
9
New cards

what is the difference between data, instructions and addresses

data is any raw information that can be stored or processed

instructions are the operations being processed

addresses are the location in memory where data/instructions can be stored and fetched from

10
New cards

what is the purpose of the MAR

memory address register - part of the CPU that stores the address in memory of the instruction currently being executed

11
New cards

what is the purpose of the MDR

memory data register - stores the data/instructions from the address held in the MAR currently being executed

12
New cards

what is the PC

program counter- stores the address of the next instruction/data to be fetched from RAM. is always one FDE cycle ahead of the MAR

13
New cards

What is ACC

accumulator - stores the results of calculations

14
New cards

what is the control unit

part of the CPU that sends signals to control where to send information