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.

Slides:



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

2.10 Human/Computer Interface Understand the need to facilitate an effective dialogue between humans and machines. Explain the need to design systems which.
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.
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.
Alford Academy Business Education and Computing1 Advanced Higher Computing Based on Heriot-Watt University Scholar Materials GUI – advantages and disadvantages.
XP Exploring the Basics of Microsoft Windows XP1 Exploring the Basics of Windows XP.
Lecture 7 Date: 23rd February
1 / 31 CS 425/625 Software Engineering User Interface Design Based on Chapter 15 of the textbook [SE-6] Ian Sommerville, Software Engineering, 6 th Ed.,
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,
1. Plan : 1. Models of interaction 2. Types of interaction 3. Existing technologies 4. Advances in HCI 5. Architecture 2.
Exploring the Basics of Windows XP
Software Development Chapter 2 Interface Design. Need For User Interface Various people from different backgrounds now use computers in everyday life.
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.
Jayden Sedunary. For those non computer literate people, a Graphical User Interface is a type of interface item that allows people to interact with programs.
Ch 6 - Menu-Based and Form Fill-In Interactions Yonglei Tao School of Computing & Info Systems GVSU.
1 SWE 513: Software Engineering Usability II. 2 Usability and Cost Good usability may be expensive in hardware or special software development User interface.
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.
©RavichandranUser interface Slide 1 User interface design.
The ID process Identifying needs and establishing requirements Developing alternative designs that meet those requirements Building interactive versions.
AS Level ICT Selection and use of appropriate software: Interfaces.
USER INTERFACE.
XP New Perspectives on Windows XP Tutorial 1 Exploring the Basics.
MarkNotes Question 1 The Human Computer Interface (HCI) is an important part of an ICT system. Describe four factors which should be taken.
Output Design. Output design  Output can be: Displayed on a screen/VDU/monitor. Printed on paper as hard copy. Sound.
Designing & Testing Information Systems Notes Information Systems Design & Development: Purpose, features functionality, users & Testing.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
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.
AS Level ICT Health and safety guidelines covering the design and introduction of new software.
Different Types of HCI CLI Menu Driven GUI NLI
USER INTERFACE DESIGN (UID). Introduction & Overview The interface is the way to communicate with a product Everything we interact with an interface Eg.
FatMax Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 LicenseCreative Commons Attribution-NonCommercial-ShareAlike 2.5.
Software 3 See Edmodo for images Group name: topcat Group code: i4qf9a 11/03/11.
Graphical User Interface Saint-Petersburg IT College Saint-Petersburg 2014.
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.
MarkNotes Question 1 The Human Computer Interface (HCI) is an important part of an ICT system. Describe four factors which should be taken.
DOCUMENTATION REF: Essentials of IT (Hamilton et al) Chapter 1.
There are a number of different types of computer
11.10 Human Computer Interface
Human Computer Interface
Human–computer interfaces
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.
Human Computer Interface
Human Computer Interface
GRAPHICAL USER INTERFACE
Human Computer Interface
Human Computer Interface
People and ICT INFO 2.
Human-Computer Interface (HCI)
Designing HCI’s for a specific purpose.
HCIs Human Computer Interfaces
Human and Computer Interaction (H.C.I.) &Communication Skills
Human/Computer Interface
Human-computer interaction
ICT and Learning Unit 1 GCSE ICT.
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 EFFECTIVELY EFFICIENTLY ENJOYABLY Tasks can be completed without risk – e.g. flying an aeroplane. Being able to do the right task and do it well – e.g. videoing a TV programme 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 Users should be able to use an interface:

Good Interface Design 2 WHO WHAT ENVIRONMENT FEASIBILITY Who is going to use the system, what are their ages, etc.? What tasks are they likely to want to perform? Repetitive, complex, simple, etc. 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. There are four considerations for an interface designer:

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 1 Increased speed of learning2 Ease of use 3 Confidence for novice users 4 Increase the range of solvable tasks by users 5 Greater range of software available to the average computer user There are five advantages to the ‘common user interface’:

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

Biometric Devices There are many ICT systems that can recognise a particular person by certain biological features such as: The pattern of blood vessels on the retina Finger/hand prints Voice Face Biometric devices are currently used for: Recognition & Registration systems in schools / colleges Recording employees as they clock in and out of work Limiting access of computers to authorised staff Future uses include: Passport Control Admission to clubs and bars

Touch Screen Technology Touch sensitive screens allow the user to make selections by touching specific areas of a screen. Typically they are used for: Purchasing train tickets Information points in museums or galleries Mobile phones Self-service checkouts in supermarkets Satellite Navigation systems The main advantages are: Suitable for the novice user Generally intuitive Easier to use as no typing skills required By using picture icons that are not always language dependant