Digital Data- Chapter 1 Flashcards

1
Q

What is Data?

A

Data is raw, unorganized facts that needs to be processed. Data has no meaning.

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

What is Information?

A

Information is when data is processed, organized, structured, or presented in a given context so as to make make it useful/meaningful.

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

REPRESENTING IMAGES
What is a Pixel?

A

A pixel, usually a square, is the smallest unit of a digital image that can be displayed and edited on a computer screen.

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

REPRESENTING IMAGES
What is Image Resolution?

A

The image resolution tells us the quality of an image, the more pixels the higher the quality and sharpness of the picture.

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

REPRESENTING IMAGES
What is a Bitmap?

A

Bitmap is an image made up of individual bits where each bit represents one pixel.

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

REPRESENTING IMAGES
What is a Vector?

A

Vector graphics are images that are completely described using mathematical definitions.

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

What is Streaming?

A

Streaming means listening to music or watching video in ‘real time’, instead of downloading a file to your computer and watching it later.

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

What is Buffering?

A

Buffering: preloading data into a reserved area of memory it is called buffering. ‘The Buffer’ is the name for the area in memory where data is pre-loaded.

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

Advantages and Disadvantages of Streaming

A

Advantage: accessible, doesn’t take up storage Disadvantage: Costly, Need internet connection

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

COMPRESSION

A

Data needs to be compressed to make files easier to send or store.

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

COMPRESSION
Data Compression

A

Data Compression is used to convert digital data to as small a size as possible while still maintaining the quality of the data contained in the file.

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

COMPRESSION
Lossy Compression

A

Lossy Compression reduces the file size by removing data such as taking colors out of a photo. E.g. JPEG. Data is lost forever

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

COMPRESSION
Lossless Compression

A

Lossless Compression maintains the quality of the file, so no data is lost. e.g. Zip

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

REPRESENTIG SOUND
Sample Rate

A

This is the number of audio sound samples captured every second to represent the sounds digitally and is measured in Hertz(H).

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

REPRESENTING SOUND
Bit Depth

A

Bit Depth is the number of bits used to store each sound sample. Higher quality sound requires a higher bit depth.

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

REPRESENTING SOUND
Bit Rate

A

Bit Rate refers to the quantity of data measured in bits that is processed in a given amount of time. This is usually in kilobits per second.

17
Q

DATA TYPES
Numeric

A

Integer Numbers: an integer can be a positive or negative whole number, which has no decimal or fractional parts.
Real Number: real numbers include whole numbers and numbers with decimal/ fractional parts. Real numbers can be positive or negative.

18
Q

DATA TYPES
Date/ Time

A

This determines the way that the date or time appears when it is displayed or printed by a computer.

19
Q

DATA TYPES
Character/ String

A

Character: A character is a single letter or digit represented by codes from the character set used by the coumputer.