Secondary Storage/Units

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

1/11

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.

12 Terms

1
New cards

Why do you need secondary storage

  • A computer needs secondary storage for long term storage of programs and data that are currently not in use 

  • Secondary storage is needed as ROM is read only and RAM is volatile

  • Secondary storage holds the programs and data whilst the computer is turned off (non-volatile)

  • Performance of secondary storage is slower than primary storage but capacity is much higher which makes it perfect for backup & archive of data files

2
New cards

What are the characteristics of secondary storage?

-Capaxity

-speed

-Cost

-portability-How easy is it to move around

-durability-How robust is storage

-Reliability-Probability device will consistently perform function

3
New cards

What are the three types of secondary storage

  • Magnetic

  • Solid State

  • Optical

4
New cards

What is Magnetic storage and properties

  • Magnetic storage is a type of non-volatile media that uses magnets (polarity) to store binary 0s and 1s

  • Advantages/disadvantages

  • Capacity High storage

  • Durability Moving parts can get damaged if dropped

  • Cost - Low per gigabyte

  • Portability Heavy & bulky making them less convenient for transport

  • Speed - Moderate read/write access 

  • Reliability - Prone to mechanical failure Noise Loud (spinning disks)

5
New cards

What is Solid state storage and properties

  • Solid state storage is a type of non-volatile media that uses electronic circuits to store binary 0s and 1s

  • AdvantagesDisadvantages

  • Capacity -Medium/high storage

  • Cost - Very high per gigabyte

  • Speed - Very fast read/write access

  • Reliability - Limited read/write cycles

  • Durability- No moving parts 

  • Portability -Small and no moving parts

  • Noise -Silent  

6
New cards

What is a optical storage

  • Optical storage is a type of non-volatile media that uses lasers to burn the surface of a disk, creating pits and lands suitable for storing binary 0s and 1s

  • Advantages/Disadvantages

  • Cost - Very low per gigabyte

  • Capacity Very low

  • Durability No moving parts

  • Speed - Very slow read/write access

  • Portability Small and no moving parts

  • Reliability - Prone to scratches

  • Noise-Silent  

7
New cards

Name the units of storage

  • Bit-0 or 1

    Nibble-4 bits

    Byte(B)-8 bits-A single character

    kilobyte(KB)-1000 bytes-A small text file

    Megabyte(MB)-1000 Kilobytes-A music file

    Gigabyte(GB)-1000 Megabytes-A high definition movie

    Terabyte(TB)-1000 Gigabytes-A large hard drive

    Petabyte(PB)-1000 Terabytes-A large data centre

8
New cards

What does computer use binary to function

  • A computer is built using switches that can either be on or off, this fits the binary number system which only has two digits (1/0), which means off can be represented by a 0 and on can be represented by a 1

  • This means all data must be converted to binary before a computer can understand and process it

  • Converting data to binary allows computers to process it at an incredible speed, perform complex calculations and store vast amounts of data efficiently

9
New cards

What is data capacity and examples that can be stored

  • Data capacity is the maximum amount of information that a storage device can hold

  • If you know the capacity of a storage device, you can calculate how much of different data types can be stored

  • Examples of data that could be stored include text, images and sound files

10
New cards

How to find text file size

Bits per character) x (Number of characters)

11
New cards

How to find sound file size

Sample rate(Hz) X duration(s) X bit depth

12
New cards

How to find image file size

Colour depth X image height(px) X image width