data representation Flashcards

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

what is a character set

A

-list of characters recognized by a computer
-each represented by unique binary number

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

what is ASCII

A

-a 7 bit character set with 2^7 characters= 128

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

what is extended ASCII

A

-a 8 bit character set with 2^8 characters =256

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

what is unicode

A

-24 bit char set with 2^24 chars. = 16 mill +

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

what is metadata

A

additional info stored to define width, height, color depth & color palette

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

what is a sample size

A

no. of bits available for each sample

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

what is bit rate
-how its calculated

A

no. of bits used per second of audio
-sampling frequency x sample size

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

what is sampling intervals

A

gaps between each point where the analogue recording is sampled

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

when can lossy compression not be used:

A

-text and executable files

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

why do computers represent data in binary form

A

-computers consist of (transistors / logic circuits/ gates / switches)
-that only have two values: 1 or 0, on or off

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

describe how bitmap images are rep. in binary

A

-image made out of pixels
-each pixel given a binary code
-represents the color of that pixel, every unique color

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

describe what happens when the computer converts music into a file

A
  • height of wave sampled at regular intervals
  • turned into/stored as Binary
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is meant by a protocol

A

a division of network functionality

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

one advantage of using layers in network protocols

A

-self contained
so allows different developers to concentrate on one aspect of the network

-a layer can be taken out and edited w/o affecting other layers
promotes interoperability betw/ vendors and systems

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

how to reduce sound file size

A
  • Reduce the sample rate (from 48KHz to a lower rate)…so fewer samples are taken per second
  • Reduce the bit depth (from 24 bits to a lower bit depth) …so less data is used for each sample
  • Use lossy compression … to remove data (that won’t be noticed)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what is sample rate

A

how often per second the sound wave is being sampled

17
Q

what is bit depth

A

number of bits stored per sample

18
Q

calculation for size of sound file

A

sample rate x bit depth x duration

19
Q

what is sound file size:

A

total number of bits in a sounds