Human Computer Interaction Lecture 07 The Interaction

Slides:



Advertisements
Similar presentations
Prof. Yitzchak Rosenthal
Advertisements

Windows Test Review.
Imran Hussain University of Management and Technology (UMT)
The Interaction notion of interaction interaction frameworks
1 Windows CIS*2450 Advancing Computing Techniques.
Foundation Level Course
COMPREHENSIVE Windows Tutorial 3 Personalizing Your Windows Environment.
The Interaction IACT 403 IACT 931 CSCI 324 Human Computer Interface
XP Exploring the Basics of Microsoft Windows XP1 Exploring the Basics of Windows XP.
Exploring the Basics of Windows XP. Objectives Start Windows XP and tour the desktop Explore the Start menu Run software programs, switch between them,
Interaction Styles Interface Widgets. What are Interaction Styles?  A Collection of interface objects and associated techniques from which an interaction.
Chapter 4: Working with Windows Types of Windows –Program Windows –Message Boxes –Dialog Boxes Elements of a Window –Window Panes –Scroll Bars –Menus –Tool.
Exploring the Basics of Windows XP
Module 3 Productivity Programs Common Features and Commands Microsoft Office 2007.
SOFTWARE INTERFACES Marek Milosz PROfessional network of Master’s degrees in Informatics as a Second Competence – PROMIS ( TEMPUS FR-TEMPUS-JPCR)
Human-Computer Interaction
Chapter 3 the interaction.
CST-092 © Delta College CST FacultyIntroduction to Windows Operating System Lecture 2.
IE 411/511: Visual Programming for Industrial Applications
Material from Authors of Human Computer Interaction Alan Dix, et al
Productivity Programs Common Features and Commands.
Copyright © 2010 Wolters Kluwer Health | Lippincott Williams & Wilkins Introduction to Windows Chapter 2.
Chapter 2 the interaction. The Interaction interaction models –translations between user and system ergonomics –physical characteristics of interaction.
Exploring Windows and Essential Computing Concepts 1 Windows Desktop u Windows Basics u Icon u Start Button u My Computer u Network Neighborhood u Recycle.
Microsoft Office XP Illustrated Introductory, Enhanced Started with Windows 2000 Getting.
® Microsoft Office 2010 Exploring the Basics of Microsoft Windows 7.
CISB213 Human Computer Interaction Understanding Interaction 1.
Computing Fundamentals Module Lesson 7 — The Windows Operating System Computer Literacy BASICS.
Catholic University College of Ghana Fiapre-Sunyani INFORMATION TECHNOLOGY I Audrey Asante, Faculty of ICST Graphic User Interface Tutorials and Documentation.
Windows 95/NT/XP. What is Windows 95/NT/XP n A program that sets up an environment for you to work in on your computer, based on colorful pictures (icons)
Basics of Windows 95/98/NT. Versions of Windows Windows 95 and 98 used mainly on standalone computers Windows NT used on networked computers (as in our.
PhotoShop Creative Suite 3 Chapter 1 The Work Area.
 2002 Prentice Hall. All rights reserved. 1 Introduction to the Visual Studio.NET IDE Outline Introduction Visual Studio.NET Integrated Development Environment.
Introduction to PowerPoint 2003 Professional Development Training for Classroom Teachers.
MS WORD INFORMATION TECHNOLOGY MANAGEMENT SERVICE Training & Research Division.
Human Computer Interaction Lecture 07 The Interaction.
Chapter 2 – Introduction to Windows Operating System II Manipulating Windows GUI 1CMPF112 Computing Skills for Engineers.
Fundamentals of Windows Mouse n 4 Basic Operations: –Pointing –Clicking –Double Clicking –Dragging.
Windows Tutorial 3 Personalizing Your Windows Environment
Creating a Presentation
Human Computer Interaction (HCI)
Computer Literacy BASICS
Chapter 2: The Visual Studio .NET Development Environment
The Interaction Notion of interaction interaction frameworks
PhotoShop Creative Suite 3
11.10 Human Computer Interface
Chapter 2 – Introduction to the Visual Studio .NET IDE
dialogue … computer and user distinct styles of interaction
MANIPULATING TEXT WITHIN AND BETWEEN DOCUMENTS
An Introduction to Computers and Visual Basic
Exploring the Basics of Windows XP
Program and Graphical User Interface Design
Introduction to Microsoft Windows
Week: 06 Human-Computer Interaction
Microsoft Office Illustrated Introductory, Windows XP Edition
Module 1: Getting Started with Windows 95
Microsoft Windows 2000 Professional
COMP444 Human Computer Interaction Understanding Interaction
Exploring the Basics of Windows XP
Key Applications Module Lesson 12 — Word Essentials
GRAPHICAL USER INTERFACE
Productivity Programs Common Features and Commands
New Perspectives on Windows XP
An Introduction to Computers and Visual Basic
Graphical User Interfaces
Key Applications Module Lesson 12 — Word Essentials
Welcome To Microsoft Word 2016
An Introduction to the Windows Operating System
Presentation transcript:

Human Computer Interaction Lecture 07 The Interaction

Elements of the WIMP Interface windows, icons, menus, pointers, buttons, toolbars, palettes, dialog boxes

Windows Areas of the screen that behave as if they were independent can contain text or graphics can be moved or resized can overlap and obscure each other, or can be laid out next to one another (tiled) Scrollbars allow the user to move the contents of the window up and down or from side to side Title bars describe the name of the window

Icons Small picture or image Represents some object in the interface often a window or action Windows can be closed down (iconified) small representation for many accessible windows Icons can be many and various highly stylized realistic representations. Arbitrary symbols should not be used. Icons should be translator. Should be combination of both above

Pointers Important component WIMP style relies on pointing and selecting things Uses mouse, trackpad, joystick, trackball, cursor keys or keyboard shortcuts Wide variety of graphical images

Menus Choice of operations or services offered on the screen Required option selected with pointer problem – take a lot of screen space solution – pop-up: menu appears when needed

Types of Menus Menu Bar at top of screen (normally), menu drags down pull-down menu - mouse hold and drag down menu drop-down menu - mouse click reveals menu Contextual menu appears where you are pop-up menus - actions for selected object pie menus - arranged in a circle easier to select item (larger target area) quicker (same distance to any option) … but not widely used!

Menus cont Cascading menus Keyboard accelerators hierarchical menu structure menu selection opens new menu and so on Keyboard accelerators key combinations - same effect as menu item two kinds active when menu open – usually first letter active when menu closed – usually Ctrl + letter usually different !!!

Menus Design Issues which kind to use what to include in menus at all words to use (action or description) how to group items choice of keyboard accelerators

Buttons Individual and isolated regions within a display that can be selected to invoke an action Special kinds radio buttons – set of mutually exclusive choices check boxes – set of non-exclusive choices

Toolbars Long lines of icons … … but what do they do? Fast access to common actions Often customizable: choose which toolbars to see choose what options are on it

Palettes and Tear-off menus Problem menu not there when you want it Solution palettes – little windows of actions shown/hidden via menu option e.g. available shapes in drawing package tear-off and pin-up menus menu ‘tears off’ to become palette

Dialogue Boxes Information windows that pop up to inform of an important event or request information. e.g: when saving a file, a dialogue box is displayed to allow the user to specify the filename and location. Once the file is saved, the box disappears.