1.2 Memory and Storage Flashcards

1
Q

What is a character set

A

A table of all characters that a computer understands

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

How many bits does ASCII use

A

7bits, 8 if upgraded

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

How many bits are in Unicode

A

16bits

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

What languages can Unicode represent

A

All + symbols

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

What is metadata

A

Data about data

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

What are the 3 base number sets

A
  • hexadecimal( hex ) ( base 16 )
  • binary ( base 2 )
  • deanery ( base 10 )
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the 3 types of secondary storage

A
  • optical
  • solid state
  • magnetic
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Ho does solid state work

A

Electric circuits- no moving parts

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

How does magnetic storage work

A

Uses spinning disks and arm that reads magnatism

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

How does optical storage work

A

Uses a light/laser to read small indents in disks

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

What is the equation for sound file size

A

Bit depthsample rateduration

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

What is bit depth in sound

A

Measure the frequency at different sample points

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

What is sample rate

A

Number of samples per second

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

What is bit dearth in an image

A

Number of bits needed to represent all colours in an image

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

What is a pixel

A

Smallest amount of colour that can be represented using binary

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

What is the equation of file size of an image

A

Bit depth * resolution

17
Q

What is the difference between secondary storage and private storage

A

All secondary storage is non volatile

18
Q

What are the 2 types of primary storage

19
Q

What does ROM hold

A
  • Bootstrap
  • BIOS
20
Q

What does ROM stand for

A

Read Only Memory

21
Q

What does RAM hold

A

Currently running programs and data

22
Q

What does RAM stand for

A

Random Access Memory

23
Q

What are the 6 characteristics of secondary storage

A
  • durability
  • portability
  • reliability
  • costs
  • speed
  • capacity
24
Q

What is the definition of durability

A

How much it can withstand physical shock

25
Q

What is the definition of portability

A

How easy it is to transport

26
Q

What is the definition of reliability

A

How often it can work on a day to day basis

27
Q

What is the definition of cost

A

How much a device costs per GB

28
Q

What is the definition of speed

A

How quickly it can read/write

29
Q

What is the definition of capacity

A

How much it can store

30
Q

What is lossy compression

A

Compression that gets rid of unnecessary data to reduce the file size by a large amount ( irreversible )

31
Q

What is lossless compression

A

Compression that doesn’t lose any data, reduces file size by not a lot. Groups things together using an algorithm

32
Q

What do binary shifts do

A

Multiplying/dividing by 2. Moving binary digits left or right