1 Data Representation Flashcards

1
Q

Uses of the hexadeciaml system (4)

A

error codes

MAC addresses

IP address

HTML colour codes

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

What do the hex values of the error codes refer to

A

memory location of error

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

What is a MAC address

A

uniquely identifies each device on a network

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

How is a MAC address usually formatted?

A

6 groups of 2 hexadecimals

EG: NN - DD - NN - DD - NN - DD

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

First half of the MAC address identifies the?

A

manufacturer

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

Second half of the MAC address identifies the?

A

Serial number of the device

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

Define IP address

A

unique numerical identifier assigned to devices connected to the internet, identifying their location

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

What is IPv6

A

128 bits broken into 16 bit chunks by a hexadecimal number

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

Features of ASCII code (3)

A

Uses 7 bits to represent characters

limited to 128 characters it can represent

Can only represent the english language

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

Features of unicode (3)

A

Uses 16 bits to represent characters

Able to represent 65,536 characters

Can represent all languages in the world

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

Define sample resolution

A

number of bits used to record each measurement during sampling

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

Define sample rate

A

number of measurements taken per second

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

Define sampling

A

A task performed by the ADC to represent analouge sound wave into a digital format

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

what will using higher sample rate and larger sample resolution do to the orignal source (2)

A

more faithful representatiojn

larger file size

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

Define pixel

A

smallest identifiable piece of an image

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

What is a digital image

A

a series of pixels that are converted
to binary, which is processed by a computer

17
Q

Define image resolution

A

the number of pixels in an image

18
Q

Define colour depth

A

number of bits used to represent each colour

19
Q

What will increasing image resolution and colour depth do to the file? (2)

A

Better detail, more colours represented (higher qualiy)

larger file size

20
Q

How to calculate file size of an image

A

image resolution x colour depth

21
Q

How to calculate file size of sound

A

sample rate x sample resolution x length of track

22
Q

Write different units of data storage from smallest largest

A

bit (1 bit)

nibble (4 bits)

byte (8 bits)

kibibyte (1024 bytes)

mebibyte (1024 kibibytes)

gibibyte (1024 mebibytes)

tebibyte (1024 gibibytes)

pebibyte (1024 tebibytes)

exbibyte (1024 pebibytes)

23
Q

Reasons for data compression (3)

A

To save storage space devices

reduced file size reduces costs

reduce time taken to stream

24
Q

What are the two types of file compression (2)

A

Lossless file compression

Lossy file compression

25
Features of lossy file compression (3)
alogirthm eliminates unnecessary data from file original file cannot be reconstructed once it is compressed Compression results in some loss of detail
26
Examples of lossy file compression (3)
MP3 - Used for playing music MP4 - Allows storage of multimedia files JPEG - lossy file compression algorithm used for images
27
Features of lossless file compression (2)
compression algorithm is used, repeated patterns in the file are identified and indexed original uncompressed file can be reconstructed
28
Example of lossless file compression
RLE
29
Features of RLE
indentifies and indexes repeating patterns (string of adjacent, identical data)