Features of flash memory Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Features of flash memory

A
  • Solid state storage
  • Data is non-volatile
  • Fast access memory
  • Stored as series of logic gates
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Description of ROM

A
  • Read only memory
  • Memory that stores data that cannot be altered, such as boot up instructions. In an embedded system it can store all program instructions.
  • ROM is non-volatile(data is not lost when device has no power)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Description of flash memory

A

Limited number of read/writes

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

Examples of primary memory

A
  • RAM
  • ROM
  • Cache
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Benefits of flash memory

A
  • No moving parts; therefore durable(not easily damaged)
  • Fast access speed(lets devices access and store data more quickly)
  • Reliable (data loss is unlikely)
  • Small physical size (can fit inside other small devices)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Purpose and features of cache

A
  • Primary memory
  • Stores frequently used instructions so they are faster to access next time
  • The larger the cache, the faster the CPU can access frequently used data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Execute stage of FDE

A

*Execute / carry out the instructions

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

Description of primary memory

A
  • Memory directly accessed bu the processor

* Also known as main memory

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

Description of RAM

A
  • Random-access memory
  • Memory that stores currently running data, programs, and currently used parts of the operating system
  • RAM is volatile (data is lost when device has no power)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Use of flash memory

A
  • Small, portable devices (e.g. mobile phones, satnavs devices that need fast read/write speed)
  • Transfer data from one place another, e.g. memory stick/card, SSD
  • Can also be used in ROM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

RAM vs ROM

A

*RAM is volatile (data is lost when turned off);ROM is non-volatile (data is not lost when turned off)

*RAM can be changed;
ROM cannot be changed

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

Drawbacks of an embedded system

A

Cannot be updated / very difficult to update and to fix errors

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

Purpose of range check

A

Make sure the data entered is in the correct format, e.g. dd/mm/yyyy

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

Methods of defensive design

A
  • Validation
  • Planning for contingencies
  • Anticipating misuse
  • Authentication
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Purpose of formation check

A

Make sure the data is within the set bounds

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