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.

Slides:



Advertisements
Similar presentations
Windows Basics An Introduction to the Windows Operating System.
Advertisements

Human Computer Interface
Designing a Graphical User Interface (GUI) 10 IST – Topic 6.
XP Exploring the Basics of Microsoft Windows XP1 Exploring the Basics of Windows XP.
User Interface Design: Methods of Interaction. Accepted design principles Interface design needs to consider the following issues: 1. Visual clarity 2.
Exploring the Basics of Windows XP. Objectives Start Windows XP and tour the desktop Explore the Start menu Run software programs, switch between them,
Ch 7 & 8 Interaction Styles page 1 CS 368 Designing the Interaction Interaction Design The look and feel (appearance and behavior) of interaction objects.
Interaction Styles Interface Widgets. What are Interaction Styles?  A Collection of interface objects and associated techniques from which an interaction.
MCT260-Operating Systems I Operating Systems I Interfaces to Operating Systems.
User Interfaces. User Interface What do we mean by a user interface? The user is the person who is using the computer. A user interface is what he or.
Exploring the Basics of Windows XP
Human Computer Interface. Human Computer Interface? HCI is not just about software design HCI applies to more than just desktop PCs!!! No such thing as.
Operating Systems Chapter 4.
Revision Lesson : DESIGNING COMPUTER-BASED INFORMATION SYSTEMS.
How do people communicate with computers?
Ch 26 & 27 User Interfaces.
Chapter 11: Interaction Styles. Interaction Styles Introduction: Interaction styles are primarily different ways in which a user and computer system can.
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.
Unit 1_9 Human Computer Interface. Why have an Interface? The user needs to issue instructions Problem diagnosis The Computer needs to tell the user what.
©RavichandranUser interface Slide 1 User interface design.
AS Level ICT Selection and use of appropriate software: Interfaces.
Designing Interface Components. Components Navigation components - the user uses these components to give instructions. Input – Components that are used.
XP New Perspectives on Windows XP Tutorial 1 Exploring the Basics.
Copyright © 2010 Wolters Kluwer Health | Lippincott Williams & Wilkins Introduction to Windows Chapter 2.
Why do we need good user interfaces?. Goals of User Interfaces Usable – how much effort to do a task? – example: often-used buttons easier to find – example:
Software Quality Assurance WELCOME Graphic User Interface Testing.
E.g.: MS-DOS interface. DIR C: /W /A:D will list all the directories in the root directory of drive C in wide list format. Disadvantage is that commands.
G063 - Human Computer Interface Design Designing the User Interface.
C OMPUTING E SSENTIALS Timothy J. O’Leary Linda I. O’Leary Presentations by: Fred Bounds.
Graphical User Interface You will be used to using programs that have a graphical user interface (GUI). So far you have been writing programs that have.
Copyright © 2015 Pearson Education, Inc. Publishing as Pearson Addison-Wesley C H A P T E R 13 GUI Programming.
Define and describe operating systems which contain a Command Line Interface (CLI) Define and describe operating systems which contain a Graphical User.
Computing Fundamentals Module Lesson 7 — The Windows Operating System Computer Literacy BASICS.
Different Types of HCI CLI Menu Driven GUI NLI
Catholic University College of Ghana Fiapre-Sunyani INFORMATION TECHNOLOGY I Audrey Asante, Faculty of ICST Graphic User Interface Tutorials and Documentation.
FatMax Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 LicenseCreative Commons Attribution-NonCommercial-ShareAlike 2.5.
CMPF114 Computer Literacy Chapter 3 The Visual Basic Environment 1.
GCSE ICT By the end of this session, you will be able to:  Understand concept of a Windows operating system and have a basic understanding of GUI.
Human Computer Interface INT211
INFORMATION SYSTEM – SOFTWARE TOPIC: GRAPHICAL USER INTERFACE.
Operating System Concepts Three User Interfaces Command-line Job-Control Language (JCL) Graphical User Interface (GUI)
DESIGNING THE USER INTERFACE - Different Interfaces 22 nd AUGUST 2005 LOWER SIXTH COMPUTING LESSON Prepared by:T.Fina.
Types of Software Chapter 2.
Knowledge Based Systems ExpertSystems Difficulties in Expert System Development u Scarce resources – new technology – demand for trained personnel u Development.
Software Interfaces. Learning Objectives Describe the characteristics of different types of user interfaces. Discuss the types of user interfaces which.
Systems and User Interface Software. Types of Operating System  Single User  Multi User  Multi-tasking  Batch Processing  Interactive  Real Time.
Graphical User Interfaces (GUI’s ). & Command-Line Interfaces.
XP New Perspectives on Microsoft Windows XP Tutorial 1 1 Microsoft Windows XP Creating a Web Site Tutorial 1.
A user interface, like the one created by the DOS operating system, that makes use of typed commands.
1 Unit E-Guidelines (c) elsaddik SEG 3210 User Interface Design & Implementation Prof. Dr.-Ing. Abdulmotaleb.
Allows the user and the computer to communicate with each other.
3.1.2 Software and hardware components of an information system
Topics Graphical User Interfaces Using the tkinter Module
Human Computer Interaction Lecture 07 The Interaction
Chapter Topics 15.1 Graphical User Interfaces
11.10 Human Computer Interface
Software Quality Assurance
Human Computer Interface
dialogue … computer and user distinct styles of interaction
Human Computer Interface
Human Computer Interface
GRAPHICAL USER INTERFACE
Human Computer Interface
Human Computer Interface
Chapter 1:Types and Components of Computer
Software Quality Assurance
Chapter 15: GUI Applications & Event-Driven Programming
Human/Computer Interface
Presentation transcript:

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 interface, describe appropriate uses of different styles of user interface.

Styles of Interface

What are the characteristics of these Styles of Interface? Command Based Forms Dialogue Natural Language WIMP

Command Based (CLI) command prompt on screen -e.g. MSDOS prompt commands are typed -text-based via keyboard need to know command language -only for experts -technical problem solving requires very little processing power

Forms represents piece of paper to fill in on-screen -used for data entry -e.g. registering as new member prompts giving assistance -labels boxes to enter data user can be given choices -list boxes, drop-down menus, radio buttons validation checks can be made -certain fields can be made compulsory input useful for novice users

Dialogue dialogue box shown prompts given questions asked -choices to be made responses given

Natural Language

user types or speaks in normal everyday language -computer responds to commands (or reserved words) -e.g. Microsoft Help & Google search engine useful for novice users - no need to understand the computer software to use it. vocal input (via microphone): -useful for physically handicapped people. e.g. writing a letter/searching the web -difficult to use in noisy areas -need to train software to recognise accents

GUI

Graphical User Interface (GUI) WIMP Window: area of the screen contains grouped icons/elements Icons: use of pictures to represent objects or actions Menus: predefined, grouped list of options (pop-up/drop down) Pointers: pointer shape indicates action to be performed memory & processor intensive direct manipulation interface -‘drag & drop’

GUI

Menus/Submenus Features: series of related items which can be selected with pointer -that drop down/pop up -can be cascaded – contextual -submenus structured into options -separated by function

Menus/Submenus