Human Computer Interface

Slides:



Advertisements
Similar presentations
2.10 Human/Computer Interface Understand the need to facilitate an effective dialogue between humans and machines. Explain the need to design systems which.
Advertisements

Human Computer Interface
COMPUTER INTERFACES.
Designing a Graphical User Interface (GUI) 10 IST – Topic 6.
User Interface. What is a User Interface  A user interface is a link between the user and the computer. It allows the user and the computer to communicate.
 An operating system (OS) is a set of computer programs that allow the user to perform basic tasks like copying, moving, saving and printing files. 
User Interfaces. Good interface design  A good interface design can help to ensure that users carry out their tasks: – Safely - in the case of a jumbo.
Windows XP Basics OVERVIEW Next.
Alford Academy Business Education and Computing1 Advanced Higher Computing Based on Heriot-Watt University Scholar Materials GUI – advantages and disadvantages.
Lecture 7 Date: 23rd February
User Interface Design: Methods of Interaction. Accepted design principles Interface design needs to consider the following issues: 1. Visual clarity 2.
1. Plan : 1. Models of interaction 2. Types of interaction 3. Existing technologies 4. Advances in HCI 5. Architecture 2.
MCT260-Operating Systems I Operating Systems I Interfaces to Operating Systems.
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.
GCSE ICT User Interfaces. Learning Intentions: To understand the concept of a Windows operating system and have a basic understanding of GUI. Success.
How do people communicate with computers?
Ch 26 & 27 User Interfaces.
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.
Software GCSE COMPUTING.
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.
Computer Graphics Lecture 28 Fasih ur Rehman. Last Class GUI Attributes – Windows, icons, menus, pointing devices, graphics Advantages Design Process.
AS Level ICT Selection and use of appropriate software: Interfaces.
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.
Define and describe operating systems which contain a Command Line Interface (CLI) Define and describe operating systems which contain a Graphical User.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Different Types of HCI CLI Menu Driven GUI NLI
FatMax Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 LicenseCreative Commons Attribution-NonCommercial-ShareAlike 2.5.
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.
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)
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.
Programming Logic and Design Seventh Edition Chapter 12 Event-Driven GUI Programming, Multithreading, and Animation.
Characteristics of Graphical and Web User Interfaces
There are a number of different types of computer
Lesson Objectives Aims You should be able to:
11.10 Human Computer Interface
System Design Ashima Wadhwa.
Difficulties in Expert System Development
Human Computer Interface
Unit 2 User Interface Design.
TYPES AND COMPONENTS OF COMPUTER SYSTEM
Exploring the Basics of Windows XP
User Interfaces The human computer interface is what allows the user to communicate/Interact with the computer and is often called simply the user interface.
USER INTERFACES AND PROCESSING MODES
Human Computer Interface
Human Computer Interface
Exploring the Basics of Windows XP
GRAPHICAL USER INTERFACE
Human Computer Interface
Software, O/S & Interfaces
People and ICT INFO 2.
Characteristics of Graphical and Web User Interfaces
Human-Computer Interface (HCI)
GRAPHICAL USER INTERFACE GITAM GADTAULA. OVERVIEW What is Human Computer Interface (User Interface) principles of user interface design What makes a good.
GRAPHICAL USER INTERFACE GITAM GADTAULA KATHMANDU UNIVERSITY CLASS PRESENTATION.
Designing HCI’s for a specific purpose.
HCIs Human Computer Interfaces
Human and Computer Interaction (H.C.I.) &Communication Skills
Human/Computer Interface
Human and Computer Interaction (H.C.I.) &Communication Skills
Dialog Design 1 Basic Dialog Styles.
Human-computer interaction
An Introduction to the Windows Operating System
Presentation transcript:

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 “the best HCI”. Choice of interface will depend on: Physical environment Experience of users Amount of info that needs to be gathered/conveyed

Good Interface Design 1 SAFELY ENJOYABLY EFFECTIVELY EFFICIENTLY Users should be able to use an interface: SAFELY Tasks can be completed without risk – e.g. flying an aeroplane. EFFECTIVELY Being able to do the right task and do it well – e.g. videoing a TV programme EFFICIENTLY To carry out tasks quickly and correctly – e.g. at a cashpoint Users should be able to enjoy what they are doing, not be frustrated by the interface – e.g. educational programs ENJOYABLY

Good Interface Design 2 WHO WHAT FEASIBILITY There are four considerations for an interface designer: WHO Who is going to use the system, what are their ages, etc.? WHAT What tasks are they likely to want to perform? Repetitive, complex, simple, etc. ENVIRONMENT Where is the computer to be used? In a hazardous or noisy environment? What is technologically available? Designers should not add elements to the interface that cannot actually be used out easily. FEASIBILITY

User Interfaces – 4 Types 1. Command Line Interface (CLI) A CLI displays a prompt, the user types a command on the keyboard and executes the command. The computer executes the command, providing textual output. 2. Menu Driven Interface The user has a list of items to choose from, and can make selections by highlighting one.

User Interfaces – 4 Types 3. Graphical User Interface (GUI) Uses windows, icons, menus and pointers (WIMP) which can be manipulated by a mouse (and often to an extent by a keyboard as well). 4. Natural Language Interface Can range from simple command systems to voice activated text processing. Commands are spoken in “normal” language.

Command Line Interfaces 1 Advantages Very flexible with the use of “switches” (options) Good for “expert” users - can quickly access commands Uses the fewest system resources

Command Line Interfaces 2 Disadvantages Requires the user to learn “complex” commands or language “Hidden” features i.e. if you don’t know the commands you wont know the features are there! Not very good for novice users

Command Line Interfaces 3 Command Line Interface Applications System administration Engineering applications Scientific applications Ideal for visually impaired users!!!

Menu Driven Interfaces 1 Advantages No need to learn complex commands/language Easier for a novice to learn/use Ideal when there are a limited number of options (efficient)

Menu Driven Interfaces 2 Disadvantages Can be frustrating for experienced users i.e. the command they want to use is buried 5 levels deep!!!! User interface may be limited by screen space and number of options available

Menu Driven Interfaces 3 Menu Driven Applications ATM Mobile Phone MP3 Player Video recorder Household Devices Digital/Cable TV

Graphical User Interfaces 1 Most suitable interface for inexperienced or novice users but… GUIs use more system resources than other types of interface

Graphical User Interfaces 2 Many generic packages for a GUI will share common features Layout of the screen Names given to commands Icons Order of menus Mouse operation Dialog boxes

Benefits of a common interface There are five advantages to the ‘common user interface’: 1 Increased speed of learning 2 Ease of use 5 Greater range of software available to the average computer user 3 Confidence for novice users 4 Increase the range of solvable tasks by users

Natural Language Interfaces 1 Advantages No training required – you just tell the computer what you want to do! Can be quicker than keyboard entry Hands-free – could be invaluable in some environments Can be used by the disabled

Natural Language Interfaces 2 Disadvantages Emerging technology – still contains “bugs” Difficulty dealing with homonyms Difficult to recognise all the different ways of saying things (and regional dialects) Artificial languages are often more precise

Research/Notes Make notes from your textbook (or Internet sources) on HCI Try the past paper questions here Disclaimer: Some of the info in this presentation (slides 3, 4 and 15) comes directly from a presentation by R. Cawley and is © R. Cawley If you choose to alter this presentation please leave this copyright notice intact.