8 golden Rules of interfaces design Flashcards

1
Q

Strive for consistency

A

tbd

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

Cater to universal usability

A

tbd

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

Offer informative feedback

A

tbd

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

Design dialogs to yield closure

A

tbd

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

Prevent errors

A

Make the error message specific. “You entered ABC, but I was expecting lower case”. Make it constructive. Tell them what to do to make it right. Understand the difference between mistakes and slips.

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

Permit easy reversal of actions

A

tbd

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

Support internal locus of control

A

tbd

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

Reduce short term memory

A

Users don’t want to have to remember everything, they want things to work.

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

In relation to Preventing Errors, what is a slip and a mistake?

A

Norman (1983) Mistake is a misunderstanding, not understanding what the problem really is.

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

In relation to Preventing Errors, how do you correct actions?

A

Grey out inappropriate actions

Selection rather than freestyle typing

automatic completion

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

In relation to Preventing Errors, how do you complete sequences?

A

Single abstract commands

Macros and subroutines

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