Computing GCSE: The stored program concept

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
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

No study sessions yet.

15 Terms

1
New cards

What is computer architecture?

The hardware components of a computer system.

2
New cards

What is the CPU?

The Central Processing Unit, used to decode and execute program instructions fetched from memory one at a time.

3
New cards

What is the main memory?

A memory unit into which program instructions and data are loaded prior to being processed.

4
New cards

What are input and output mechanisms?

Mechanisms to input programs and data and output the results of processing.

5
New cards

What is the term for the 3 above components and when was the system invented?

The Von Neumann architecture, the 1940s.

6
New cards

What is another name for main memory and what does it stand for?

RAM, Random Access Memory.

7
New cards

What does RAM hold?

Program instructions and data that the CPU is currently using.

8
New cards

What does this mean?

That RAM is short-term, working memory.

9
New cards

What does RAM consist of?

A collection of storage locations that can hold a program instruction or item of data.

10
New cards

What does each storage location have?

Its own unique address.

11
New cards

Fill in the blanks:

Storage locations can be ____ from and _______ to in any order.

read, written.

12
New cards

What type of storage is the RAM classed as?

Primary storage as the CPU has fast, direct access to it.

13
New cards

What happens to the RAM when the computer is switched off?

It is completely wiped as the RAM is volatile.

14
New cards

What is a typical amount of RAM for a modern mobile phone or laptop?

Between 4 and 32 GiB.

15
New cards

What did the stored program concept allow to happen?

It made computers easy and quick to reprogram, because they were able to store program instructions and data in memory.