Representing Data

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

1/42

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

43 Terms

1
New cards

Data

raw facts and figures with no context or meaning

2
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>
3
New cards

Binary

number system in bits used by computers

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

Bit

smallest unit of digital data represented by a 1 or 0

5
New cards

Nibble

4 bits

6
New cards

Byte (B)

8 bits, used to represent 1 character

7
New cards

Kilobyte (Kb)

1024 bytes

8
New cards

Megabyte (Mb)

1024 kilobytes

9
New cards

Gigabyte (Gb)

1024 megabytes

10
New cards

Terabyte (Tb)

1024 gigabytes

11
New cards

What are units of data used for?

to describe memory capacity

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

Numeric (integer)

positive or negative whole numbers

13
New cards

Numeric (real)

positive or negative numbers with decimal/ fractional parts

14
New cards

Data/time

represents date and time in multiple formats

<p>represents date and time in multiple formats</p>
15
New cards

Character

single letter, number or symbol which takes up 1 byte of storage

16
New cards

ASCII

character set with each character represented uniquely by a single byte

17
New cards

String (text)

textual data in the form of a sequence of characters

18
New cards

Pixel

smallest unit of an image that can be changed, displayed with its own colour

<p>smallest unit of an image that can be changed, displayed with its own colour</p>
19
New cards

Resolution

number of pixels per unit measurement which determines the quality/ clarity of the image

<p>number of pixels per unit measurement which determines the quality/ clarity of the image</p>
20
New cards

Effect of high resolution on file size

will fit large number of pixels into small space, but increases file size as every pixel’s colour code has to be stored

21
New cards

Storing images

needs to have its colour code stored and metadata e.g dimensions so it can be reconstructed and displayed on screen

22
New cards

Colour depth

N bits per pixel can have 2N different colours

23
New cards

Typical bits per pixel (JPEG)

24 bits or 224 (16.7million colours)

24
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>
25
New cards

Vector based graphics

mathematical instructions about individual components which create shapes and lines

<p>mathematical instructions about individual components which create shapes and lines</p>
26
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 so smaller file size

  • Bitmaps can be compressed to reduce their file size

  • Bitmaps take long to load due to processing

27
New cards

Formats for bitmap graphics

  • .bmp

  • .dib

  • jpeg

  • gif

  • tiff

  • .png

28
New cards

Formats for vector based graphics

  • .svg

  • .cgm

  • .odg

  • .eps

  • .xml

29
New cards

Streaming

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

30
New cards

How does streaming work?

downloading successive segments in ‘real time’ to prevent waiting which are discarded after

<p>downloading successive segments in ‘real time’ to prevent waiting which are discarded after</p>
31
New cards

Advantages of streaming

  • video is unlikely to be replicated as user doesn’t save full copy

  • allows video to be watched while it downloads

  • computer doesn’t need to be capable of storing entire file

32
New cards

Buffer

intermediate storage area used to hold downloaded segments of video not played yet

33
New cards

Why use buffering?

prevents possible interruptions if there are time delays in streaming

34
New cards

Analogue signal

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

35
New cards

Analogue to digital converter (ADC)

converts analogue signal (detected by microphone) into voltage variations so computer can store it digitally

<p>converts analogue signal (detected by microphone) into voltage variations so computer can store it digitally</p>
36
New cards

Sound sampling

taking regular measurements of sound waves to process digitally

<p>taking regular measurements of sound waves to process digitally</p>
37
New cards

Need for sound sampling

infinitely minor variations in sound waves require too much storage and some we are incapable of hearing

38
New cards

Sample rate

quantity of audio samples captured per second, measured in hertz/ kilohertz

<p>quantity of audio samples captured per second, measured in hertz/ kilohertz</p>
39
New cards

How does sample rate affect file sizes?

higher gives more accurate reproduction but larger file sizes as more measurements are stored

40
New cards

Bit depth

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

41
New cards

Bit rate

data (bits) required to store 1 second of sound, measured in kbps

42
New cards

Calculating bit rate

bit depth × sample rate

43
New cards

Units for frequency

Hertz (Hz)