Representing Data

5.0(1)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/40

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

41 Terms

1
New cards

What is the sample rate?

Number of audio samples captured per second measured in hertz

2
New cards

How does sample rate affect file sizes?

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

3
New cards

What is the bit depth?

Number of bits available for each sample, the higher the greater the accuracy and quality

4
New cards

What is the bit rate?

data/bits processed in a given time (kbps), the higher the more realistic

5
New cards

What is an analogue signal?

continuous varying signal to represent sound waves

6
New cards

What is analogue to digital conversion?

Converting analogue signal into digital format for a computer to store

7
New cards

Why do we need ADC?

Humans hear in analogue, whereas computers work in digital so they need to convert

8
New cards

Steps for ADC

  1. Audio is captured via an input device e.g microphone

  2. The sound travels as an electrical signal

  3. Computer/ converter changes this signal into binary data

  4. Software saves data as sound files with quality being determined by sample rate, bit depth and bit rate.

9
New cards

What are the units for frequency?

Hertz

10
New cards

What is data?

raw facts and figures with no meaning

11
New cards

What is information?

processed data with meaning

12
New cards

How is data processed?

using an information system

13
New cards

Bit

smallest unit of digital data represented by a 1 or 0

14
New cards

Nibble

4 bits

15
New cards

Byte (B)

8 bits, used to represent 1 character

16
New cards

Kilobyte (Kb)

1024 bytes

17
New cards

Megabyte (Mb)

1024 kilobytes

18
New cards

Gigabyte (Gb)

1024 megabytes

19
New cards

Terabyte (Tb)

1024 gigabytes

20
New cards

What are the multiples of bytes used for? (b, kb, mb, gb, tb)

to describe memory capacity

21
New cards

In real life, data is stored in..

analogue format

22
New cards

In computers, data is stored inā€¦

digital format

23
New cards

Numeric (integer)

positive or negative whole numbers

24
New cards

Numeric (real)

positive or negative numbers, including decimal/ fractional parts

25
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

26
New cards

Character

A single letter or digit represented by codes from character set

27
New cards

What is ASCII

character set with each character represented uniquely by a single byte

28
New cards

String

Textual data in the form of a sequence of characters

29
New cards

What is a pixel?

Smallest unit of an image displayed with its own colour

30
New cards

What is resolution?

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

31
New cards

Effect of resolution on file size

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

32
New cards

Typical bits per pixel (JPEG)

24 bits

33
New cards

How are bitmap graphics stored?

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

34
New cards

How are vector based graphics stored

mathematical instructions to create shapes and lines

35
New cards

Difference between bitmap and vector based graphics

Bitmap loses quality when resized while vector scales

36
New cards

Formats for bitmap graphics

  • .bmp

  • .dib

  • jpeg

  • gif

  • tiff

  • .png

37
New cards

Formats for vector based graphics

  • .svg

  • .cgm

  • .odg

  • .eps

  • .xml

38
New cards

What is streaming?

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

39
New cards

How does streaming work?

downloading in ā€˜real timeā€™ to prevent waiting

40
New cards

What is a buffer?

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

41
New cards

What does bufferring do?

prevents possible interruptions if there are time delays in streaming