Human Computer Interface Prototype

Slides:



Advertisements
Similar presentations
Collections Management Software for Museums and Archives r e d i s c o v e r y s o f t w a r e. c o m O V E R V I E W P R E S E N T A T I O N.
Advertisements

Basic Computer Skills Windows & the Internet.
User Modeling CIS 376 Bruce R. Maxim UM-Dearborn.
User Interface Structure Design
Asper School of Business University of Manitoba Systems Analysis & Design Instructor: Bob Travica User interface Updated: December 2014.
Principles of Web Design 5 th Edition Chapter Nine Site Navigation.
Copyright 1999 all rights reserved The HCI Design Process n User Interfaces are not just built by sitting down and drawing up designs for them n Just like.
Operating Systems First Program to load. Controls Hardware And software. Enable User to operate PC( Personal Computer) –Examples: DOS: Disk Operating.
What is usability? Usability (1): effective, efficient and satisfactory Usability (2): Ease of learning (faster the second time and so on) Recall (remember.
CS5540 HCI Assignment 4 Designing a Special Needs Nathan Black Taeho Kim 8 Dec 2004.
Introducing SysAid 5.0 New Features. /102 Content New Graphic User Interface Satisfaction Survey vPro Support Various Remote Control Support Backup database.
 Introduction  Interface Design Failures  Design Failure explained  Interaction Techniques  Conclusion.
User Interface Design Chapter 11. Objectives  Understand several fundamental user interface (UI) design principles.  Understand the process of UI design.
Module 3 Productivity Programs Common Features and Commands Microsoft Office 2007.
Windows & The Internet. Objectives: Identify and use computer hardware Open and close a desired program Switch back and forth between open windows Create.
Chapter 12 Designing the Inputs and User Interface.
Basic Navigation in SAP For the Windows Graphical User Interface (GUI) Click your mouse anywhere or select “Page Down” to scroll through the pages.
INTRODUCTION TO FRONTPAGE. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features Features  Starting Front Page Starting Front Page  Components.
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
Introduction To Microsoft Word C Apply intermediate skills in utilizing word processing software Word processing programs make the writing process.
Chapter 3 – Part 1 Word Processing Writer for Linux CMPF 112 : COMPUTING SKILLS.
Productivity Programs Common Features and Commands.
PowerPoint Presentation for Dennis, Wixom, & Tegarden Systems Analysis and Design with UML, 3rd Edition Copyright © 2009 John Wiley & Sons, Inc. All rights.
User Interface Structure Design Chapter 11. Key Definitions The user interface defines how the system will interact with external entities The system.
Slide 1 Chapter 11 User Interface Structure Design Chapter 11 Alan Dennis, Barbara Wixom, and David Tegarden John Wiley & Sons, Inc. Slides by Fred Niederman.
Windows Listening Guide.  The software that manages the sharing of the resources of a computer. The overall function of the computer.  MASTER CONTROLLER.
INFO 355Week #71 Systems Analysis II User and system interface design INFO 355 Glenn Booker.
Lesson 01: Introduction to Database Software. At the end of this lesson, students should be able to: State the usage of database software. Start a database.
© 2010 Pearson Education, Inc. | Publishing as Prentice Hall1 Computer Literacy for IC 3 Unit 2: Using Productivity Software Chapter 1: Starting with Microsoft.
1 Alternate Navigation Methods Print Labels Any of the following navigation methods can be used in lieu of what was displayed in the Video Demonstration.
Software 3 See Edmodo for images Group name: topcat Group code: i4qf9a 11/03/11.
Cs413_design02.ppt GUI Design The User Controls Navigation Traditional GUI design the designer can control where the user can go gray out menu options.
Basic Computer Skills Windows & the Internet vfu.bg/en/e-Learning/
Dive Into® Visual Basic 2010 Express
Core ELN Training: Office Web Apps (OWA)
Lesson 1: Word – Working with Word Basics
MS PowerPoint.
Designing the Inputs and User Interface
Module 5 Proposal Creation.
International Computer Driving Licence Syllabus version 5.0
Chapter 11 Designing Inputs, Outputs, and Controls.
CIS 376 Bruce R. Maxim UM-Dearborn
System Design Ashima Wadhwa.
Planning and Building a Presentation
Usability engineering
Computer Modeling Fundamentals
Prototyping.
Designing Information Systems Notes
Basic Microsoft Word 2013.
Understand Windows Forms Applications and Console-based Applications
What is an operating system?
Boeing Supply Chain Platform (BSCP) Detailed Training
Computer Modeling Fundamentals
Exploring the Basics of Windows XP
4.2 Microsoft Word.
Upload/Download Receipts
Windows xp PART 1 DR.WAFAA SHRIEF.
Exploring the Basics of Windows XP
Usability Techniques Lecture 13.
Mockups and Prototypes
Teaching slides Chapter 6.
Chapter 10 Interaction design
Shneiderman’s measurable criteria
Overview of Contract Association Batch Upload
Human and Computer Interaction (H.C.I.) &Communication Skills
Computer Modeling Fundamentals
Human and Computer Interaction (H.C.I.) &Communication Skills
ITEC 334 Fall 2009 Computer Programming in the Web Era
Computer Modeling Fundamentals
Windows Operating System
Presentation transcript:

Human Computer Interface Prototype Your Prototype Make the UI easy to learn ----- intuitive Make it easy to navigate --- again intuitive The interface defines how the user and the computer will proceed to accomplish a task. Data has substantiated that a well-designed graphical user interface decreases the user's learning curve and is able to lessen the user's mental load when using the application. User interfaces have been shown to impact usability when measured by such criteria as speed, accuracy, number of tasks completed, time to learn how to use the system, frequence of reference to documentation, and subjective measures regarding satisfaction with system and satisfaction with performance.

For the Prototype It must be a working prototype – executable. It should be executable from a hyperlink or downloadable to execute. It should allow entry into fields but no editing. It should allow correct navigation

Items included in HCI Prototype 1. List of HCI Screen used 2. HCI Screens 3. Navigation Matrix 4. Presentation Other Considerations Be consistent not only within your application, but attempt to use the same conventions that other applications use. This is not the place to be inventive. Even if you devise a better method, if it conflicts with standard conventions, you will only confuse your users. If practical, give the users the ability to customize their display elements. This might consist of letting users select the toolbar bar buttons for functions they use most or allowing them to select the location of buttons or icons. Do not rely solely on a mouse for navigation. If the mouse fails and you do not provide alternate keyboard controls, your users may be stuck. Which is better?

For the Presentation List of HCI Screen Used List of Screens/Reports User Interfaces Screen/Report ID Screen/Report Name Use Case Used In Scr#### Name of Screen UC1, UC4……. ……… Other Considerations Be consistent not only within your application, but attempt to use the same conventions that other applications use. This is not the place to be inventive. Even if you devise a better method, if it conflicts with standard conventions, you will only confuse your users. If practical, give the users the ability to customize their display elements. This might consist of letting users select the toolbar bar buttons for functions they use most or allowing them to select the location of buttons or icons. Do not rely solely on a mouse for navigation. If the mouse fails and you do not provide alternate keyboard controls, your users may be stuck. Build a table that gives each screen a UNIQUE id , name and identify all the use cases in which this screen is used. Which is better?

For the Presentation HCI Screens 1. Build each Screen for the specific use case build the screen using the User Interface Environment Provided 2. Take a Screen Shot of the Screen If the software does not provide a mechanism to print then print the screen using print scrn Other Considerations Be consistent not only within your application, but attempt to use the same conventions that other applications use. This is not the place to be inventive. Even if you devise a better method, if it conflicts with standard conventions, you will only confuse your users. If practical, give the users the ability to customize their display elements. This might consist of letting users select the toolbar bar buttons for functions they use most or allowing them to select the location of buttons or icons. Do not rely solely on a mouse for navigation. If the mouse fails and you do not provide alternate keyboard controls, your users may be stuck. Which is better?

For the Navigation Matrix User Interface Navigation Matrix Template Screen1 Screen2 Screen3 N/A Other Considerations Be consistent not only within your application, but attempt to use the same conventions that other applications use. This is not the place to be inventive. Even if you devise a better method, if it conflicts with standard conventions, you will only confuse your users. If practical, give the users the ability to customize their display elements. This might consist of letting users select the toolbar bar buttons for functions they use most or allowing them to select the location of buttons or icons. Do not rely solely on a mouse for navigation. If the mouse fails and you do not provide alternate keyboard controls, your users may be stuck. Which is better?

Prototype Presentation Build a Presentation that walks the user thru the events that can happen in the use case and which screens will be displayed. Go over the data that is included in each of the screens so the user will understand its content. Other Considerations Be consistent not only within your application, but attempt to use the same conventions that other applications use. This is not the place to be inventive. Even if you devise a better method, if it conflicts with standard conventions, you will only confuse your users. If practical, give the users the ability to customize their display elements. This might consist of letting users select the toolbar bar buttons for functions they use most or allowing them to select the location of buttons or icons. Do not rely solely on a mouse for navigation. If the mouse fails and you do not provide alternate keyboard controls, your users may be stuck. Which is better?