Data Representation Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Order and power of storage (bits)

A

2^1 bits, 2^2 nibbles, 2^3 bytes, 2^10 KB, 2^20 MB, 2^30 GB, 2^40 TB, 2^50PB

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

Storage for 1 ASCII character

A

1 byte

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

Storage for 1 UNICODE character

A

2 bytes

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

Hexadecimal base, characters and uses

A

Base 16, 0-9 then A-F, MAC Addresses/Html colour coding and computer error messages, IPV6 messages

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

How is data stored on a computer

A

In binary using 1s and 0s, on or off

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

What is a bitmap image

A

Bitmap (raster) images are comprised of small picture elements called pixels. Bitmaps blur when enlarged

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

What is a vector image

A

Vector images use mathematical expressions to describe how the image is created and do not blur when enlarged

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

JPG or JPEG images

A

JPG or JPEG is a type of bitmap image that has been compressed using lossy compression. When the image is enlarged it appears blurry.

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

Calculating bitmap file size

A

pixels down x pixels across x bit depth
divide answer by 8 to give in bytes
divide by 1024 if more than to give in KB
and so on till PB

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

Sound stored on a computer

A

Humans hear sound as analogue data that varies over time though computers work with digital data. Computers sample the sound at difference time intervals to best recreate it.

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

Sound sample rate

A

The more samples per time interval the better the quality of sound

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

Sound file size calculation

A

frequency (sample rate/hertz) x bit depth x length x channels

channels:
stereo is 2
5.1 is 6
7.1 is 8

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

Lossy compression of sound file

A

In an MP3 file lossy compression works by removing frequencies humans can’t hear well and/or at all

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

MIDI files

A

MIDI files don’t contain music or sounds, they contain a list of commands that instruct a device on what sound to produce, how loud, what frequency and for how long.

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

Video file storage

A

MP4 files allow for multimedia, sound and picture

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

Uses of lossy compression

A

audio, video, images

17
Q

Lossless compression uses

A

text