4.7.2 Fo CompOrgArch (Stored Program Concept) Flashcards

1
Q

What is meant by the stored program concept

A

serially fetching and
executing machine code instructions stored in main memory by a processor that performs
arithmetic and logical operations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is meant by Serially

A

Instructions are fetched and executed in order. The first instruction is fetched and then executed
before the second instruction is fetched

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is meant by Fetching

A

Retrieving an instruction from main memory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is meant by Executing

A

Carrying out what is specified by the instruction that has
been fetched.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is meant by Machine code instructions

A

Instructions in binary that the
processor can execute directly without the need for
translation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is meant by Main Memory

A

Memory that is directly accessible and connected to the computer ( RAM in this case )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is meant by Arithemetic Operations

A

Operations that involve mathematical operations such as
addition, subtraction and multiplication.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is meant by Logical Operations

A

Operations that involve the use of logic gates like AND,
OR and NOT.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does the stored program concept allow for

A
  • Allows for different instructions and so processes to run on the same computer by being switched out in memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the main benefit of the stored program concept

A

It allows computers to be more versatile and general purpose

How well did you know this?
1
Not at all
2
3
4
5
Perfectly