Data representation Flashcards

1
Q

What base is decimal

A

base 10

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

What base is binary

A

base 2

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

What base is hexidecimal

A

base 16

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

Why is hexidecimal often used in computing

A

because large numbers can be represented in less characters

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

how many bits are in a byte

A

8

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

How many bytes are in a kilobyte

A

1024

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

How many kilobytes in a megabyte

A

1024

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

How many megabytes in a gigabtye

A

1024

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

How many gigabytes in a megabyte

A

1024

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

How is bits represented

A

b

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

How is bytes represented

A

B

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

How is kilobytes represented

A

kB

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

How is megabytes represented

A

MB

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

How is gigabytes represented

A

GB

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

What happens when you shift a binary number to the left 1

A

The binary number is timesed by 2

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

What happens when you shift a binary number to the right 1

A

divided by 2

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

What is binary shifts used for

A

To times or divide by the powers of 2

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

How manys bits are in an ASCII character

A

7 bits

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

How manys bits are in an Uncicode character

20
Q

How is Unicode and ASCII ordered

A

They are ordered sytematically alphabeitcally
e.g A=65 B=66

21
Q

How many characters can be represented by ASCII

22
Q

What is the advantage of ASCII

A
  • It uses a low amount of data because it only requires 7 bits of data to hold a character
23
Q

What is the disadvantage of ASCII

A
  • As it only stores 128 characters it cannot be used by different languages which use special characters
24
Q

How many characters are stores in unicode

25
What types of characters can unicode represent
Letters(from all different languages) Mathmatical symobls Emojis
26
What is the advantage of Unicode
It can represent lots of characters (65408 more than ASCII)
27
What is the disadvantage of unicode
It takes up a lot of space as it uses 2 bytes to represent one character
28
How much does unicode and ASCII overlap
The first 127 characters of Unicode are the ASCII characters
29
What is amplitude
- the height of a wave - how loud a sound is
30
What happens when you increace the amplitude of a sound
The volume increaces
31
What is frequency | storing sound
-The distance between waves - The number of waves that occour in time period
32
What happens when you increace the frequency of a sound wave
The sounds pitch becomes lower
33
What is a sound produced naturally called
analogue
34
What part of a computer converts analogue to digital sound
analogue to digital converter (adc)
35
What is a digital sound
A sound that is produced and stored on a computer (non natural)
36
What is sampling
measuring the amplitude of a sound wave at specific time intervals
37
What is sample rate
the number of samples taken per seconds
38
What is sample rate measured in
hertz
39
What is sample resolution
the number of bits used to store a sample of amplitude
40
What is the equation for file size of sound
file size = sampling rate x resolution x time in seconds
41
What is the equation for file size of images in bytes
Size = (width x height x colourdepth in bits)/8 | in bytes
42
What is pixel short for
Picture element
43
What is a Pixel
A single point on an image
44
What is colour depth
The number of bits used to represent each pixel
45