Embedded systems and memory Flashcards

(11 cards)

1
Q

What is an embedded system?

A

Computers design to perform a dedicated function within a large mechanical or electrical system.

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

Name three examples of embedded systems

A

Any of:
- central heating systems
- engine management systems in vehicles
- domestic appliances, such as dishwashers, TVs and digital phones
- digital watches
- electronic calculators
- GPS systems
- fitness trackers
- MP3 player
- digital cameras
- air conditioning
- microwave ovens
- radio alarm clocks

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

What program controls an embedded system?

A

Read Only Memory (ROM)

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

Characteristics of an embedded system

A
  • one dedicated function
  • software inside ROM within the embedded system cannot change
  • cannot run other general software on it (does not have a full operating system)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the function of primary storage

A

It is used to temporarily store the programs, instructions, and data the computer needs whilst it is in operation.

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

Name the primary storages

A

Random Access Memory (RAM)
Cache
Read only memory (ROM)

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

Name secondary storages

A

Hard disk drive (HDD)/magnetic
Optical
Solid State Drive (SSD)

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

What does ROM store in a computer

A

Instructions and data that never needs to be changed, such as the computer’s start-up instructions.

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

Differences between RAM and ROM

A

RAM is volatile whilst ROM is permanent and non-volatile.

RAM is used for the computer’s working memory for instructions, programs and data, whilst ROM is used for the computer’s start-up instructions and in embedded systems.

RAM can be written to and read from whilst ROM can be read only, so cannot be written to.

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

Why would increasing ROM size not improve the speed of a computer?

A

ROM is only required to be as large as the start-up instructions inside it. Any additional space will not make a difference. New files cannot be written into new space as it is read-only.

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

What is virtual memory used for?

A

When there is inadequate space in RAM for all current running programs and data.

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