Give a brief explanation of the Eight Golden Rules of Interface Design. State an example you have seen on a device, computer interface or web site that violates those rules.

What will be an ideal response?


The Eight Golden Rules of Interface Design are listed here (also see DTUI6 Section 3.4 of DTUI6):
1) Strive for consistency
2) Cater to universal usability
3) Offer informative feedback
4) Design dialogs to yield closure
5) Prevent errors
6) Permit easy reversal of actions
7) Keep users in control
8) Reduce short-term memory load

Computer Science & Information Technology

You might also like to view...

What is the definition and purpose of digital watermarking?

What will be an ideal response?

Computer Science & Information Technology

What does the following line of code do to the selected cell?

Selection.Font.Bold = False A) Replaces the contents of the selected cell with "False" B) Turns off bold formatting in the selected cell. C) Nothing, it contains a syntax error. D) Turns on bold formatting in the selected cell.

Computer Science & Information Technology

________ is an add-in that enables you to relate tables and external data from multiple sources

Fill in the blank(s) with correct word

Computer Science & Information Technology

What theme attribute is not used for applying color branding to your application?

a. colorPrimary b. colorStatusBar c. colorAccent d. colorPrimaryDark

Computer Science & Information Technology