Chapter 14 Designing User Interfaces

Slides:



Advertisements
Similar presentations
Module 1: BLOCK 1 / MAIN MENU
Advertisements

Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Introduction to XHTML Programming the World Wide Web Fourth edition.
Getting Started with Microsoft Office 2007
BASIC SKILLS AND TOOLS USING ACCESS
6 Copyright © 2005, Oracle. All rights reserved. Building Applications with Oracle JDeveloper 10g.
Introduction to Metview
Tutorial 9 – Creating On-Screen Forms Using Advanced Table Techniques
XP New Perspectives on Microsoft Office Word 2003 Tutorial 6 1 Microsoft Office Word 2003 Tutorial 6 – Creating Form Letters and Mailing Labels.
XP New Perspectives on Microsoft Office Word 2003 Tutorial 7 1 Microsoft Office Word 2003 Tutorial 7 – Collaborating With Others and Creating Web Pages.
State of New Jersey Department of Health and Senior Services Patient Safety Reporting System Module 2 – New Event Entry.
Microsoft Access 2007 Advanced Level. © Cheltenham Courseware Pty. Ltd. Slide No 2 Forms Customisation.
Introduction to HTML, XHTML, and CSS
Microsoft®.
1 NatQuery 3/05 An End-User Perspective On Using NatQuery To Extract Data From ADABAS Presented by Treehouse Software, Inc.
Key Applications Module Lesson 11 — Using Microsoft Office 2003
Information Systems Today: Managing in the Digital World
© Paradigm Publishing, Inc Access 2010 Level 1 Unit 1Creating Tables and Queries Chapter 2Creating Relationships between Tables.
Creating Tables in a Web Site
Microsoft Access.
Vanderbilt Business Objects Users Group 1 Reporting Techniques & Formatting Beginning & Advanced.
XP New Perspectives on Introducing Microsoft Office 2003 Tutorial 1 1 Using Common Features of Microsoft Office 2003 Tutorial 1.
INTRODUCTION Lesson 1 – Microsoft Word Word Basics
Microsoft Office Word is an example of ____ software. a. Database b
© Paradigm Publishing, Inc Excel 2013 Level 1 Unit 2Enhancing the Display of Worksheets Chapter 8 Adding Visual Interest to Workbooks.
Benchmark Series Microsoft Excel 2013 Level 2
Chapter 18 Designing User Interfaces
COMPUTER INTERFACES.
CMPT 275 Software Engineering
Chapter 11 Designing Effective Output
Macromedia Dreamweaver MX 2004 – Design Professional Dreamweaver GETTING STARTED WITH.
Pasewark & Pasewark Microsoft Office XP: Introductory Course 1 INTRODUCTORY MICROSOFT WORD Lesson 8 – Increasing Efficiency Using Word.
Benchmark Series Microsoft Excel 2010 Level 1
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
Chapter 12 Working with Forms Principles of Web Design, 4 th Edition.
James A. Senn’s Information Technology, 3rd Edition
PSSA Preparation.
Chapter 11 Describing Process Specifications and Structured Decisions
Systems Analysis and Design in a Changing World, Fourth Edition
Lesson 13 Editing and Formatting Documents
Chapter 16 Designing Effective Input
© Paradigm Publishing, Inc Access 2010 Level 2 Unit 2Advanced Reports, Access Tools, and Customizing Access Chapter 8Integrating Access Data.
Management Information Systems, 10/e
Systems Analysis and Design
Chapter 17 – User Interface Design Objectives:
©Ian Sommerville 2006Software Engineering, 8th edition. Chapter 16 Slide 1 User interface design.
South Dakota Library Network MetaLib User Interface South Dakota Library Network 1200 University, Unit 9672 Spearfish, SD © South Dakota.
TIDE Presentation Florida Standards Assessments 1 FSA Regional Trainings Updated 02/09/15.
Chapter 8 Improving the User Interface
What’s new in WebSpace Changes and improvements with Xythos 7.2 Effective June 24,
Benchmark Series Microsoft Excel 2013 Level 2
Kendall & KendallCopyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall 14 Kendall & Kendall Systems Analysis and Design, 9e Human-Computer.
Human Computer Interface Systems Analysis and Design, 7e Kendall & Kendall 14 © 2008 Pearson Prentice Hall.
Chapter 12 Designing Effective Input
System Analysis and Design
User Interface Theory & Design
System Design System Design - Mr. Ahmad Al-Ghoul System Analysis and Design.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall Human-Computer Interaction Systems Analysis and Design, 8e Kendall & Kendall 14.
11.10 Human Computer Interface www. ICT-Teacher.com.
Sylnovie Merchant, Ph.D. MIS 161 Spring 2005 MIS 161 Systems Development Life Cycle II Lecture 3: Remember Prototyping? Data Storage Interface Design.
User Interface Theory & Design Lecture 6a 1.  User interface is everything the end user comes into contact with while using the system  To the user,
Chapter 16 Designing Effective Input Systems Analysis and Design Kendall and Kendall Fifth Edition.
ISYS 200Week #71 Systems Analysis I Interface Design ISYS 200 Glenn Booker.
1 Information System Analysis Information System Design.
System Design Ashima Wadhwa.
DATABASE DESIGN & DEVELOPMENT
Human and Computer Interaction (H.C.I.) &Communication Skills
Human and Computer Interaction (H.C.I.) &Communication Skills
Human and Computer Interaction (H.C.I.) &Communication Skills
Presentation transcript:

Chapter 14 Designing User Interfaces Systems Analysis and Design Kendall & Kendall Sixth Edition

© 2005 Pearson Prentice Hall Major Topics User interfaces Dialogue guidelines Feedback Help Ecommerce dialogue Data mining Ergonomics Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall The User Interface The user interface is the system that helps users communicate with the computer system and/or the application system Kendall & Kendall © 2005 Pearson Prentice Hall

User Interface Design Objectives To design a better user interface, use the following objectives: Match the user interface to the task. Make the user interface efficient. Provide appropriate feedback to users. Generate usable queries. Improve productivity of knowledge workers. Kendall & Kendall © 2005 Pearson Prentice Hall

Components of the User Interface The user interface has two main components: Presentation language, which is the computer-to-human part of the transaction. Action language that characterizes the human-to-computer portion. Kendall & Kendall © 2005 Pearson Prentice Hall

Types of User Interfaces There are several types of user interfaces: Natural-language interfaces. Question-and-answer interfaces. A menu interface. Form-fill interfaces. Command-language interfaces. Graphical User Interfaces (GUIs). Kendall & Kendall © 2005 Pearson Prentice Hall

Natural-Language Interfaces Natural-language interfaces permit users to interact with the computer in their everyday or "natural" language. Kendall & Kendall © 2005 Pearson Prentice Hall

Question-and-Answer Interfaces The computer displays a question for the user on the screen. The user enters an answer via the keyboard or a mouse click. The computer acts on that input information in a preprogrammed manner. New users may find the question-and-answer interface most comfortable. Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall A Menu Interface A menu interface, that provides the user with an onscreen list of available selections. A nested menu is a menu that can be reached through another menu. Kendall & Kendall © 2005 Pearson Prentice Hall

Advantages of Nested Menus The advantages of nested menus are: Less cluttered screen. Eliminate menu options which do not interest a user. Allow users to move quickly through the program. Kendall & Kendall © 2005 Pearson Prentice Hall

Graphical User Interface (GUI) Menus GUI menus guidelines: The main menu is always on the screen. The main menu uses single words. The main menu should have secondary menus grouped into similar features. Kendall & Kendall © 2005 Pearson Prentice Hall

Graphical User Interface (GUI) Menus GUI menus guidelines (continued): The secondary drop-down menus often consist of more than one word. Secondary options perform actions or display additional menu options. Menu items in grey are unavailable for the current activity. Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall Form-Fill Interfaces Form-fill interfaces are onscreen forms displaying fields containing data items or parameters that need to be communicated to the user. Form-fill interfaces may be implemented using the Web. Kendall & Kendall © 2005 Pearson Prentice Hall

Advantages and Disadvantages of Web Forms Advantages of using a Web-based form are: User enters the data. Data may be entered 24 hours a day, globally. Disadvantages of a Web-based form are: The experienced user may become impatient with input/output forms. Kendall & Kendall © 2005 Pearson Prentice Hall

Command-Language Interfaces Allow the user to control the application with a series of keystrokes, commands, phrases, or some sequence of these. Require memorization of syntax rules. May be an obstacle for inexperienced users. Kendall & Kendall © 2005 Pearson Prentice Hall

Graphical User Interfaces (GUIs) Allow direct manipulation of the graphical representation on the screen. Can be accomplished with keyboard input, joystick, or mouse. Requires more system sophistication than other interfaces. Kendall & Kendall © 2005 Pearson Prentice Hall

Voice or Speech Recognition Voice or speech recognition systems are developing rapidly There are two different types of voice recognition: Continuous speech systems, allowing for dictation. Speaker independence, so people can enter commands or words at a given workstation. Kendall & Kendall © 2005 Pearson Prentice Hall

Evaluating User Interfaces The five useful standards in evaluating the interfaces are: The training period for users should be acceptably short. Users early in their training should be able to enter commands without thinking about them, or referring to a help menu or manual. Kendall & Kendall © 2005 Pearson Prentice Hall

Evaluating User Interfaces The five useful standards in evaluating the interfaces are (continued): The interface should be seamless so that errors are few, and those that do occur are not occurring because of poor design. Time necessary for users and the system to bounce back from errors should be short. Infrequent users should be able to relearn the system quickly. Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall Dialog Dialog is the communication between a person and the computer Three key points to be considered are: Meaningful communication. Minimal user action. Standard operation and consistency. Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall Communication Communication means that the user understands the information that is being presented Users with less skill require a greater amount of communication Provide easy to use help screens Often these contain hyperlinks to other related help topics Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall Minimal User Action Minimal user action is achieved by: Entering codes instead of code meanings. Enter only data that are not stored on files. Not requiring users to enter editing characters. Supplying default values on entry screens. Providing inquiry, change, or delete programs with short entry fields. Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall Minimal User Action Minimal user action is achieved by: Providing keystrokes for selecting menu options that are normally selected using a mouse Selecting codes from a pull-down menu on a GUI screen Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall Standard Operation Standard operation is achieved by: Keeping header and footer information in the same locations for all screens. Using the same keystrokes to exit a program. Using the same keystroke to cancel a transaction. Using a standard key for obtaining help. Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall Standard Operation Standard operation is achieved by (continued): Standardized use of icons when using graphical user interface screens. Consistent use of terminology within a screen or Web site. Providing a consistent way to navigate through the dialog. Consistent font alignment, size, and color on a Web page. Kendall & Kendall © 2005 Pearson Prentice Hall

Tab Control Dialogue Boxes Tab control dialog boxes are a feature of GUI design. They should have logically grouped functions on each tab. Each tab dialog box should have OK, Cancel or Apply, and perhaps Help buttons. Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall Feedback All systems require feedback in order to monitor and change behavior by: Comparing current behavior with predetermined goals. Giving back information describing the gap between actual and intended performance. Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall Types of Feedback Feedback to the user is necessary in seven distinct situations: The computer has accepted the input. The input is in the correct form. The input is not in the correct form. There will be a delay in processing. The request has been completed. The computer cannot complete the request. More detailed feedback is available. Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall Program Help Program help comes in a variety of ways: Pressing a function key, such as F1. A GUI pull-down menu. Context-sensitive help, specific for the operation being performed. Iconic help, obtained when a cursor is left over an icon for a few seconds. Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall Program Help Program help comes in a variety of ways (continued): Wizards, which provide a series of questions and answers when trying to perform an operation Telephone help desks provided by the software manufacturer Software forums on nation wide bulletin boards Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall Ecommerce Dialog Extra considerations are needed when developing ecommerce Web sites. Feedback needs to be solicited from customers, using either of two methods: Launch the user’s email program. Create a blank feedback template with a submit button labeled “feedback”. Kendall & Kendall © 2005 Pearson Prentice Hall

Intuitive Navigation for Ecommerce Sites Intuitive navigation should be designed for: Creating a rollover menu. Building a collection of hierarchical links. Placing a site map on the home page and emphasizing the link to it from every page on the site. Placing a navigational bar on every inside page that repeats the categories used on the entry screen. Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall Types of Queries The six different types of queries are : Obtain specified data for a particular entity. Find a group of entities that have certain characteristics. Find attributes for an entity for certain characteristics. Display all the attributes for a certain entity. Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall Types of Queries The different types of queries are (continued): Find all entities with a certain characteristic. List attributes for all entities for certain characteristics. Kendall & Kendall © 2005 Pearson Prentice Hall

Entities, Attributes, and Values Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall Query Notation V is value, E is entity, A is attributes, variables in parentheses are given: Query type 1: V <--- (E,A) Query type 2: E <--- (V,A) Query type 3: A <--- (V,E) Query type 4: V <--- (E, all A) Query type 5: E <--- (V, all A) Query type 6: A <--- (V, all E) Kendall & Kendall © 2005 Pearson Prentice Hall

Methods for Implementing Queries There are two methods for implementing database queries: Query By Example (QBE), which allows users to select fields and specify conditions using a grid. Structured Query Language (SQL), which uses a series of keywords and commands to select the rows and columns that should be displayed. Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall SQL Example Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall Parameter Queries A parameter query allows users to enter a value to select records without changing the query syntax. Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall Web Searches Web searches uses search engines to answer a query. Guidelines for searching the Web are: Decide whether to search or surf the Web. Think of the key terms before searching. Construct the search questions logically, with attention to the use of AND and OR search logic. Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall Web Searches Guidelines for searching the Web are (continued): Use a metasearch engine that saves your searches Use a search engine that informs you of changes in the Web sites you select Look for new search engines periodically Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall Data Mining Data mining is gathering a large amount of information about a person and their habits and using that information as a predictor of future behavior. It must be carefully and ethically used to avoid infringing on an individual’s privacy. Kendall & Kendall © 2005 Pearson Prentice Hall

© 2005 Pearson Prentice Hall Data Mining Kendall & Kendall © 2005 Pearson Prentice Hall