SlideShare une entreprise Scribd logo
1  sur  29
User Interface
                     Design


©Ian Sommerville 2000   Software Engineering, 6th edition. Chapter 15   Slide 1
User interface design Objectives
           Understand a number of user interface design principles
            which have been introduced to serveral interaction styles
            and understand when these are most appropriate.
           Understand when to user graphical and textual
            persentation of information.
     
            Know what is involved in the principal activities in the
            user interface design process.
     
            Understand usability attributes and have been introduced
            to different approaches to interface evaluation.




©Ian Sommerville 2000      Software Engineering, 6th edition. Chapter 15   Slide 2
UI design principles
       User familiarity
        •      The interface should be based on user-oriented terms and concepts
               rather than computer concepts
        •      E.g., an office system should use concepts such as letters, documents,
               folders etc. rather than directories, file identifiers, etc.
       Consistency
        •      The system should display an appropriate level of consistency
        •      Commands and menus should have the same format, command
               punctuation should be similar, etc.
       Minimal surprise
        •      If a command operates in a known way, the user should be able to
               predict the operation of comparable commands

©Ian Sommerville 2000          Software Engineering, 6th edition. Chapter 15   Slide 3
UI design principles (cont.)
       Recoverability
        •      The system should provide some resilience to user errors and allow
               the user to recover from errors
        •      This might include an undo facility, confirmation of destructive
               actions, 'soft' deletes, etc.
       User guidance
        •      Some user guidance such as help systems, on-line manuals, etc.
               should be supplied
       User diversity
        •      Interaction facilities for different types of user should be supported
        •      E.g., some users have seeing difficulties and so larger text should
               be available

©Ian Sommerville 2000           Software Engineering, 6th edition. Chapter 15   Slide 4
Topics Covered
             Design Issues
             The UI Design Process
        
              User Analysis
        
              User Interface Prototyping
             Interface Evaluation




©Ian Sommerville 2000   Software Engineering, 6th edition. Chapter 15   Slide 5
Design Issues
        The designer of a user interface to a computer is
          faced with two key questions:
        1.    How should the user interact with the computer system?
        2.    How should information from the computer system be
              presented to the user?




©Ian Sommerville 2000      Software Engineering, 6th edition. Chapter 15   Slide 6
Interaction styles
          Direct manipulation
            •     Easiest to grasp with immediate feedback
            •     Difficult to program
          Menu selection
            •     User effort and errors minimized
            •     Large numbers and combinations of choices a problem
          Form fill-in
            •     Ease of use, simple data entry
            •     Tedious, takes a lot of screen space
          Command language
            •     Easy to program and process
            •     Difficult to master for casual users
          Natural language
            •     Great for casual users
            •     Tedious for expert users

©Ian Sommerville 2000             Software Engineering, 6th edition. Chapter 15   Slide 7
Information presentation
              Information presentation is concerned with
              presenting system information to system users
              The information may be presented directly or may be
              transformed in some way for presentation
              The Model-View-Controller approach is a way of
              supporting multiple presentations of data



     Information to           Presentation
      be displayed              software




©Ian Sommerville 2000      Software Engineering, 6th edition. Chapter 15             Slide 8
                                                                           Display
Information display factors
              Is the user interested in precise information or
              data relationships?
              How quickly do information values change?
              Must the change be indicated immediately?
              Must the user take some action in response to a
              change?
              Is there a direct manipulation interface?
              Is the information textual or numeric? Are
              relative values important?

©Ian Sommerville 2000     Software Engineering, 6th edition. Chapter 15   Slide 9
Alternative information presentations
                    Jan Feb M  ar                A il M
                                                  pr    ay June
                   2842 2851 3164                2789 1273 2835


       4000


       3000


       2000


       1000


            0
                        Jan   Feb      Mar        A il M
                                                   pr   ay               June
©Ian Sommerville 2000               Software Engineering, 6th edition. Chapter 15   Slide 10
Information display

        1
                                                                        0         10          20
4                2

        3



Dial with needle        Pie chart                Thermometer                Horizontal bar




©Ian Sommerville 2000   Software Engineering, 6th edition. Chapter 15              Slide 11
Displaying relative values


                        Pressure                                               Temper atu re
    0         100       200    300           400        0            25           50      75        100




©Ian Sommerville 2000          Software Engineering, 6th edition. Chapter 15                   Slide 12
Design factors in message wording
             Context
             Experience
        
              Skill Level
             Style
             Culture




©Ian Sommerville 2000       Software Engineering, 6th edition. Chapter 15   Slide 13
Design factors in message wording
              Context
                   Whenever possible, the messages generated
              by the system should reflect the current user
              context. As far as is possible, the system should
              be aware of what the user is doing and should
              generate messages that are relevant to their
              current activity.




©Ian Sommerville 2000     Software Engineering, 6th edition. Chapter 15   Slide 14
Design factors in message wording(Cntd.)

              Experience
                  As users become familiar with a system they
              become irritated by long. ‘Meaningfull’
              messages. However, beginners find it difficult to
              understand short, terse statements of a problem.
              You should provide both types of messages and
              allow the user to control message conciseness.




©Ian Sommerville 2000     Software Engineering, 6th edition. Chapter 15   Slide 15
Design factors in message wording(Cntd.)

              Skill Level
                 Messages should be tailored to the users’ skills
              as well as their expericence. Messages for the
              different classses of users may be expessed in
              different ways depending on the terminology that
              is familiar to the reader.




©Ian Sommerville 2000     Software Engineering, 6th edition. Chapter 15   Slide 16
Design factors in message wording(Cntd.)

              Style
                  Messages should be positive rather than
              negative. They should use the active rather than
              the passive mode of address. They should never
              be insulting or try to be funny.




©Ian Sommerville 2000     Software Engineering, 6th edition. Chapter 15   Slide 17
Design factors in message wording(Cntd.)

              Culture
                Whenever possible, the designer of messages
              should be familiar with the culture of the contury
              where the system is sold. There are distinct
              differences between Europe, Asia and America. A
              suitable message for one culture might be
              unacceptable in another.




©Ian Sommerville 2000     Software Engineering, 6th edition. Chapter 15   Slide 18
System and user-oriented error messages

                                                                        U se r- o rie nte d e rro r me ssa g e
     Sy ste m- o rie nte d e rro r me ssa g e


                        Erro r #27

 ?
                                                                  Pa tie nt J. Ba te s is no t re g iste re d
                Invalid patient id entered                      Click on Patients for a list of registered patients
                                                                Click on R etry to re-input a patient name
                                                                Click on Help for more information

        OK               C a nce l
                                                              Pa ti e nts            H e lp   R e tr
                                                                                                   y        C a nce l




©Ian Sommerville 2000                Software Engineering, 6th edition. Chapter 15                     Slide 19
User interface design process

 Analyse and            Produce paper-              Evaluate design
understand user          based design                with end-users
   activities             prototype



                                                            Produce
                           Design                                             Evaluate design
                                                         dynamic design
                          prototype                                            with end-users
                                                           prototype


                                                           Executable            Implement
                                                            prototype             final user
                                                                                  interface




©Ian Sommerville 2000         Software Engineering, 6th edition. Chapter 15            Slide 20
User Analysis
           If you don’t understand what users want to do with
         a system, then you have no realistic prospect of
         designing an effective user interface. To develop
         this understanding, you may user techniques such as
         task analysis, ethnographic studies, user
         interviews and observations or commonly, a
         mixture of all of these.




©Ian Sommerville 2000   Software Engineering, 6th edition. Chapter 15   Slide 21
Analysis Techniques
        Hierarchical Task Analysis(HTA)
              In HTA, a high level task is broken down into
           subtasks, and plans are identified that specify
           what might happen in a specific suitation.




©Ian Sommerville 2000   Software Engineering, 6th edition. Chapter 15   Slide 22
Analysis Techniques (Cntd.)
              Ethnography
                    It closely observe how people work, how
              they interact with others and how features in the
              workplace are used to support their work. The
              advantage of ethnography is that the ethnographer
              can observe intuitive actions and informal
              collabrations that can then spark further
              discussions about the work.



©Ian Sommerville 2000    Software Engineering, 6th edition. Chapter 15   Slide 23
User Interface Prototyping
        Approachers
          Paper Prototyping
        
           Storyboard
        3 Main Approachers
          Script-driven approach(Macromedia)
          Visual Programming Languages(VB)
          Internet-Based Prototyping(Java)



©Ian Sommerville 2000   Software Engineering, 6th edition. Chapter 15   Slide 24
Interface Evaluation
                    It is the process of assessing the usability of
              an interface and checking that it meets user
              requirements. Therefore, it should be part of the
              normal verification and validation process for
              software system.




©Ian Sommerville 2000     Software Engineering, 6th edition. Chapter 15   Slide 25
Simple evaluation techniques
              Questionnaires for user feedback
              Video recording of system use and subsequent
              tape evaluation.
              Instrumentation of code to collect information
              about facility use and user errors.
              The provision of a “gripe” button for on-line user
              feedback.




©Ian Sommerville 2000     Software Engineering, 6th edition. Chapter 15   Slide 26
Usability attributes
Attribute                Description
Learnability             How long does it take a new user          to
                         become productive with the system?
Speed of operation       How well does the system response match
                         the user’s work practice?
Robustness               How tolerant is the system of user error?
Recoverability           How good is the system at recovering from
                         user errors?
Adaptability             How closely is the system tied to a single
                         model of work?



 ©Ian Sommerville 2000   Software Engineering, 6th edition. Chapter 15   Slide 27
Key points
              Interface design should be user-centred. An
              interface should be logical and consistent and
              help users recover from errors
              Interaction styles include direct manipulation,
              menu systems form fill-in, command languages,
              and natural language
              Graphical displays should be used to present
              trends and approximate values. Digital displays
              when precision is required
              Colour should be used sparingly and consistently
©Ian Sommerville 2000    Software Engineering, 6th edition. Chapter 15   Slide 28
Key points
              Ideally, a user interface should be evaluated
              against a usability specification
              What about help for the user?
                •       Systems should provide on-line help. This should include “help,
                        I’m in trouble” and “help, I want information”
                •       A range of different types of user documents should be
                        provided




©Ian Sommerville 2000             Software Engineering, 6th edition. Chapter 15   Slide 29

Contenu connexe

Tendances

Iteration and prototyping
Iteration and prototypingIteration and prototyping
Iteration and prototypingHafizMImran1
 
Software Architecture and Design
Software Architecture and DesignSoftware Architecture and Design
Software Architecture and DesignRa'Fat Al-Msie'deen
 
Ch9-Software Engineering 9
Ch9-Software Engineering 9Ch9-Software Engineering 9
Ch9-Software Engineering 9Ian Sommerville
 
i/o extended: Intro to <UX> Design
i/o extended: Intro to <UX> Design  i/o extended: Intro to <UX> Design
i/o extended: Intro to <UX> Design GDGKuwaitGoogleDevel
 
Documenting software architecture
Documenting software architectureDocumenting software architecture
Documenting software architectureHimanshu
 
Introduction to SOFTWARE ARCHITECTURE
Introduction to SOFTWARE ARCHITECTUREIntroduction to SOFTWARE ARCHITECTURE
Introduction to SOFTWARE ARCHITECTUREIvano Malavolta
 
The psychopathology of everyday things!
The psychopathology of everyday things!The psychopathology of everyday things!
The psychopathology of everyday things!Irfan Ahmed
 
software project management Software inspection
software project management Software inspectionsoftware project management Software inspection
software project management Software inspectionREHMAT ULLAH
 
Software Engineering - Ch8
Software Engineering - Ch8Software Engineering - Ch8
Software Engineering - Ch8Siddharth Ayer
 
Maps & Markers: Crafting a strategy to transform your design team - UX Cambri...
Maps & Markers: Crafting a strategy to transform your design team - UX Cambri...Maps & Markers: Crafting a strategy to transform your design team - UX Cambri...
Maps & Markers: Crafting a strategy to transform your design team - UX Cambri...Alissa Briggs
 
Ch23-Software Engineering 9
Ch23-Software Engineering 9Ch23-Software Engineering 9
Ch23-Software Engineering 9Ian Sommerville
 

Tendances (20)

Iteration and prototyping
Iteration and prototypingIteration and prototyping
Iteration and prototyping
 
Software Architecture and Design
Software Architecture and DesignSoftware Architecture and Design
Software Architecture and Design
 
Ch9-Software Engineering 9
Ch9-Software Engineering 9Ch9-Software Engineering 9
Ch9-Software Engineering 9
 
Unit1
Unit1Unit1
Unit1
 
i/o extended: Intro to <UX> Design
i/o extended: Intro to <UX> Design  i/o extended: Intro to <UX> Design
i/o extended: Intro to <UX> Design
 
Chap3 RE elicitation
Chap3 RE elicitationChap3 RE elicitation
Chap3 RE elicitation
 
Documenting software architecture
Documenting software architectureDocumenting software architecture
Documenting software architecture
 
Introduction to SOFTWARE ARCHITECTURE
Introduction to SOFTWARE ARCHITECTUREIntroduction to SOFTWARE ARCHITECTURE
Introduction to SOFTWARE ARCHITECTURE
 
Software development process
Software development processSoftware development process
Software development process
 
Hci md exam
Hci md examHci md exam
Hci md exam
 
Documenting Software Architectures
Documenting Software ArchitecturesDocumenting Software Architectures
Documenting Software Architectures
 
The psychopathology of everyday things!
The psychopathology of everyday things!The psychopathology of everyday things!
The psychopathology of everyday things!
 
Heuristic evaluation principles
Heuristic evaluation principlesHeuristic evaluation principles
Heuristic evaluation principles
 
software project management Software inspection
software project management Software inspectionsoftware project management Software inspection
software project management Software inspection
 
Personas And Scenarios
Personas And ScenariosPersonas And Scenarios
Personas And Scenarios
 
Software Design Concepts
Software Design ConceptsSoftware Design Concepts
Software Design Concepts
 
Software Engineering - Ch8
Software Engineering - Ch8Software Engineering - Ch8
Software Engineering - Ch8
 
Maps & Markers: Crafting a strategy to transform your design team - UX Cambri...
Maps & Markers: Crafting a strategy to transform your design team - UX Cambri...Maps & Markers: Crafting a strategy to transform your design team - UX Cambri...
Maps & Markers: Crafting a strategy to transform your design team - UX Cambri...
 
Ch23-Software Engineering 9
Ch23-Software Engineering 9Ch23-Software Engineering 9
Ch23-Software Engineering 9
 
HNDIT_SRI_LANKA
HNDIT_SRI_LANKAHNDIT_SRI_LANKA
HNDIT_SRI_LANKA
 

En vedette

The Ultimate Guide to Creating Visually Appealing Content
The Ultimate Guide to Creating Visually Appealing ContentThe Ultimate Guide to Creating Visually Appealing Content
The Ultimate Guide to Creating Visually Appealing ContentNeil Patel
 
Chapter 1 Fundamentals of Database Management System
Chapter 1 Fundamentals of Database Management SystemChapter 1 Fundamentals of Database Management System
Chapter 1 Fundamentals of Database Management SystemEddyzulham Mahluzydde
 
Fundamentals of Database system
Fundamentals of Database systemFundamentals of Database system
Fundamentals of Database systemphilipsinter
 
Network management
Network managementNetwork management
Network managementMohd Arif
 
Database Management Systems (DBMS)
Database Management Systems (DBMS)Database Management Systems (DBMS)
Database Management Systems (DBMS)Dimara Hakim
 
Operating system overview concepts ppt
Operating system overview concepts pptOperating system overview concepts ppt
Operating system overview concepts pptRajendraPrasad Alladi
 

En vedette (7)

User interface-design
User interface-designUser interface-design
User interface-design
 
The Ultimate Guide to Creating Visually Appealing Content
The Ultimate Guide to Creating Visually Appealing ContentThe Ultimate Guide to Creating Visually Appealing Content
The Ultimate Guide to Creating Visually Appealing Content
 
Chapter 1 Fundamentals of Database Management System
Chapter 1 Fundamentals of Database Management SystemChapter 1 Fundamentals of Database Management System
Chapter 1 Fundamentals of Database Management System
 
Fundamentals of Database system
Fundamentals of Database systemFundamentals of Database system
Fundamentals of Database system
 
Network management
Network managementNetwork management
Network management
 
Database Management Systems (DBMS)
Database Management Systems (DBMS)Database Management Systems (DBMS)
Database Management Systems (DBMS)
 
Operating system overview concepts ppt
Operating system overview concepts pptOperating system overview concepts ppt
Operating system overview concepts ppt
 

Similaire à User interface design(sommerville) bangalore university

user-interface-design-131010063550-phpapp01.pdf
user-interface-design-131010063550-phpapp01.pdfuser-interface-design-131010063550-phpapp01.pdf
user-interface-design-131010063550-phpapp01.pdfLPhiHng3
 
User Interface Design
User Interface DesignUser Interface Design
User Interface DesignYes3000
 
Hi600 ch09_text_slides
Hi600 ch09_text_slidesHi600 ch09_text_slides
Hi600 ch09_text_slidesljmcneill33
 
Ian_Sommerville_Software_Engineering_6th.pdf
Ian_Sommerville_Software_Engineering_6th.pdfIan_Sommerville_Software_Engineering_6th.pdf
Ian_Sommerville_Software_Engineering_6th.pdfjyotineeli1
 
User Interface Design_Csc2204_lecture 1_-_introduction
User Interface Design_Csc2204_lecture 1_-_introduction User Interface Design_Csc2204_lecture 1_-_introduction
User Interface Design_Csc2204_lecture 1_-_introduction ENGWAU TONNY
 
01 unidad i introduccion
01 unidad i   introduccion01 unidad i   introduccion
01 unidad i introduccionvictdiazm
 
Software Prototyping
Software PrototypingSoftware Prototyping
Software PrototypingZafar Ayub
 
IRJET- Face Recognition using Landmark Estimation and Convolution Neural Network
IRJET- Face Recognition using Landmark Estimation and Convolution Neural NetworkIRJET- Face Recognition using Landmark Estimation and Convolution Neural Network
IRJET- Face Recognition using Landmark Estimation and Convolution Neural NetworkIRJET Journal
 
UEVision Presents: How Usability Can Help You Get More Customers
UEVision Presents: How Usability Can Help You Get More CustomersUEVision Presents: How Usability Can Help You Get More Customers
UEVision Presents: How Usability Can Help You Get More CustomersUEVision, Inc.
 
Multichannel User Interfaces
Multichannel User InterfacesMultichannel User Interfaces
Multichannel User InterfacesIcinetic
 
Multichannel User Interfaces
Multichannel User InterfacesMultichannel User Interfaces
Multichannel User InterfacesPedro J. Molina
 
Hi600 ch04_text_slides
Hi600 ch04_text_slidesHi600 ch04_text_slides
Hi600 ch04_text_slidesljmcneill33
 

Similaire à User interface design(sommerville) bangalore university (20)

user-interface-design-131010063550-phpapp01.pdf
user-interface-design-131010063550-phpapp01.pdfuser-interface-design-131010063550-phpapp01.pdf
user-interface-design-131010063550-phpapp01.pdf
 
User Interface Design
User Interface DesignUser Interface Design
User Interface Design
 
UI_1.pdf
UI_1.pdfUI_1.pdf
UI_1.pdf
 
Hi600 ch09_text_slides
Hi600 ch09_text_slidesHi600 ch09_text_slides
Hi600 ch09_text_slides
 
Ian_Sommerville_Software_Engineering_6th.pdf
Ian_Sommerville_Software_Engineering_6th.pdfIan_Sommerville_Software_Engineering_6th.pdf
Ian_Sommerville_Software_Engineering_6th.pdf
 
software engineering ch-1
software engineering ch-1software engineering ch-1
software engineering ch-1
 
merged (1).pdf
merged (1).pdfmerged (1).pdf
merged (1).pdf
 
0273710133 pp01v2
0273710133 pp01v20273710133 pp01v2
0273710133 pp01v2
 
User Interface Design_Csc2204_lecture 1_-_introduction
User Interface Design_Csc2204_lecture 1_-_introduction User Interface Design_Csc2204_lecture 1_-_introduction
User Interface Design_Csc2204_lecture 1_-_introduction
 
01 unidad i introduccion
01 unidad i   introduccion01 unidad i   introduccion
01 unidad i introduccion
 
ch1.ppt
ch1.pptch1.ppt
ch1.ppt
 
Software Prototyping
Software PrototypingSoftware Prototyping
Software Prototyping
 
Ch1
Ch1Ch1
Ch1
 
IRJET- Face Recognition using Landmark Estimation and Convolution Neural Network
IRJET- Face Recognition using Landmark Estimation and Convolution Neural NetworkIRJET- Face Recognition using Landmark Estimation and Convolution Neural Network
IRJET- Face Recognition using Landmark Estimation and Convolution Neural Network
 
Introduction to Software Enigneering
Introduction to Software Enigneering Introduction to Software Enigneering
Introduction to Software Enigneering
 
Ch1
Ch1Ch1
Ch1
 
UEVision Presents: How Usability Can Help You Get More Customers
UEVision Presents: How Usability Can Help You Get More CustomersUEVision Presents: How Usability Can Help You Get More Customers
UEVision Presents: How Usability Can Help You Get More Customers
 
Multichannel User Interfaces
Multichannel User InterfacesMultichannel User Interfaces
Multichannel User Interfaces
 
Multichannel User Interfaces
Multichannel User InterfacesMultichannel User Interfaces
Multichannel User Interfaces
 
Hi600 ch04_text_slides
Hi600 ch04_text_slidesHi600 ch04_text_slides
Hi600 ch04_text_slides
 

Dernier

Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 

Dernier (20)

FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 

User interface design(sommerville) bangalore university

  • 1. User Interface Design ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 1
  • 2. User interface design Objectives  Understand a number of user interface design principles which have been introduced to serveral interaction styles and understand when these are most appropriate.  Understand when to user graphical and textual persentation of information.  Know what is involved in the principal activities in the user interface design process.  Understand usability attributes and have been introduced to different approaches to interface evaluation. ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 2
  • 3. UI design principles User familiarity • The interface should be based on user-oriented terms and concepts rather than computer concepts • E.g., an office system should use concepts such as letters, documents, folders etc. rather than directories, file identifiers, etc. Consistency • The system should display an appropriate level of consistency • Commands and menus should have the same format, command punctuation should be similar, etc. Minimal surprise • If a command operates in a known way, the user should be able to predict the operation of comparable commands ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 3
  • 4. UI design principles (cont.) Recoverability • The system should provide some resilience to user errors and allow the user to recover from errors • This might include an undo facility, confirmation of destructive actions, 'soft' deletes, etc. User guidance • Some user guidance such as help systems, on-line manuals, etc. should be supplied User diversity • Interaction facilities for different types of user should be supported • E.g., some users have seeing difficulties and so larger text should be available ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 4
  • 5. Topics Covered  Design Issues  The UI Design Process  User Analysis  User Interface Prototyping  Interface Evaluation ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 5
  • 6. Design Issues The designer of a user interface to a computer is faced with two key questions: 1. How should the user interact with the computer system? 2. How should information from the computer system be presented to the user? ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 6
  • 7. Interaction styles Direct manipulation • Easiest to grasp with immediate feedback • Difficult to program Menu selection • User effort and errors minimized • Large numbers and combinations of choices a problem Form fill-in • Ease of use, simple data entry • Tedious, takes a lot of screen space Command language • Easy to program and process • Difficult to master for casual users Natural language • Great for casual users • Tedious for expert users ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 7
  • 8. Information presentation Information presentation is concerned with presenting system information to system users The information may be presented directly or may be transformed in some way for presentation The Model-View-Controller approach is a way of supporting multiple presentations of data Information to Presentation be displayed software ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 8 Display
  • 9. Information display factors Is the user interested in precise information or data relationships? How quickly do information values change? Must the change be indicated immediately? Must the user take some action in response to a change? Is there a direct manipulation interface? Is the information textual or numeric? Are relative values important? ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 9
  • 10. Alternative information presentations Jan Feb M ar A il M pr ay June 2842 2851 3164 2789 1273 2835 4000 3000 2000 1000 0 Jan Feb Mar A il M pr ay June ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 10
  • 11. Information display 1 0 10 20 4 2 3 Dial with needle Pie chart Thermometer Horizontal bar ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 11
  • 12. Displaying relative values Pressure Temper atu re 0 100 200 300 400 0 25 50 75 100 ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 12
  • 13. Design factors in message wording  Context  Experience  Skill Level  Style  Culture ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 13
  • 14. Design factors in message wording Context Whenever possible, the messages generated by the system should reflect the current user context. As far as is possible, the system should be aware of what the user is doing and should generate messages that are relevant to their current activity. ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 14
  • 15. Design factors in message wording(Cntd.) Experience As users become familiar with a system they become irritated by long. ‘Meaningfull’ messages. However, beginners find it difficult to understand short, terse statements of a problem. You should provide both types of messages and allow the user to control message conciseness. ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 15
  • 16. Design factors in message wording(Cntd.) Skill Level Messages should be tailored to the users’ skills as well as their expericence. Messages for the different classses of users may be expessed in different ways depending on the terminology that is familiar to the reader. ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 16
  • 17. Design factors in message wording(Cntd.) Style Messages should be positive rather than negative. They should use the active rather than the passive mode of address. They should never be insulting or try to be funny. ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 17
  • 18. Design factors in message wording(Cntd.) Culture Whenever possible, the designer of messages should be familiar with the culture of the contury where the system is sold. There are distinct differences between Europe, Asia and America. A suitable message for one culture might be unacceptable in another. ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 18
  • 19. System and user-oriented error messages U se r- o rie nte d e rro r me ssa g e Sy ste m- o rie nte d e rro r me ssa g e Erro r #27 ? Pa tie nt J. Ba te s is no t re g iste re d Invalid patient id entered Click on Patients for a list of registered patients Click on R etry to re-input a patient name Click on Help for more information OK C a nce l Pa ti e nts H e lp R e tr y C a nce l ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 19
  • 20. User interface design process Analyse and Produce paper- Evaluate design understand user based design with end-users activities prototype Produce Design Evaluate design dynamic design prototype with end-users prototype Executable Implement prototype final user interface ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 20
  • 21. User Analysis If you don’t understand what users want to do with a system, then you have no realistic prospect of designing an effective user interface. To develop this understanding, you may user techniques such as task analysis, ethnographic studies, user interviews and observations or commonly, a mixture of all of these. ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 21
  • 22. Analysis Techniques Hierarchical Task Analysis(HTA) In HTA, a high level task is broken down into subtasks, and plans are identified that specify what might happen in a specific suitation. ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 22
  • 23. Analysis Techniques (Cntd.) Ethnography It closely observe how people work, how they interact with others and how features in the workplace are used to support their work. The advantage of ethnography is that the ethnographer can observe intuitive actions and informal collabrations that can then spark further discussions about the work. ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 23
  • 24. User Interface Prototyping Approachers  Paper Prototyping  Storyboard 3 Main Approachers  Script-driven approach(Macromedia)  Visual Programming Languages(VB)  Internet-Based Prototyping(Java) ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 24
  • 25. Interface Evaluation It is the process of assessing the usability of an interface and checking that it meets user requirements. Therefore, it should be part of the normal verification and validation process for software system. ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 25
  • 26. Simple evaluation techniques Questionnaires for user feedback Video recording of system use and subsequent tape evaluation. Instrumentation of code to collect information about facility use and user errors. The provision of a “gripe” button for on-line user feedback. ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 26
  • 27. Usability attributes Attribute Description Learnability How long does it take a new user to become productive with the system? Speed of operation How well does the system response match the user’s work practice? Robustness How tolerant is the system of user error? Recoverability How good is the system at recovering from user errors? Adaptability How closely is the system tied to a single model of work? ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 27
  • 28. Key points Interface design should be user-centred. An interface should be logical and consistent and help users recover from errors Interaction styles include direct manipulation, menu systems form fill-in, command languages, and natural language Graphical displays should be used to present trends and approximate values. Digital displays when precision is required Colour should be used sparingly and consistently ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 28
  • 29. Key points Ideally, a user interface should be evaluated against a usability specification What about help for the user? • Systems should provide on-line help. This should include “help, I’m in trouble” and “help, I want information” • A range of different types of user documents should be provided ©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 15 Slide 29