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

How 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 depth * sample rate * duration

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 depth 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

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

What is the difference between secondary storage and primary 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
    (If embedded system also os)
20
Q

What does ROM stand for

A

Read Only Memory

21
Q

What does RAM hold

A

Currently running programs and their 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
What is the definition of portability
How easy it is to transport
26
What is the definition of reliability
How often it can work on a day to day basis
27
What is the definition of cost
How much a device costs per GB
28
What is the definition of speed
How quickly it can read/write
29
What is the definition of capacity
How much it can store
30
What is lossy compression
Compression that gets rid of unnecessary data to reduce the file size by a large amount ( irreversible )
31
What is lossless compression
Compression that doesn’t lose any data, reduces file size by not a lot. Groups things together using an algorithm
32
What do binary shifts do
Multiplying/dividing by 2. Moving binary digits left or right
33
How many bytes does ASCII use
1 byte ( which is enough for the whole English language )
34
How many possible characters are they in ASCII
256
35
Why was Unicode developed
To account for all languages
36
How many bytes does Unicode use
2 bytes
37
How many possible characters are there in Unicode
2^16 (65,536)
38
What is compression
The process of encoding data so it can be represented by fewer bytes
39
What are the 2 main types of digital image
- Bitmap - Vector
40
What is a bitmap
When the page is divided into an invisible grid and each pixel is assigned a colour
41
What is a vector
Based on mathematical formulas, they can be scaled infinitely without any loss of quality