What? Flashcards

1
Q

What are ‘What’ elements?

A

The input data for visualisation tools.

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

What are the type of data types in ‘What’ datasets?

A
  • Items
  • Attributes
  • Links
  • Positions
  • Grids
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a dataset?

A

A collection of information that is the target of analysis.

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

What are the two types of dataset availability?

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

What is static dataset availability?

A

Entire dataset is available all at once.

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

What is dynamic dataset avaiability?

A

Data is updated of the course of a session. Data may be added, deleted, or changed.

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

What are attributes?

A

Some specific property that can be measured, observed or logged.

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

What are categorical attribute types?

A

No implicit ordering. Categories distinguish whether two things are the same or different.

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

What are ordered attributes?

A

Ordered data that has some form of implicit ordering as opposed to unordered categorical data.

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

What are the two types of ordered data attributes?

A
  • Ordinal (not quantised)
  • Quantitative
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is sequential data?

A

A form of ordered data, where the value can range from minimum to maximum.

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

What is diverging data?

A

A form of ordered data, where the value can be deconstructed into two sequences pointing in opposite directions that meet a common zero point.

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

What is cyclic data (attribute)?

A

Values that wrap around back to a starting point as opposed to increasing indefinitely.

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

What a hierarchical attributes?

A

A hierarchical structure within an attribute or between multiple attributes.

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

What are semantics?

A

What the data actually is. Just knowing the type of an attribute does not tell us about its semantics.

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

What is a key attribute?

A

Acts as an index for the value attributes.

17
Q

What are flat tables?

A

Where each record has one key.

18
Q

What are multidimensional tables?

A

Combination of keys are required to look an item/record.

19
Q

What are set (dataset type)?

A

Unordered group of items.

20
Q

What are lists (dataset type)?

A

Ordered group of items