Section 2: Storage Flashcards

1
Q

what is primary storage?

A
  • very quick as it’s directly assessed by the CPU
  • smaller in storage size
  • RAM and ROM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is secondary storage? (3)

A
  • larger in storage size
  • slower
  • non-volatile
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is volatile storage?

A

temporary data is lost whenever the power is turned off
eg RAM

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

what is non-volatile storage?

A

saves the data even when not powered
data can be stored
long term
eg ROM

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

why do computers need primary storage?

A

accessing primary storage is much faster than secondary storage devices

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

what are the 2 types of primary storage?

A

RAM and ROM

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

what is RAM?

A

volatile
stores all the programs currently running

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

what is ROM?

A

non-volatile and can’t be changed
stores BIOS

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

what is virtual memory?

A

if there is insufficient memory

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

what are some storage characteristics i should know? (4)

A

capacity
durability
portability
cost
reliability

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

what is a magnetic hard disk drive? (3)

A

larger capacity
cheaper cost per GB than SSD
slower access speed than SSD but faster than optical

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

what is optical storage? (4)

A
  • low capacity
  • not durable
  • has the slowest access speed
  • discs are very thin and portable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is a solid state storage? (5)

A

most expensive cost per gb
usually durable
small size means portable
high capacity and faster access speed

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

why do computers use binary?

A

computer systems consist of billions of tiny transistors which are switches that only have 2 values 1/0
therefore data is represented dis way

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

what is a kilobyte?

A

1000 bytes

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

what is a megabyte?

A

1000 kilobytes
(1000 x 1000 bytes)

17
Q

what is a gigabyte?

A

1000 megabytes
(1000 x 1000 x 1000 bytes)

18
Q

what is a terabyte?

A

1000 gigabytes
(1000 x 1000 x 1000 x 1000 bytes)

19
Q

what is a petabyte?

A

1000 terabytes
(1000 x 1000 x 1000 x 1000 x 1000 bytes)

20
Q

what is the order of bits?

A

byte
kilobyte
megabyte
gigabyte
terabyte
petabyte

21
Q

what is an overflow error?

A

occurs when a binary value is too large to be stored in the bits available

22
Q

what is a character set?

A

is a table that matches together a character and a binary value
each character in a character set has a unique binary matched with it

23
Q

what does ASCII stand for?

A

American Standard Code for Information Interchange
1 byte - 8 bits

24
Q

what is unicode?

A

2 bytes - 16 bits
allows different languages to be represented; emojis, symbols

25
what is compression?
to compress a file means to make its size smaller
26
what are the benefits of compression?
files take up less storage files can be transferred quicker
27
what is lossy compression?
removes the data permanently, so the file can never return to it's original size
28
what is lossless compression?
reduces the file size without permanently without removing any data no quality is lost
29
hexadecimal to represent numbers instead of binary?
smaller easier to convert from binary to hex
30
true or false: each character in a character set has a unique binary
trueee