Lecture_8[1]
Lecture_8[1]
Interface design: The process of defining how the system will interact with external entities.
User Interface Mechanisms (fundamental parts)
• Navigation: the way in which the user gives instructions to the system (EX: buttons, menus).
• Input: the way in which the system takes information (EX: forms for adding new customers).
• Output: the way in which the system provides information to the user (EX: reports, web pages).
Form: A business document that contains some predefined data and areas where additional data are to be filled in. EX:
employment applications.
Report: A business document that contains only predefined data. Typically contains data from many unrelated records or
transactions. EX: weekly sales summaries by salesperson. It can be printed on paper or computers.
Providing Help
• Simplicity
▪ Use short, simple wording, common spelling.
▪ Give users only what they need to know, with the ability to find additional information.
• Organization
▪ Use lists to break information into manageable pieces.
▪ Information in help messages should be easily absorbed by users.
• Demonstrate
▪ It is useful to explicitly show users how to perform an operation.
▪ Provide examples of proper use and the outcomes of such use.