InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a design principle that allow the user to maintain control?(a) Provide for flexible interaction(b) Allow user interaction to be interrupt-able and undo-able(c) Show technical internals from the casual user(d) Design for direct interaction with objects that appear on the screenI have been asked this question by my school teacher while I was bunking the class.This interesting question is from User Interface Design in chapter Design and Implementation of Software Engineering |
|
Answer» RIGHT CHOICE is (c) SHOW technical internals from the casual user For explanation I would say: The user interface should MOVE the user into the virtual world of the APPLICATION. |
|