Download presentation
Presentation is loading. Please wait.
1
Dialog Design 1 Basic Dialog Styles
2
Dialog Styles Question and Answer Menu Input Form/Output Form
Input in Context of Output GUI Window Command Language
3
Question and Answer Complex display Simple Response
Gives programmers the most control over user responses. Useful for inexperienced users and infrequent tasks.
4
Question and Answer
5
Menu User chooses among predetermined options.
May use cursor movement, light pen, numbered responses, or icons Effective for inexperienced users May require structuring and submenus Easiest to program since user options are limited
6
Menu
7
Input Form/Output Form
Uses one form to input information and control commands, another to display the output Display sequence may vary with answers. Particularly effective when displayed form parallels a similar paper form.
8
Input Form/Output Form
9
Input Form/ Output Form
10
Input in Context of Output
Accepts input commands and data on the same form that displays the output. Effective for complex decision processes. May require training because of limited ability to give user instructions.
11
Input in Context of Output
12
GUI Window Designed to use mouse actions to launch and manipulate objects De facto standard for most modern applications.
13
Window
14
Command Language Uses verb-noun pairs to instruct computer
Easy to learn for simple applications. Can be layered, but provides very little user aid. Not common in a windows environment.
15
Command Language
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.