3.7.2.1 The Stored Program Concept. Flashcards

1
Q

What is a computer using the stored program concept defined as?

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

Define 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

Define fetched.

A

Retrieving an instruction from main memory

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

Define 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

Define a machine code instruction.

A

Where a computer stores instructions and frequently

used data. Examples include RAM and ROM.

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

Define arithmetic.

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
7
Q

Define logical.

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
8
Q

What does the stored concept do (TSC)?

A

The stored
program concept, and the way that it stores program instructions in main memory, allows
one set of instructions to be switched out for another. This is the foundation of what allows
modern computers to run numerous different applications.

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

What two architectures can computers that use the stored program concept be based on?

A

Harvard architecture and Von Neumann architecture.

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