2.1.4 explain the machine instruction cycle

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

15 Terms

1
New cards

when software s installed onto a computer where are the program and any associated files stored?

secondary memory

2
New cards

when progams are installed how is the code stored?

as a series of bits that represent machine instructions

3
New cards

What happens when the user chooses to execute a program?

Sections of the code are loaded into the computer’s memory.

4
New cards

what are the 4 steps of program execution?

  1. installation from source media

  2. program installed onto hard drive

  3. program loaded into memory

  4. program executed by CPU

5
New cards

what is a hard drive?

a piece of hardware used to store digital content and data on computers

6
New cards

what are the 4 steps of saving data?

  1. results obtained from CPU

  2. data stored in memory

  3. data saved to hard drive

    1. data possibly archived on external media

7
New cards

what is the machine cycle?

how the processor retrieves instructions one by one from memory in order to run code

8
New cards

what is the first step of the machine cycle?

fetch

CU looks at the program counter register for the memory address of the next instruction

this instruction is requested from main memory and placed in the instruction register

9
New cards

what is the second step of the machine cycle?

decode

the CU checks the instruction in the instruction register and decides what needs to be done.

Binary instruction is interpreted to figure out task

10
New cards

what is the third step of the machine cycle?

execute

the CU sends signals telling the required components to perform the correct work

11
New cards

what is the fourth step of the machine cycle?

The CPU may be required to store the result of an instruction in memory or it may be sent to an output device

12
New cards

where does the fetch portion occur?

PC > MAR > RAM > MDR > CIR

13
New cards

where does the decode portion occur?

CU

14
New cards

where does the execute portion occur?

ALU

15
New cards

where does the store portion occur?

accumulator