Data Representation Flashcards

(30 cards)

1
Q

Lowest to highest: terabyte, kilobytes, nibble, petabyte, gigabyte, byte, bit

A

Bit, nibble, byte, kilobyte, megabyte, gigabyte, terabyte, petabyte
FROM BYTE THEY ALL GO UP IN 1000

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

Binary arithmetic rules:

A

0+0=0
1+0=1
1+1=0 carry the 1
1+1+1=1 carry the 1

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

Advantages of hexadecimal:

A

-simpler to remember
-quicker to write or type
-less likely to make an error
-easy to convert between hex and binary

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

Overflow error

A

When the result of an addition is too large for the number of bits the computer works with.

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

Character set

A

A set of letters, symbols and digits that can be represented by a computer

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

ASCII

A

American standard code for information interchange. 128 characters into 7 bit binary codes

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

Unicode

A

To represent other characters for other languages, 16 bits, 65536 possible combinations

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

5 different file formats for images:

A

-JPG, joint photographic experts group
-BMP, bitmap, uncompressed
-GIF, graphics interchange format
-TIFF, tag image file format
-PNG, portable networks graphics, loddless compression

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

Pixel

A

The smallest identifiable area of an image

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

Resolution

A

The concentration of pixels within a specific area

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

Increasing the number of colours:

A

More bits per pixel = more colour combinations

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

Bit depth

A

The number of colours that can be represented. Each pixel can represent a finite number of colours, a pixel is attributed a number of n bits.
The number of combinations (2 to the n) dictates the bit depth

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

Colour depth

A

Colours depth = bit depth

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

Metadata

A

Data about data, e.g. author, date created, dimensions

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

Bitmap images

A

Bitmap images are made up of PICture ELement or pixels

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

Bitmap images

A

Bitmap images are made up of PICture ELement or pixels

17
Q

Analogue sound

18
Q

Digital sound

A

Discrete, repeatedly measuring and recording the sound wave

19
Q

Analogue to digital converters

A

Sounds must be converted into a digital form in order to be stored and processed by a computer

20
Q

ADC

A

Analogue to digital converter

21
Q

DAC

A

digital signals to outputs

22
Q

Sound sampling

A

Sound sample is a measurement of a sound wave at a given time

23
Q

Sampling rate

A

Frequency or sample rate per second affects the level of detail in the digital representation. Number of samples per second

24
Q

Sound file sizes

A

Sample rate x bit depth x duration

25
Digitised sound quality:
-improves the more frequently we sample the sound -improves the more accurate we record the wave height
26
Lossy compression
JPG, GIF, MP3. Permanently looses some data, cannot do back to original data.
27
Lossless compression
Will not lose any of the original data. Algorithm finds groups of repeating patterns and records that as the data.
28
Benefits of compression:
-smaller files=fewer packets=faster transmission time -quicker to complete transmission -reduces download time -images inside web pages appear faster -reduces space on disk/servers
29
Bit rate
Amount of data used to represent one second of audio
30
JPEG
Joint photographic experts group, lossy compression for digital images