Computer Science : S3 : L2 : Fetch Decode Execute Cycle

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

1/8

Last updated 3:59 AM on 2/5/24
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

Data flow

The diagram illustrates the flow of data within a computer, where data is input, processed, and either output or sent to storage.

2
New cards

System bus

A parallel transmission component that transfers data from one component to another within a computer system.

3
New cards

Address bus

Carries an address to identify a location in memory or the I/O system for reading from or writing to.

4
New cards

Data bus

Carries data between the processor, memory, output devices, or input devices.

5
New cards

Control bus

Carries data from the control unit to system components or transmits timing signals.

6
New cards

Fetch

The process of loading instructions into memory (RAM) before the processor starts running the program.

7
New cards

Decode

The process of decoding the binary representation of an instruction to determine what other components need to do.

8
New cards

Instruction encoding

Each processor has slightly different encodings for instructions.

9
New cards

Execute

The process of executing an instruction by instructing other components to perform the necessary actions.