Encoding data Flashcards

1
Q

What is encoding data?

A

Encoded data is data replaced with short codes.
Example: Male/Female as M/F
Red/Green/Blue as R/G/F

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

What do we call a way of encoding an opinion?

A

A value judgement.

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

What are the different data types?

A
  • Boolean
  • Integer
  • Real
  • Text/string
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Definition and example of - BOOLEAN (data type)

A

It can hold one of two values.

Example: Yes/No, True/False, Male/Female, 1/0

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

Definition and example of - INTEGER (data type)

A

Holds whole numbers.

Example: 1, 2, 3, 4, 5.

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

Definition and example of - REAL (data type)

A

Holds decimal numbers.

Example: currency, 1.25

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

Definition and example of - TEXT/STRING (data type)

A

Holds any alphanumeric character, including letters, numbers and symbols.

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

What is a value judgement?

A

When there is no absolute agreement on the value of a data item. When this happens a value judgement is coded for computer input.
- A value judgement is a matter of opinion rather than fact

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

State an example of a value judgement.

A

Example: the following data may be collected on a dating agency form - I am: handsome /good looking / average / ugly
With value judgements there may be no single correct value, the value depends on someone’s opinion.

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

Advantages of encoding data.

A
  • Takes up less storage space in computers memory, m is one character male is 4 characters
  • Less chance of transcription errors because the user is tying fewer characters
  • Takes less time to type and is therefore faster to enter data
  • Greater consistency of data the user is using a restricted set of values
  • Processing is faster because less RAM is required
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Disadvantages of encoding data.

A
  • The precision of the data may be coarsened as there is a lack of choices.
    Example: light brown hair/ brow hair/ dark brown hair may all be classed as brown.
    This loss of precision must be weighed against its advantages; clearly a shorter survey will take less time to complete but Is likely to contain coarser data
  • No agreement as value judgements depend on opinions.
    Example: one person’s hot curry may be another person’s medium
How well did you know this?
1
Not at all
2
3
4
5
Perfectly