digital data Flashcards

1
Q

what is data and information?

A

data is raw facts and figures/meaningless/haven’t been processed
information has meaning added/has been processed

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

put these in correct order = smallest to largest

gigabyte, bit, byte, megabyte, nibble, terabyte, kilobyte

A

bit, nibble, byte, kilobyte, megabyte, gigabyte, terabyte

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

what’s the difference between integer and real numeric numbers?

A

integer is a whole number

real has a decimal place

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

what is date and time as a data type?

A

you can choose how to format the date/time

long, medium or short date/time

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

What’s a character

A

A letter, symbol or number

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

What’s a string

A

A ‘text’ or ‘alphanumeric’

eg. A name = Sue Black

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

What is a Boolean?

A

True/false

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

What is a pixel?

A

The smallest unit of an image

‘Picture’ and ‘element’

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

What is colour depth?

A

N-bits per pixel

eg. You can have 2n different colours! 22^ = 4

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

What is the resolution of an image?

what does it tell us?

A

The number of pixels per inch/cm

it tells us the quality of an image

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

What does a higher resolution lead too?

A

Higher overall image loading
Higher processing times
Higher overall image file transfer times

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

bitmap graphics (or raster graphics) have…

A
A grid of tiny pixels
Can edit individual pixels
High-quality images
Image can blur if stretched
Takes up loads of storage 
Takes a long time to load
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

vector graphics have…

A

Stores details about individual components
Made up of objects
Quality doesn’t depend on resolution
Can be resized without loss of quality
Lack of a need to store individual pixels

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

What’s the difference between streaming and buffering?

A
  • Streaming allows a video to be viewed straight away without having to wait for the full video to be downloaded
  • Buffering holds the downloaded segments that have not yet been played
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is Sample Rate

A

• The quantity of samples taken per second
Measured in Hertz (Hz)
• Sample Rate higher = better quality
• Sample rate lower = reduces quality
• requires more storage space and more CPU time/processing power

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

What is Bit Depth

A
  • number of bits that is allocated per sample taken

* higher quality sound requires a higher bit depth

17
Q

What is Bit Rate?

A

• number of bits required to store 1second of sound
bits per second (bps) or kilobits per second (Kbps)
• bit depth x sample rate = bit rate
• a high quality sound indicates a high quality sound

18
Q

What is Analogue

A

The original sound

19
Q

What does an Analogue to digital converter do?

A

It will sample a sound wave at regular time intervals

20
Q

Examples of image files

A

JPEG, BMP, tiff, png, Pict and gif

21
Q

Examples of text files

A

Txt, cvs, rtf and pdf

22
Q

Examples of sound files

A

wav, mp3, wma and midi

23
Q

Examples of video files

A

MPEG, mp4 and avi

24
Q

Data compression is…

A

Converting digital data to as small a size as possible while still maintaining the quality of the data

25
What is lossy compression?
Removes some data to reduce file size. Once file has been compressed, it is permanently lost
26
What is lossless compression?
It maintains quality. Reduces file by ‘zipping’ it up and then ‘unzip’ to what it was before