1.3 Storage Flashcards

1
Q

What is secondary storage?

A

Long term storage of data, files, software, OS (operating system).

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

Why do we need to store data and files etc…?

A
  • To access it again later
  • To use software
  • To interact with the computer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

•What would happen without secondary storage?

A
  • Software would need to be installed each time we use it

* You couldn’t save any files, data, images, videos etc.

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

What’s optical storage?

A

•A laser light creates marks in a pattern on the disk
•A laser light detects where the marks are and translates this into a readable format (pits to represent 1/0)
E.g. Blue ray, DVD rom, cd rom

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

What’s magnetic storage?

A

•Read/write move across the medium and change how magnetised that part of the medium is
•E.g. one level of magnetism will be a 1, a second will be a 0
E.g. Hard disc drive, tape drive

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

What’s solid state memory?

A

•This is made of transistors (switches)
•The state of the switches determine if a 1, or 0 is stored
E.g. solid state drive, sd card, USB memory stick

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

What are characteristics of storage?

A
  • Capacity-how much data can it store?
  • Speed-how fast can it access the data?
  • Portability-how easy is it to move it from one place to another
  • Durability-how well does it last e.g. if it is dropped
  • Reliability-how consistently does it perform
  • Cost-how much does it cost per KB, MB or GB?
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which of the 3 secondary storage media has the best capacity?

A

1 Magnetic
2 solid state
3 optical

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

Which of the 3 secondary storage media has the best speed?

A

1 solid state
2 magnetic
3 optical

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

Which of the 3 secondary storage media has the best portability?

A

1 solid state
2 optical
3 magnetic

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

Which of the 3 secondary storage media has the best durability?

A

1 magnetic
2 solid state
3 optical

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

Which of the 3 secondary storage media has the best reliability?

A

1 solid state
2 magnetic
3 optical

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

Which of the 3 secondary storage media has the best cost?

A

1 magnetic and optical

2 solid state

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

Why is a secondary storage device needed in most computer systems?

A

To store software and files because otherwise software would have to be re downloaded onto the computer system every time you’d turn it on

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

What are two things which would be stored in ram?

A
  • file of the current document

- instructions for programs which are currently in use

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

Identify three common storage technologies someone can use:

A

Magnetic storage
Optical storage
Solid state

17
Q

What are the 6 main characteristics of storage?

A
  • capacity
  • speed
  • portability
  • durability
  • reliability
  • cost
18
Q

What’s the data capacity calculation for a text file?

A

1 byte = 1 character

number of bytes * 1.1

19
Q

What’s the data capacity calculation for a database?

A
Text = 1 byte per character
Integer/Real = 4/8 bytes
Boolean = 1 byte
Date = 8 bytes
-work out how many bytes in a record
-multiply the number of bytes in one record by the total number of records
-the times that answer by 1.1
20
Q

What’s the data capacity calculation for images?

A

Number of pixels * number of bytes per pixel * 1.1

21
Q

What’s the data calculation for sound?

A

BytesPerSample * SamplesPerSecond * channels * duration