Interaksi Manusia dan Komputer Handling Error 1/11 HANDLING ERRORS Dialog User Komputer Types of Doc / Help Presentation Issues User Model Doc Organization.

Slides:



Advertisements
Similar presentations
NoodleTools Create a Reference list. What is NoodleTools? Create, organize and store Create a bibliography Take notes online Organize your notes Create.
Advertisements

Help and Documentation. 2 Agenda User Support Requirements Types of doc/help User Support Approaches Presentation issues.
Constraints and Errors An ounce of prevention…. Outline Part 1 comments Recap Norman About errors Mistakes and slips Error prevention guidelines Error.
VIM: The basics Tang Wai-Chung, Matthew (MaFai) 29/12/2006.
Constraints and Errors
1 SWE Introduction to Software Engineering Lecture 26 – User Interface Design (Chapter 16)
Backup and Recovery Part 1.
Word Processing basics
Google MapReduce Simplified Data Processing on Large Clusters Jeff Dean, Sanjay Ghemawat Google, Inc. Presented by Conroy Whitney 4 th year CS – Web Development.
Forms - Getting the most out of your website visitorsby Frank West, 6 August 2013 Frank West Front end web developer Lover of
Ch 21 Command Syntax Using the DIR Command with Parameters and Wildcards.
Introduction to Visual Basic. Quick Links Windows Application Programming Event-Driven Application Becoming familiar with VB Control Objects Saving and.
Millennium Cataloging Rich Edwards Program Manager, Technical Services Washington State Library.
Making a great Project 2 OCR 1994/2360. User Documentation Your User Documentation is the instructions for how to use the system you have created It is.
Return to the Word 2007 web page Lesson 2: Creating and Editing Business Letters.
1. Reminder of Symbols 2. Dialog Boxes 3. listdlg() 4. msgbox() 5. questdlg() 6. menu() Dialog Boxes Applications of Cell-Arrays 1.
Introduction to Vim Robbie CSCI2100 Data Structures Tutorial 3.
CERN - IT Department CH-1211 Genève 23 Switzerland t DB Development Tools Benthic SQL Developer Application Express WLCG Service Reliability.
Errors & Help An ounce of prevention.... Microsoft’s Spectacular Errors Adobe UI Gripes Fall 2006PSYCH / CS
User Support Chapter 8. Overview Assumption/IDEALLY: If a system is properly design, it should be completely of ease to use, thus user will require little.
VCE IT Theory Slideshows By Mark Kelly Vceit.com Problem Solving Methodology 3 Development.
Web Development 101 Presented by John Valance
Input Design Lecture 11 1 BTEC HNC Systems Support Castle College 2007/8.
Introduction to Unix (CA263) File Editing By Tariq Ibn Aziz.
| ICD-11 Field Trials update | 16 Oct |1 | ICD-11 Field Trials Progress & Way forward Nenad Kostanjsek Classifications, Terminologies, Standards.
Industrial Electronic Department Copyright of German Malaysian Institute. All rights reserved.
Peter Andreae Computer Science Victoria University of Wellington Copyright: Peter Andreae, Victoria University of Wellington Loops and Input COMP 102 #
Ch16: User Interface Design Users often judge a system by its interface rather than its functionality Poorly designed interfaces can cause users to make.
Group Booking : Reserve Multiple Rooms In Single entry Book Multiple Rooms in Single Entry.
Fall 2002CS/PSY Help and Documentation It’s In The Manual Agenda Guidelines Types of doc/help Presentation issues Doc organization.
AJAX with ASP.NET MVC Telerik Software Academy
Nencho Nenchev Doroteya Agayna Telerik Software Academy Telerik Support Leads.
Fall 2002CS/PSY Preventing Errors An Ounce of Prevention Errors  Avoiding and preventing  Identifying and understanding  Handling and recovering.
© The McGraw-Hill Companies, 2006 Chapter 3 Iteration.
Midterm Exam Topics (Prof. Chang's section) CMSC 201.
Constraints and Errors An ounce of prevention…. Outline Questions? Project reminder Recap Norman About errors Mistakes and slips Error guidelines.
Chapter 4 Helpful Tips and Navigation. OBJECTIVES Identify the common elements on a MedTrak screen Use the function keys Use the Tab key Select an item.
Guidance With Children Have you ever heard an adult tell a child “Act Your Age” Children usually do act their age, but adults don’t always know what to.
Virtualization Borislav Varadinov Telerik Software Academy academy.telerik.com System Administrator
6. (supplemental) User Interface Design. User Interface Design System users often judge a system by its interface rather than its functionality A poorly.
What is Automatic mode? In Manual mode all commands and required data are entered by the user. These commands, data and main results are copied to the.
10 Copyright © 2007, Oracle. All rights reserved. Managing Undo Data.
E NGLISH Topic: HARDWARE, SOFTWARE, AND FIRMWARE (Оборудование, программное обеспечение и прошивка)
Dimo Dimov Support Lead, Kendo UI Telerik Telerik Software Academy
Support for How to Fix Bitdefender Antivirus Error 100?
Human Computer Interaction Lecture 21 User Support
4.2 Microsoft Word.
Human Computer Interaction Lecture 21,22 User Support
Case Management System
Errors & the Art of Error Assistance
Dialog Boxes Applications of Cell-Arrays
Testing and Debugging.
Guide To UNIX Using Linux Third Edition
INSTRUCTIONS TO COMPLETE 2017 POOL RE MEMBER DATA RETURN
Software User Documentation
Command Syntax Chapter 2 Using the DIR Command with
Software engineering USER INTERFACE DESIGN.
PSS SOURCING ENHANCEMENTS August, 28th 2014.
Team A.W.E.S.O.M.-O 4000 February 20, 2007.
Copyright Catherine M. Burns
AP CLASS POLICIES One of the objectives of taking AP Calculus is to pass the AP test, thus the following classroom policies will be followed to align with.
GRAPHICAL USER INTERFACE
Common Errors for HW4.
Chapter 2 Basic vi Editor.
Доц. Д-р Петя Кабакчиева Доц. Д-р Калоян Харалампиев
Help and Documentation It’s In The Manual
VCE IT Theory Slideshows
PYTHON LESSON 5 Mr. Kalmes.
M3 D2 Effectively lead a team & evaluate your leadership abilities
Presentation transcript:

Interaksi Manusia dan Komputer Handling Error 1/11 HANDLING ERRORS Dialog User Komputer Types of Doc / Help Presentation Issues User Model Doc Organization

Interaksi Manusia dan Komputer Handling Error 2/11 Errors Types  Perceptual Error  Cognitive Error  Motor Error Slip Types 1.Capture error 2.Description error 3.Data driven error 4.Associative activation 5.Loss of activation 6.Mode errors

Interaksi Manusia dan Komputer Handling Error 3/11 Error Prevention Guidelines  Eliminate modes or provide visible cues for modes  Use good coding techniques (color, style)  Maximize recognition, minimize recall  Design non-similar motor sequences or commands  Minimize need for typing  Test and monitor for errors and engineer them out  Allow reconsideration of action by user (e.g., removing file from trash)

Interaksi Manusia dan Komputer Handling Error 4/11 Error Recovery Guidelines  Provide appropriate type of response  Query - Ask user what should’ve been done, then allow error action as legal one  Provide undo function  Provide cancel function from operations in progress  Require confirmation for drastic, destructive commands  Provide reasonableness checks on input data  Return cursor to error field, allow fix  Provide some intelligence  Provide quick access to context-sensitive help

Interaksi Manusia dan Komputer Handling Error 5/11 USER COMPUTER DIALOG Three phases Read-scan phase -- Perceptual errors Think phase -- Cognitive errors Respond phase -- Motor errors

Interaksi Manusia dan Komputer Handling Error 6/11 TYPES OF DOC / HELP Never a replacement for bad design, but essential Simple system –User walks up and uses it –Name some Most other systems with rich features require help

Interaksi Manusia dan Komputer Handling Error 7/11 TYPES OF DOC / HELP User Support Approaches  Command assistance  Command prompts  Context-sensitive help  On-line tutorials  On-line documentation Types Of Doc / Help 1. Tutorial 2. Quick reference/review 3. Reference Manual (Full explanation) 4. Context-sensitive (task-specific) help

Interaksi Manusia dan Komputer Handling Error 8/11 PRESENTATION ISSUE 1. How is help requested? 2. How is help displayed? 3. Effective presentation of help 4. Implementation issues

Interaksi Manusia dan Komputer Handling Error 9/11 USER MODEL How is user model constructed and maintained? 1. Quantification - Numeric levels of use Constructed and maintained 2. Stereotype 3. Overlay model

Interaksi Manusia dan Komputer Handling Error 10/11 DOC ORGANIZATION 1. State educational objectives 2. Present concepts in logical sequence, increasing order of difficulty 3. Avoid forward references 4. Make sections have roughly equal amounts of material 5. Have plenty of examples, complete sample sessions

Interaksi Manusia dan Komputer Handling Error 11/11 DOC ORGANIZATION Each concept section:  Explain reason for concept  Describe concept in task-domain semantic terms  Show computer-related semantic concepts  Offer syntax Table of contents and index are important Keep reading level simple