1 Designing and Evaluating DSS User Interfaces Why is the user interface the most important component of a DSS?

Slides:



Advertisements
Similar presentations
Chapter 12 User Interface Design
Advertisements

1 Inspecting User Interface Quality in Web GIS Applications Juliano Schimiguel M. Cecília C. Baranauskas Claudia Bauzer Medeiros November-2004 UNICAMP.
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
0 - 0.
DIVIDING INTEGERS 1. IF THE SIGNS ARE THE SAME THE ANSWER IS POSITIVE 2. IF THE SIGNS ARE DIFFERENT THE ANSWER IS NEGATIVE.
MULT. INTEGERS 1. IF THE SIGNS ARE THE SAME THE ANSWER IS POSITIVE 2. IF THE SIGNS ARE DIFFERENT THE ANSWER IS NEGATIVE.
Addition Facts
Mehdi Naghavi Spring 1386 Operating Systems Mehdi Naghavi Spring 1386.
1 SEDIT & S/REXX SEDIT and S/REXX Mainframe-caliber tools for UNIX Offered by Treehouse Software, Inc.
Pasewark & Pasewark Microsoft Office 2003 : Introductory 1 INTRODUCTORY MICROSOFT WORD Lesson 4 – Formatting Text.
Microsoft Office Illustrated Fundamentals Unit C: Getting Started with Unit C: Getting Started with Microsoft Office 2010 Microsoft Office 2010.
Chapter 18 Designing User Interfaces
COMPUTER INTERFACES.
Designing a Graphical User Interface (GUI) 10 IST – Topic 6.
User Interfaces Interface IS the system UI an important determinant of success of MSS –Execution time –System versatility –Learning time for users, end.
This, that, these, those Number your paper from 1-10.
Addition 1’s to 20.
25 seconds left…...
Week 1.
Chapter 10: The Traditional Approach to Design
Systems Analysis and Design in a Changing World, Fifth Edition
© 2005 by Prentice Hall Chapter 12 Designing Interfaces and Dialogues Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey F. George.
Chapter 12 Designing Interfaces and Dialogues
Lesson 11 Presentation Graphics
13-1 © Prentice Hall, 2004 Chapter 13: Designing the Human Interface (Adapted) Object-Oriented Systems Analysis and Design Joey F. George, Dinesh Batra,
Chapter 14 The User View of Operating Systems
Chapter 17 – User Interface Design Objectives:
Chapter 14 Designing User Interfaces
Graphical User Interface Design
User Interface. What is a User Interface  A user interface is a link between the user and the computer. It allows the user and the computer to communicate.
Chapter 12 User Interface Design
Asper School of Business University of Manitoba Systems Analysis & Design Instructor: Bob Travica User interface Updated: December 2014.
From Model-based to Model-driven Design of User Interfaces.
Chapter 8 Improving the User Interface
© De Montfort University, Characteristics of Good Dialogues Howell Istance Department of Computer Science De Montfort University.
Dialog Styles. The Five Primary Styles of Interaction 4 Menu selection 4 Form fill-in 4 Command language 4 Natural language 4 Direct manipulation.
Dialog Styles. The Six Primary Styles of Interaction n Q & A n Menu selection n Form fill-in n Command language n Natural language n Direct manipulation.
Lecture 7 Date: 23rd February
1 / 31 CS 425/625 Software Engineering User Interface Design Based on Chapter 15 of the textbook [SE-6] Ian Sommerville, Software Engineering, 6 th Ed.,
Ch 7 & 8 Interaction Styles page 1 CS 368 Designing the Interaction Interaction Design The look and feel (appearance and behavior) of interaction objects.
User Interface Design Users should not have to adapt to a piece of software; the software should be designed to fit the user.
© 2005 by Prentice Hall Chapter 3c Designing Interfaces and Dialogues.
Dialogue Styles.
Chapter 12 Designing Interfaces and Dialogues
Microsoft Visual Basic 2012 CHAPTER TWO Program and Graphical User Interface Design.
Systems Analysis and Design in a Changing World, 6th Edition
Revision Lesson : DESIGNING COMPUTER-BASED INFORMATION SYSTEMS.
Chapter 11: Interaction Styles. Interaction Styles Introduction: Interaction styles are primarily different ways in which a user and computer system can.
Systems Analysis and Design in a Changing World, 6th Edition
Ch 6 - Menu-Based and Form Fill-In Interactions Yonglei Tao School of Computing & Info Systems GVSU.
CGMB214: Introduction to Computer Graphics
11.10 Human Computer Interface www. ICT-Teacher.com.
User interface design. Recap OOD is an approach to design so that design components have their own private state and operations Objects should have constructor.
Unit 1_9 Human Computer Interface. Why have an Interface? The user needs to issue instructions Problem diagnosis The Computer needs to tell the user what.
Lecture 6 User Interface Design
Q Q Human Computer Interaction – Part 1© 2005 Mohammed Alabdulkareem Human Computer Interaction - 1 Dr. Mohammed Alabdulkareem
Editors And Debugging Systems Other System Software Text Editors Interactive Debugging Systems UNIT 5 S.Sharmili Priyadarsini.
E.g.: MS-DOS interface. DIR C: /W /A:D will list all the directories in the root directory of drive C in wide list format. Disadvantage is that commands.
Define and describe operating systems which contain a Command Line Interface (CLI) Define and describe operating systems which contain a Graphical User.
Different Types of HCI CLI Menu Driven GUI NLI
USER INTERFACE DESIGN (UID). Introduction & Overview The interface is the way to communicate with a product Everything we interact with an interface Eg.
Systems Analysis and Design in a Changing World, 6th Edition 1 Chapter 7 - Designing the User and System Interfaces.
CIS 210 Systems Analysis and Development Week 7 Part II Designing Interfaces and Dialogues,
Oct 091 Example Program DemoInputValidation1.java DemoInputValidation2.java.
Knowledge Based Systems ExpertSystems Difficulties in Expert System Development u Scarce resources – new technology – demand for trained personnel u Development.
Decision Support System by Simulation Model (Ajarn Chat Chuchuen) 1 Chapter 6 User Interface Management.
Chapter 2 Hix & Hartson Guidelines.
Unit 2 User Interface Design.
Software engineering USER INTERFACE DESIGN.
GRAPHICAL USER INTERFACE
Presentation transcript:

1 Designing and Evaluating DSS User Interfaces Why is the user interface the most important component of a DSS?

2 User Interface: An Overview zA set of menus, icons, commands, graphics zHardware and software zProvides cues for desired actions by the user A User Interface puzzle Designing and Evaluating DSS User Interfaces, D. J. Power

3 User Interface: An Overview zA well-designed user interface can: yIncrease human processing speed yReduce errors yIncrease productivity yCreate a sense of user control Designing and Evaluating DSS User Interfaces, D. J. Power

4 Issues Related to Building an Interface zUser interface style yIs the style or combination of styles appropriate? What styles are used in the user interface? zScreen design and layout yIs the design easy to understand and attractive? Is the design symmetric and balanced?

5 Issues Related to Building an Interface zThe human-software interaction sequence yIs the interaction developed by the software logical and intuitive? Do people respond predictably to the interaction sequence? zUse of colors, lines and graphics yAre colors used appropriately? Do graphics improve the design or distract the user?

6 Issues Related to Building an Interface zInformation density yIs too much information presented on a screen? Can users control the information density? zUse of icons and symbols yAre icons understandable? zChoice of input and output devices yDo the devices fit the task?

7 User Interface Input Styles zCommand-line Interfaces zMenu Interfaces zGraphical User Interfaces zQuestion and Answer Interfaces zVoice, touch, immersive zMost DSS use a combination of styles Building Blocks Designing and Evaluating DSS User Interfaces, D. J. Power

8 Command-Line >RUN Analyzer >LOAD sales.dat >DISPLAY CHART a method of interacting with a computer via a text terminal. Commands are entered as typed characters from a keyboard and output is also received as text. The > carat is the command prompt. Designing and Evaluating DSS User Interfaces, D. J. Power

9 Menu a list of entries for the user to choose from Designing and Evaluating DSS User Interfaces, D. J. Power

10 Graphical User Interface A graphical user interface or GUI (pronounced "gooey") use a mouse pointer to act on objects Designing and Evaluating DSS User Interfaces, D. J. Power

11 Question and Answer A type of dialogue in which a computer displays questions, one at a time, for a user to answer. Designing and Evaluating DSS User Interfaces, D. J. Power

12 Voice, touch, immersive z Voice Command Language z Natural language z Immersive 3D User Interface z A CAVE with four sides (three walls and a floor) is used as a display and interaction space. Designing and Evaluating DSS User Interfaces, D. J. Power

13 ROMC Design Approach zRepresentations zOperations zMemory Aids zControl Aids Designing and Evaluating DSS User Interfaces, D. J. Power

14 Innovative Representations Designing and Evaluating DSS User Interfaces, D. J. Power

15 Operations zOperations are specific tasks that a decision- maker can perform with a DSS zFor example, a DSS may have operators to gather data, generate a report, retrieve alternatives, rate alternatives, add alternatives, etc. zAnalysts need to decide how operations will be controlled from the user interface. Will menus be used? Icons?

16 Memory Aids zSupport the use of representations and operations zExample: icon tips

17 Control Aids zDSS control aids are intended to help decision-makers use representations, operations and memory aids zControl aids help decision-makers direct the use of the DSS zGeneric control aids ySave, edit, undo, and delete

18 Building the DSS User Interface z Get started - identify the user, brainstorm capabilities z Design screens and respond quickly to feedback z Pay attention to the interaction -- try it, analyze it, simplify it, change it, try it... Designing and Evaluating DSS User Interfaces, D. J. Power

19 Design Elements z Graphics are useful - communicate one main idea z Color enhances the interface z Symmetry -- balanced proportions, beauty of form z Provide guidance to users Designing and Evaluating DSS User Interfaces, D. J. Power

20 Guidelines z Strive for consistency z Provide informative feedback z Design dialogs to create closure z Permit easy reversal of actions z Reduce information overload Designing and Evaluating DSS User Interfaces, D. J. Power

21 Factors influencing design success z DSS speed z Versatility of DSS -- multiple tasks z Quality of on-line help z Adaptability of the DSS z Uniformity of interface z Learning time z Ease of recall z Fun The design of user interface software is not only expensive and time-consuming, but it is also critical for effective system performance. Designing and Evaluating DSS User Interfaces, D. J. Power