CS1.1 - Purpose of CPU - Fetch Execute Cycle

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

1/7

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:03 AM on 4/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

8 Terms

1
New cards

What is a computer?

Electronic device that takes input, processes data, and delivers output.

2
New cards

How do computers process information?

Follow a set of instructions known as a computer program.

3
New cards

What are the two main parts of a computer?

CPU and memory.

4
New cards

What does memory do?

Stores programs and data.

5
New cards

What does the CPU do?

Carries out instructions.

6
New cards

What happens during the fetch stage of the fetch-execute cycle?

Fetch next instruction from memory and brings it to the CPU.

7
New cards

What happens during the decode stage of the fetch-execute cycle?

Inspect instruction and work out what it needs to do.

8
New cards

What happens during the execute stage of the fetch-execute cycle?

Carry out instruction such as getting more data from memory, performing a calculation or storing information in memory.