Representing Data

5.0(1)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/37

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

38 Terms

1
New cards

Sample rate

Number of audio samples captured per second measured in hertz

<p>Number of audio samples captured per second measured in hertz</p>
2
New cards

How does sample rate affect file sizes?

More samples = more accurate reproduction = better quality = larger file sizes

3
New cards

Bit depth

Number of bits available for each sample, higher depth is greater quality

4
New cards

Bit rate

data (bits) processed in a given time, measured in kbps, higher rate is more accurate

5
New cards

Analogue signal

continuous varying signal to represent physical quantity e.g sound waves

6
New cards

Analogue to digital converter (ADC)

Converting analogue signal into digital format for a computer to store

<p>Converting analogue signal into digital format for a computer to store</p>
7
New cards

Need for ADC

Computers can’t process analogue signals so data must first be converted to digital

8
New cards

Units for frequency

Hertz

9
New cards

Data

raw facts and figures with no meaning

10
New cards

Information

data entered into a computer and processed, giving it meaning

<p>data entered into a computer and processed, giving it meaning</p>
11
New cards

Binary

number system in bits used by computers

<p>number system in bits used by computers </p>
12
New cards

Bit

smallest unit of digital data represented by a 1 or 0

13
New cards

Nibble

4 bits

14
New cards

Byte (B)

8 bits, used to represent 1 character

15
New cards

Kilobyte (Kb)

1024 bytes

16
New cards

Megabyte (Mb)

1024 kilobytes

17
New cards

Gigabyte (Gb)

1024 megabytes

18
New cards

Terabyte (Tb)

1024 gigabytes

19
New cards

What are units of data used for?

to describe memory capacity

<p>to describe memory capacity</p>
20
New cards

Numeric (integer)

positive or negative whole numbers

21
New cards

Numeric (real)

positive or negative numbers, including decimal/ fractional parts

22
New cards

Data/time

represents date and time in multiple formats

long date: DAY MONTH YEAR
medium date: DD-MMM-YYYY
short date: DD/MM/YYYY

long time: HH:MM:SS
medium time: HH:MM AM/PM
short time: HH:MM

23
New cards

Character

single letter or digit represented by codes from character set

24
New cards

ASCII

character set with each character represented uniquely by a single byte

25
New cards

String (text)

textual data in the form of a sequence of characters

26
New cards

Pixel

Smallest unit of an image displayed with its own colour

<p>Smallest unit of an image displayed with its own colour</p>
27
New cards

Resolution

the quality of an image, determined by the number of pixels

<p>the quality of an image, determined by the number of pixels</p>
28
New cards

Effect of resolution on file size

Higher the resolution, the greater the number of pixels, and therefore too the file size

29
New cards

Typical bits per pixel (JPEG)

24 bits (16.7million colours)

30
New cards

Bitmap graphics

Stored as a grid of pixels, each with a specific colour and can be compressed

<p>Stored as a grid of pixels, each with a specific colour and can be compressed</p>
31
New cards

Vector based graphics

mathematical instructions to create shapes and lines

<p>mathematical instructions to create shapes and lines</p>
32
New cards

Bitmap vs vector based graphics

  • Bitmap loses quality when resized while vector scales to retain detail

  • Vectors more efficient, they don’t store each individual pixel

  • Bitmaps can be compressed to reduce their file size

33
New cards

Formats for bitmap graphics

  • .bmp

  • .dib

  • jpeg

  • gif

  • tiff

  • .png

34
New cards

Formats for vector based graphics

  • .svg

  • .cgm

  • .odg

  • .eps

  • .xml

35
New cards

Streaming

allows videos to be viewed on a website without downloading or a time delay

36
New cards

How does streaming work?

downloading in ‘real time’ to prevent waiting for the entire file

<p>downloading in ‘real time’ to prevent waiting for the entire file</p>
37
New cards

Buffer

Temporary memory used to download the next part of a video before watching it

38
New cards

Why use buffering?

prevents possible interruptions if there are time delays in streaming