G061 - Tailored Interfaces

Slides:



Advertisements
Similar presentations
The User Interface Making life easier for the user.
Advertisements

Human Computer Interface
Hamilton Venus Software User Interface Options
Designing a Graphical User Interface (GUI) 10 IST – Topic 6.
Chapter 3 Application Software p. 6.
DBSYSTEMS 1 of 23 Chapter 6 DB System Development: Forms and Reports 1 Based on G. Post, DBMS: Designing & Building Business Applications University of.
Tailoring Needs Chapter 3. Contents This presentation covers the following: – Design considerations for tailored data-entry screens – Design considerations.
Learning about software Interfaces.  In this lab, you will examine  Excel Spreadsheet Interface  Access Database Interface  You will also learn about.
Forms and Screen Design What is a form? A layout on screen which allows users to make choices, enter data or view data. They are found in: PC applications.
Human Computer Interface. HCI and Designing the User Interface The user interface is a critical part of an information system -- it is what the users.
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.
User Interface Design: Methods of Interaction. Accepted design principles Interface design needs to consider the following issues: 1. Visual clarity 2.
Ch 7 & 8 Interaction Styles page 1 CS 368 Designing the Interaction Interaction Design The look and feel (appearance and behavior) of interaction objects.
G063 - HCI Design Perception, Attention, Memory & Learning (PALM)
Wizards, Templates, Styles & Macros Chapter 3. Contents This presentation covers the following: – Purpose, Characteristics, Advantages and Disadvantages.
Revision Lesson : DESIGNING COMPUTER-BASED INFORMATION SYSTEMS.
Visual Basic Chapter 1 Mr. Wangler.
XP Chapter 4 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Collecting Data for Well-Designed Forms Chapter 4 “Making.
Ch 6 - Menu-Based and Form Fill-In Interactions Yonglei Tao School of Computing & Info Systems GVSU.
CORE 2: Information systems and Databases COLLECTING AND DISPLAYING FOR DATABASE SYSTEMS.
Formulas and Advanced Features R003. AO1: Use Formulas & features in your spreadsheet Invoice sheet Absolute cell reference Macros Conditional Formatting.
AS Computing – F452 Designing Solutions to Problems.
IT3 Human Computer Interface [HCI] Human Computer Interfaces Factors that should be considered when designing a Computer Interface.
11.10 Human Computer Interface www. ICT-Teacher.com.
Question 10 What do I write?. Spreadsheet Make sure that you have got a printout of your spreadsheet - no spreadsheet, no marks!
Designing Interface Components. Components Navigation components - the user uses these components to give instructions. Input – Components that are used.
Microsoft Access 2013 Simplify Data Entry with Forms Chapter 3.
COMP106 Assignment 2 Proposal 1. Interface Tasks My new interface design for the University library catalogue will incorporate all of the existing features,
Technical Paper Review Designing Usable Web Forms – Empirical Evaluation of Web Form Improvement Guidelines By Amit Kumar.
INFO 355Week #71 Systems Analysis II User and system interface design INFO 355 Glenn Booker.
A-Level Computing#BristolMet Session Objectives#15 MUST define the term user interface SHOULD describe the characteristics of different UIs and suggest.
DB Implementation: MS Access Forms. MS Access Forms  Purpose Data entry, editing, & viewing data in tables Forms are user-friendlier to end-users than.
G063 - Human Computer Interface Design Designing the User Interface.
1 Creating Windows GUIs with Visual Studio. 2 Creating the Project New Project Visual C++ Projects Windows Forms Application Give the Project a Name and.
P6 BTEC Level 3 Subsidiary Diploma in ICT. Automation The end user of a spreadsheet may be proficient in using the software, but the more that you automate.
Input Design Lecture 11 1 BTEC HNC Systems Support Castle College 2007/8.
CS 281 – Fall 2015 Lab 4 Parametric Query and Forms in MS Access.
AS Level ICT Health and safety guidelines covering the design and introduction of new software.
Some Thoughts On PROTOTYPE Form Design. You may place prompt over or to the left of the data-entry field; select one and be consistent. Name Tom PromptResponse.
LECTURE 18 16/11/15. MAKING THE INTERFACE CONSISTENT Consistency is one way to develop and reinforce the users conceptual model of applications and give.
Different Types of HCI CLI Menu Driven GUI NLI
Styles of User Interface. Learning Objectives: By the end of this topic you should be able to: describe the characteristics of different styles of user.
CMPF114 Computer Literacy Chapter 3 The Visual Basic Environment 1.
Oct 091 Example Program DemoInputValidation1.java DemoInputValidation2.java.
Programming Logic and Design Fourth Edition, Comprehensive Chapter 14 Event-Driven Programming with Graphical User Interfaces.
Spreadsheet Evidence By.... P2 – DEVELOP A COMPLEX SPREADSHEET MODEL TO MEET PARTICULAR NEEDS.
DOCUMENTATION REF: Essentials of IT (Hamilton et al) Chapter 1.
© 2016 Cognizant. © 2016 Cognizant Introduction PREREQUISITES SCOPE Heuristic evaluation is a discount usability engineering method for quick, cheap,
Visual Basic.NET Windows Programming
Screenshot evidence of page size
Investigating User Interfaces
Form Development (Chapter 6)
Microsoft Access 2016 Simplify Data Entry with Forms
DATA INPUT AND OUTPUT.
Spreadsheet Coursework
Chapter 2 Hix & Hartson Guidelines.
Software Development Approaches
11.10 Human Computer Interface
Chapter 8: Writing Graphical User Interfaces
Chapter One Unser Interface.
a. describe different types of applications software and justify their use for given tasks;
Designing Information Systems Notes
Simplify Data Entry with Forms Chapter 3
DB Implementation: MS Access Forms
Unit 14 Website Design HND in Computing and Systems Development
DB Implementation: MS Access Forms
Customising the Interface
BTEC Level 3 Subsidiary Diploma
Software Usability and Design
Presentation transcript:

G061 - Tailored Interfaces “What makes an application look good?”

Learning Objectives: At the end of this topic you should be able to: describe the design considerations for tailored data-entry screens; describe how interfaces can be tailored explain the advantages and disadvantages of tailoring a user interface;

Data-entry screens usually an online form used to enter data. with most applications software it is possible to create a data-entry screen and tailor (customise) it to the needs of the user. the design considerations are what needs to be thought about when designing the layout of the data-entry screen.

Design Considerations layout of the screen uncluttered consistent logical order for screen items to aid user data entry relevance only requires the minimum of input from the user concise and useful information on screen choice of font size & style must be easy to read colours different colours to highlight information required shouldn’t clash

Design Considerations validation checks can only enter appropriate data visual & audible cues error messages which are useful and clear audio feedback to confirm input/action clearly marked exits from the screens graphics & animation kept to a minimum help options useful, clear & in simple language

G061 - Tailored Interfaces “What makes an application easy to use?”

Learning Objectives: At the end of this topic you should be able to: describe the design considerations for tailored data-entry screens; including ‘L*****’, ‘F***’, ‘C*****’ describe how interfaces can be tailored including using ‘Form Controls’ buttons, tick boxes, drop-down lists ….. explain the advantages and disadvantages of tailoring a user interface;

Tailored system interface modifying standard software to suit a particular application or user usually involves adding form controls to simplify user actions

Form Controls

Tailored system interface Advantages: use of the application is simplified no need to perform complicated tasks less mistakes made by novice users because interface is easier to use faster to enter data & make choices Disadvantages: level of knowledge required to create & test the interface skills required to customise the application time taken to modify the interface simplified interface may restrict advanced users

Form Controls Combo Box Option Button Check Box List Box available options are selected from a drop down list Option Button choice selected by the user from a group of options/values Check Box options can be selected List Box the user can select one or more items from the given list

Form Controls Spinner Text Box Label Button to increase or decrease values Text Box text is entered and then used in the application Label instructions given to the user Button the user pushes a button to start an event buttons can be linked to macros

Tailored system interface Advantages: use of the application is simplified no need to perform complicated tasks less mistakes made by novice users because interface is easier to use faster to enter data & make choices Disadvantages: level of knowledge required to create & test the interface skills required to customise the application time taken to modify the interface simplified interface may restrict advanced users

Tailored system interface

Tailored system interface

Examination Question A new company, Beautiful Bird Tables (BBT), has been set up. The company make and sell bird tables.  Spreadsheet software has been customised to enable the staff of BBT to calculate the cost of customers’ orders. The spreadsheet software interface has been tailored using forms, menus and macros. Explain the advantages, to BBT of tailoring the spreadsheet interface. [6] Describe, giving examples, how form controls can be used to assist the staff to enter data into the spreadsheet. [6]

Examination Question Increased usability of interface user does not need to perform complicated tasks Actions frequently performed can be automated eg totalling of order/adding deliver costs Same user interface can be used on many spreadsheet user familiarity can use any spreadsheet without additional training Buttons can be used to start a process eg print an invoice saves time of user Forms can be used to provide data entry tools eg help/messages/ validation Drop-down boxes/option boxes/fill-in boxes assist on data selection/input Menus provide choices available to user eg pop-up/full-screen/pull-down options not available' greyed out'