Chapter 7 Flashcards

1
Q

What was the first interaction style?

A

Command line

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

2 traits of using command-line:

A
  • Users will rely on recall rather than recognition.
  • Users must initiate rather than respond.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

4 Advantages to command-line:

A
  • Direct access to system functionality
  • Useful for repetitive tasks
  • Good for expert users
  • powerful
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

4 Disadvantages to command-line:

A
  • Requires extensive training.
  • Needs precise syntax.
  • More room for error.
  • It is text-only.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

3 reasons why excessive functionality is a design error:

A
  • It slows learning.
  • More room for error.
  • requires more tutorials and help.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

3 ways to organize commands in command-line:

A
  • Simple command set: each command is chosen to carry out a single task.
  • Command + arguments/options: Follow each command with one or more arguments (COPY FILE A, FILE B, DELETE FILE A)
    High error rates and low learnability, but more powerful
  • Hierarchical command structure: The full set of commands is organized into a tree structure. Easier to use and learn because it’s more consistent.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

4 Advantages to natural language:

A
  • Requires less training.
  • Easy to use
  • Users don’t have to learn commands, syntax, menus etc.
  • Suitable for novice users who know the task domain well.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

4 disadvantages to natural language:

A
  • Difficult to program.
  • Speech recognition problems.
  • Some different words may sound the same. ex: “Carrot” and “Caret”.
  • You can disturb the people around you.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly