Presentation is loading. Please wait.

Presentation is loading. Please wait.

IS 334 information systems analysis and design

Similar presentations


Presentation on theme: "IS 334 information systems analysis and design"— Presentation transcript:

1 IS 334 information systems analysis and design
Chapter 10 & 11 Designing Forms, Reports and Interfaces

2 Learning Objectives Explain the process of designing forms and reports and the deliverables for their creation. Apply the general guidelines for formatting forms and reports. Use color and know when color improves the usability of information. Format text, tables, and lists effectively.

3 Learning Objectives (Cont.)
Explain how to assess usability and describe how variations in users, tasks, technology, and environmental characteristics influence the usability of forms and reports.

4 Designing Forms and Reports
FIGURE 10-1 Systems development life cycle with logical design phase highlighted

5 Designing Forms and Reports (Cont.)
Form: a business document that contains some predefined data and may include some areas where additional data are to be filled in. An instance of a form is typically based on one database record. Present and collect info on single item , such as a customer, product, or event.

6 Designing Forms and Reports (Cont.)
Report: a business document that contains only predefined data It is a passive document used solely for reading or viewing data. A report typically contains data from many unrelated records or transactions. Are used to convey info on a collection of item.

7 Designing Forms and Reports (Cont.)
Common Types of Reports: Scheduled: produced at predefined time intervals for routine information needs Key-indicator: provides summary of critical information on regular basis Exception: highlights data outside of normal operating ranges Drill-down: provides details behind summary values on key- indicator or exception reports Ad-hoc: responds to unplanned requests for non-routine information needs

8 The Process of Designing Forms and Reports
Designing forms and reports is a user-focused activity that typically follows a prototyping approach. Prototyping Initial prototype is designed from requirements. Users review prototype design and either accept the design or request changes. If changes are requested, the construction- evaluation-refinement cycle is repeated until the design is accepted.

9 The Process of Designing Forms and Reports (Cont.)
To design usable forms and reports, you must answer the who, what, when, where, and how questions. Visual Basic and other development tools provide computer-aided GUI form and report generation.

10 The Process of Designing Forms and Reports (Cont.)
FIGURE 10-3 A data input screen designed in Microsoft’s Visual Basic .NET (Source: Microsoft Corporation.)

11 Deliverables and Outcomes
Design specifications are the major deliverables and inputs to the system implementation phase. Design specifications have three sections: Narrative overview: characterizes users, tasks, system, and environmental factors Sample design: image of the form (from coding sheet or form building development tool) Testing and usability assessment: measuring test/usability results (consistency, sufficiency, accuracy, etc.)

12

13 Formatting Forms and Reports
General guidelines for the design of forms and reports: Meaningful titles — use clear, specific, version information, and current date. Meaningful information — include only necessary information, with no need to modify. Balanced layout — use adequate spacing, margins, and clear labels Easy navigation system — show how to move forward and backward, and where you are currently, such as page 1 of 3.

14 Formatting Forms and Reports (Cont.)
FIGURE 10-5 Contrasting customer information forms (Pine Valley Furniture) (Source: Microsoft Corporation.) (a) Poorly designed form

15 Formatting Forms and Reports (Cont.)
FIGURE 10-5 (continued) (b) Improved design for form

16 Highlighting Information
There are several situations when highlighting can be a valuable technique for conveying special information: Notify users of errors in data entry or processing. Provide warnings regarding possible problems. Draw attention to keywords, commands, high-priority messages, unusual data values. To enhance the outputs.

17 Highlighting Information (Cont.)
Methods of Highlighting upper case bold italics underlining boxing size and color differences all capital letters blinking reverse video audible tones intensity differences offsetting nonstandard information

18 Highlighting Information (Cont.)
FIGURE 10-6 Customer account status display using various highlighting techniques (Pine Valley Furniture) (Source: Microsoft Corporation.)

19 Color vs. No Color Benefits from using Color:
Soothes or strikes the eye. Accents an uninteresting display. Facilitates subtle discriminations in complex displays. Emphasizes the logical organization of information. Draws attention to warnings. Evokes more emotional reactions.

20 Color vs. No Color (Cont.)
Problems from Using Color Color pairings may wash out or cause problems for some users. Resolution may degrade with different displays. Color fidelity may degrade on different displays. Printing or conversion to other media may not easily translate.

21 Displaying Text Guidelines for Displaying Text:
Case: display in mixed upper and lower case, use conventional punctuation Spacing: use double spacing if possible, otherwise blank lines between paragraphs Justification: left justify text, ragged right margins Hyphenation: don’t hyphenate words between lines Abbreviations: use only when widely understood and significantly shorter than full text

22 Displaying Text (Cont.)
FIGURE 10-7 Contrasting the display of textual help information (Source: Microsoft Corporation.) (a) Poorly designed help screen with many violations of the general guidelines for displaying text

23 Displaying Text (Cont.)
FIGURE 10-7 (continued) (b) An improved design for a help screen

24 Designing Tables and Lists
General Guidelines for Displaying Tables and Lists: Use Meaningful Labels. Formatting Columns, Rows, and Text. Formatting Numeric, Textual, and Alphanumeric Data.

25 Designing Tables and Lists (Cont.)
1. Labels All columns and rows should have meaningful labels. Labels should be separated from other information by using highlighting. Redisplay labels when the data extend beyond a single screen or page.

26 Designing Tables and Lists (Cont.)
2. Formatting columns, rows and text: Sort in a meaningful order. Place a blank line between every five rows in long columns. Similar information displayed in multiple columns should be sorted vertically. Columns should have at least two spaces between them. Allow white space on printed reports for user to write notes. Use a single typeface, except for emphasis. Use same family of typefaces within and across displays and reports. Avoid overly fancy fonts.

27 Designing Tables and Lists (Cont.)
FIGURE 10-8 Contrasting the display of tables and lists (Pine Valley Furniture) (Source: Microsoft Corporation.) (a) Poorly designed form

28 Designing Tables and Lists (Cont.)
FIGURE 10-8 (continued) (b) Improved design for form

29 Assessing Usability Objective for designing forms, reports and all human- computer interactions is usability. Usability: an overall evaluation of how a system performs in supporting a particular user for a particular task Usability refers to the following three characteristics: Speed — Can you complete a task efficiently? Accuracy — Does the output provide what you expect? Satisfaction — Do you like using the output?

30 Assessing Usability (Cont.)
Measures of Usability: Time to learn Speed of performance Rate of errors Retention over time Subjective satisfaction Consistency of layout

31 Measures of Usability (Cont.)
The layout of information should be consistent both within and across applications, whether information is delivered on screen display or on a hard-copy report.

32 Designing Interfaces Designing Interfaces and Dialogues is User-focused activity that typically follows a prototyping approach. Prototyping methodology of iteratively: Collecting information Constructing a prototype Assessing usability Making refinements To design usable interfaces and dialogues, you must answer the who, what, where, and how questions.

33 Designing Interfaces (Cont.)
FIGURE 11-1 Systems development life cycle (SDLC)

34 Deliverables and Outcomes
Creation of a design specification A typical interface/dialogue design specification is similar to form design, but includes multiple forms and dialogue sequence specifications.

35 Deliverables and Outcomes (Cont.)
The specification includes: Narrative overview Sample design Testing and usability assessment Dialogue sequence Dialogue sequence is the ways a user can move from one display to another.

36 Interaction Methods and Devices
Interface: a method by which users interact with an information system. All human-computer interfaces must: have an interaction style, and use some hardware device(s) for supporting this interaction.

37 Methods of Interacting
The five widely used methods to interact with system: Command line: Includes keyboard shortcuts and function keys. Menu Form Object-based Natural language

38 1. Command Language Interaction
Command language interaction: a human-computer interaction method whereby users enter explicit statements into a system to invoke operations Example from MS DOS: COPY C:PAPER.DOC A:PAPER.DOC Command copies a file from C: drive to A: drive

39 2. Menu Interaction Menu interaction: a human-computer interaction method in which a list of system options is provided and a specific command is invoked by user selection of a menu option There are two common methods for positioning menus: Pop-up menu: is a menu-positioning method that places a menu near the current cursor position. Drop-down menu is a menu-positioning method that places the access point of the menu near the top line of the display.

40 Figure 11-5 Various types of menu configurations (Source: Based on Shneiderman et al., 2009.)

41 2. Menu Interaction (Cont.)
Guidelines for Menu Design Wording — meaningful titles, clear command verbs, mixed upper/lower case Organization — consistent organizing principle Length — all choices fit within screen length Selection — consistent, clear and easy selection methods Highlighting — only for selected options or unavailable options

42 2. Menu Interaction (Cont.)
FIGURE 11-8 Menu building with Microsoft Visual Basic .NET

43 3. Form Interaction Form interaction: a highly intuitive human-computer interaction method whereby data fields are formatted in a manner similar to paper-based forms Allows users to fill in the blanks when working with a system.

44 3. Form Interaction (Cont.)
FIGURE 11-9 Example of form interaction from the Google Advanced Search Engine (Source: Google.)

45 4. Object-Based Interaction
Object-based interaction: a human-computer interaction method in which symbols are used to represent commands or functions The most common method for implementing object-based interaction is through the use of icons. Icons: graphical pictures that represent specific functions within a system. Use little screen space and are easily understood by users

46 4. Object-Based Interaction (Cont.)
Figure 11-10 Object-based (icon) interface from the Option menu in the Firefox Web browser

47 5. Natural Language Interaction
Natural language interaction: a human-computer interaction method whereby inputs to and outputs from a computer-based application are in a conventional spoken language such as English. Based on research in artificial intelligence Current implementations are tedious and difficult to work with, not as viable as other interaction methods.

48 Hardware Options for System Interaction
There is a growing number of hardware devices employed to support interacting with a system Touch screen Light Pen Graphics Tablet Voice Keyboard Mouse Joystick Trackball

49 Designing Interfaces A typical paper-based forms have several general areas in common: Header information Sequence and time-related information Instruction or formatting information Body or data details Totals or data summary Authorization or signatures Comments

50 Figure 11-11 Paper-based form for reporting customer sales activity (Pine Valley Furniture)

51 Designing Interfaces (Cont.)
Use standard formats similar to paper-based forms and reports. Use left-to-right, top-to-bottom navigation. Flexibility and consistency: Free movement between fields No permanent data storage until the user requests Each key and command assigned to one function

52 Structuring Data Entry
Guidelines for structuring Data Entry Fields: Entry Never require data that are already online or that can be computed Defaults Always provide default values when appropriate Units Make clear the type of data units requested for entry Replacement Use character replacement when appropriate Captioning Always place a caption adjacent to fields Format Provide formatting examples Justify Automatically justify data entries Help Provide context-sensitive help when appropriate

53 Controlling Data Input
One objective of interface design is to reduce data entry errors. Common sources of data entry errors in a field: Appending: adding additional characters Truncating: losing characters Transcripting: entering invalid data Transposing: reversing sequence of characters


Download ppt "IS 334 information systems analysis and design"

Similar presentations


Ads by Google