Storage

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

secondary storage

non-volatile storage devices that retains data when power is turned off

2
New cards

types of secondary storage

magnetic, solid state, optical

3
New cards

characteristics of magnetic

  • usually the highest capacity

  • usually the cheapest

  • if kept stable then reliable

  • heavy and bulky

  • moving parts

4
New cards

characteristics of solid state

  • more durable, no moving parts

  • portable (USB stick)

  • limited lifespan

  • quickest read/write speed

5
New cards

characteristics of optical

  • relatively cheap

  • light and portable

  • drive used to read the disc is considered unreliable

6
New cards

primary storage

  • holds the data and instructions that the CPU needs to access while the computer is turned on

  • includes RAM and ROM

7
New cards

RAM

  • Random Access Memory

  • holds the instructions that are currently in use

  • is volatile, contents are lost when power is turned off

  • has very fast read-write speed

  • larger capacity than ROM

  • can be edited

8
New cards

ROM

  • Read Only Memory

  • holds the first instructions a computer needs in order to start up

  • contains BIOS (Basic Input Output System) and stores boot sequence

  • fast read-write speed but slower than RAM

  • is non-volatile, contents are not lost even when the power is turned off

  • is read only, data can only be read and can’t be edited

9
New cards

virtual memory

  • an extension of RAM located in secondary storage

  • when RAM is close to being full, virtual memory is used so the computer remains operational

  • data currently not in use is transferred here

  • much slower read-write speed and negatively impacts system performance