Visual Analytics & Design Introduction Flashcards

1
Q

What is InfoVis?

A

It is a process of transforming information into a visual form enabling the viewer to observe, browse, make sense, and understand the information.

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

In InfoVis what is shown?

A

Data Abstraction

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

In InfoVis why is the user looking at it?

A

Task Abstraction

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

In InfoVis how is it shown?

A

Idiom: visual encoding and interaction

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

What can be visualized?

A

To answer this questions:

What dataset?

What types of data?

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

Why people are using vis in terms of actions and targets?

A

To answer this questions:

What tasks?

What purpose?

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

How to design vis idioms: encode, manipulate, facet, and reduce?

A

Techniques used to visually encode data.

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

What are the four levels of Design in InfoVis?

A
  • Domain situation
  • Data/task abstraction
  • Visual encoding/interaction idiom
  • Algorithm
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the domain level?

A

The users

Their questions

The vocabulary

The data

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

What is the abstraction level?

A

Abstract into domain independent vocabulary.

Appears different in the problem domain, actually same task.

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

What is the idiom level?

A

Create the visual representation.

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

What is the algorithm level?

A

How to actually get it done!

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

What are the two “Angles of Attack”?

A
  • Problem-driven
  • Technique-driven
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is Problem-driven?

A

Top-Down

Have a question, want to have a good way of answering it.

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

What is Technique-driven?

A

Bottom-Up

Want to develop a new algorithm.

No idiom seems to work for the tasks at hand.

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

What are the five basic data entities?

A
  • Items
  • Attributes
  • Links
  • Positions
  • Grids
17
Q

What is the first aspect to consider when designing a problem-driven visualization?

A

With problem-driven work, you start at the top domain situation level and work your way down through abstraction, idiom, and algorithm decisions.

18
Q

There are four different types of search actions in information visualization. What are they and when do they take place, depending on the nature of data?

A
  • Lookup: find it where you expect it.
    ex: locate yourself on your family tree.
  • Browse: know where it is, but not what it is.
    ex: who were my great-grandfather’s brother’s sons?
  • Locate: I know what, but not where.
    ex: how is Paul related to me in the family tree?
  • Explore: look for interesting things.
    ex: who were my ancestors? How did they relate to one another?
19
Q

What is the best channel to encode a quantitative variable: position or angle? Why?

A

Position.

The attributes encoded with position will dominate the user’s mental model — their internal mental representation used for thinking and reasoning — compared with those encoded with any other visual channel.

20
Q

Color consists of different components. Color hue, in particular, is more correctly used to encode attributes of a particular type. Name this attribute type and discuss the reason why this rule must be followed.

A

Identity Channels: Categorical Attributes.

The major design choice for color-map construction is whether the intent is to distinguish between categorical attributes or to encode ordered attributes.

21
Q

John needs to create a visualization to use in his neuroscience research to study brain cortex areas and their functions in mice. He asked his friends for help but they don’t seem to agree. While Mary argues that 3D should be avoided at all costs when creating an effective visualization, Joseph believes that it is the best option in this case. With whom do you agree and why?

A

If we have a need for visualization in clinical context and in a situation where we need to analyze three dimensional models, the 3D option is certainly better as it will also have to be production information in this case (eg: cuts, slices, etc…).

22
Q

What is the Pre-Attentive Processing (“Popout”)?

A

Low-level tasks that can be accomplished almost instantaneously (<250msec) without focused attention. Objects seem to “pop-out”.

23
Q

What is a mark?

A

The visual element (line, star, bar, wedge, etc.).

24
Q

What is a channel?

A

The visual property (length, size, shape, etc.).

25
Q

When to do not use bar charts?

A

Do not use bar charts for time series.

26
Q

When to do not use line charts?

A

Do not use line charts for comparison across categories.

27
Q

Where lines are better?

A

Lines: Better for trends.

28
Q

Where areas are better?

A

Areas: Better for totals.

29
Q

Point out three ways in which the following chart is misleading us:

A

1) Wrong scale, the first value could be zero or something more relevant (burried bar);
2) Bar chart in 3D not easy to compare;
3) Depft makes it difficult to tell each bar’s value;

30
Q

Consider the following dataset.

Indicate, for each attribute, what is its type?

A

name - Nominal

population - Ratio

capital - Nominal

fun - Ordinal

Year of foundation - Quantitative