OCR GCSE computer science

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

1/25

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.

26 Terms

1
New cards

What is the purpose of the CPU?

executing instructions given in a program, where data process is, control other device(fetch-execute cycle)

2
New cards

What are the common CPU components?

ALU, CU, Cache, registers

3
New cards

What happens in the fetch part of the cycle?

instruction/data to be used moved from RAM to CPU, CPU send signal, request next instruction/data to be used.

4
New cards

What happens in the execute part of the cycle?

CU decode/interpret instruction&decide what it mean&action to perform, then it carry out. If calc need to be perform, CU instruct ALU.

5
New cards

What is the MAR?

holds address(loction in mem)of instruction/data to be fetch/stored

6
New cards

What is the MDR?

holds data/program instruction temporarily when fetch(mem)/data to be fetch/stored.

7
New cards

What is the program counter(PC)?

holds mem address of next instruction to be process

8
New cards

what is the Accumulator(ACC)?

memory location where operation carry out by ALU are temporary stored.

9
New cards

What is the cache?

temporary data/instruct store(likely need by CPU), so can be access quick when need

10
New cards

What is the ALU?

perform arithmetic/logic operation(+/-/*/division/logical test using logic gate/comparison/shift operation).

11
New cards

What is the Control Unit(CU)?

coordinate act in CPU, also of computer&control fetch-execute cycle by send control sig to parts of CPU. also send sig to other components of computer system.

12
New cards

What is the von neumann architecture?

hold both program/data in memory. Data would move between mem unit and CPU.

13
New cards

What happened before the von neumann architecture?

computer had to be rebuilt for each new program needed.

14
New cards

What way does the von neumann architecture execute program instructions?

fetch-execute cycle

15
New cards

What is the way the CPU is designed and executes program instructions called?

von neumann architecture

16
New cards

What is clock speed measured in?

cycles per second(hertz/Hz)

17
New cards

What is the speed at which CPU operates at called?

clock speed

18
New cards

What is the clock?

pulses sent to components to coordinate their act&ensure instruct carry out&complete. one instruct carry out with each pulse.

19
New cards

main factors affecting CPU performance?

clock speed, cache size, number of cores

20
New cards

What is the fastest cache size?

level 1 cache(L1), but the smallest memory capacity out of 2 more cache’s

21
New cards

How does cache help modern computers without increasing price?

increases speed at minimal costs.

22
New cards

What is a multi core processor?

has more than one CPU

23
New cards

Pros of multi cores?

work together on same program(parallel processing), work on diff programs at same time(multi-tasking)

24
New cards

cons of multi cores?

may not work together at same time on program, so tasks carried out in turns.

25
New cards

26
New cards