Representing Data

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions
Get a hint
Hint

What is the sample rate?

1 / 40

41 Terms

1

What is the sample rate?

Number of audio samples captured per second measured in hertz

New cards
2

How does sample rate affect file sizes?

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

New cards
3

What is the bit depth?

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

New cards
4

What is the bit rate?

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

New cards
5

What is an analogue signal?

continuous varying signal to represent sound waves

New cards
6

What is analogue to digital conversion?

Converting analogue signal into digital format for a computer to store

New cards
7

Why do we need ADC?

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

New cards
8

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.

New cards
9

What are the units for frequency?

Hertz

New cards
10

What is data?

raw facts and figures with no meaning

New cards
11

What is information?

processed data with meaning

New cards
12

How is data processed?

using an information system

New cards
13

Bit

smallest unit of digital data represented by a 1 or 0

New cards
14

Nibble

4 bits

New cards
15

Byte (B)

8 bits, used to represent 1 character

New cards
16

Kilobyte (Kb)

1024 bytes

New cards
17

Megabyte (Mb)

1024 kilobytes

New cards
18

Gigabyte (Gb)

1024 megabytes

New cards
19

Terabyte (Tb)

1024 gigabytes

New cards
20

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

to describe memory capacity

New cards
21

In real life, data is stored in..

analogue format

New cards
22

In computers, data is stored in…

digital format

New cards
23

Numeric (integer)

positive or negative whole numbers

New cards
24

Numeric (real)

positive or negative numbers, including decimal/ fractional parts

New cards
25

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

New cards
26

Character

A single letter or digit represented by codes from character set

New cards
27

What is ASCII

character set with each character represented uniquely by a single byte

New cards
28

String

Textual data in the form of a sequence of characters

New cards
29

What is a pixel?

Smallest unit of an image displayed with its own colour

New cards
30

What is resolution?

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

New cards
31

Effect of resolution on file size

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

New cards
32

Typical bits per pixel (JPEG)

24 bits

New cards
33

How are bitmap graphics stored?

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

New cards
34

How are vector based graphics stored

mathematical instructions to create shapes and lines

New cards
35

Difference between bitmap and vector based graphics

Bitmap loses quality when resized while vector scales

New cards
36

Formats for bitmap graphics

  • .bmp

  • .dib

  • jpeg

  • gif

  • tiff

  • .png

New cards
37

Formats for vector based graphics

  • .svg

  • .cgm

  • .odg

  • .eps

  • .xml

New cards
38

What is streaming?

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

New cards
39

How does streaming work?

downloading in ‘real time’ to prevent waiting

New cards
40

What is a buffer?

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

New cards
41

What does bufferring do?

prevents possible interruptions if there are time delays in streaming

New cards
robot