Download as pdf or txt
Download as pdf or txt
You are on page 1of 29

Chapter 2

Exploring the Human-Computer Interface

Learning Objectives
Give names to computing features that you know intuitively Explain placeholders and the placeholder technique Explain how metaphor is used in computing Describe the desktop metaphor, giving examples of appropriate icons Describe the touch metaphor, giving sample motions Explain how the desktop and touch metaphors differ

Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Feedback
A computer assists us, doing whatever we ask it to do We want our assistant to report on the progress of the task it is doing We need to know that the task was done and when to give another one Computer systems always give the user feedback about whats happenin
Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Feedback
Feedback is an indication that either the computer is still working or is done Feedback takes many forms:
The revision is visible Areas on the screen become highlighted, shaded, gray, underlined, color change, or you might hear a click

Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Feedback
Most common form of feedback is that the computer is performing a time-consuming operation
Cursor is replaced by a different icon Some apps give custom feedback Or use a progress bar to give an estimate on time remaining Always expect feedback

Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Consistent Interface
Regardless of who makes the software, icons and menus tend to be similar
Especially so within a specific company (Microsoft for example) Look for similar menu names, like File and Edit Look for similar functions within the menus, like Cut, Copy, Paste in the Edit menu

Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Consistent Interface
Why?
1. Companies reuse the same code in each of their applications 2. Aids you in learning and using additional applications 3. Certain operations are so fundamental to processing that all apps just use those oprations

Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

New Instance
Under File you usually find a command, New
New creates a blank instance of the kind of files the application creates What is blank information?
An empty structure to hold (record) all of the properties of that file and store its content Example: A new/empty address book entry is ready to hold names, images, and phone numbers about the new individual
Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

New Instance for the Address Book

Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Clicking and Blazing


Consistency provides a strong sense of familiarity with a new application With a new app, two important activities are immediately performed:
Clicking Around to explore the application to see what features are available Blazing Away is trying the application in a way you havent done so before

Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Perfect Reproduction
Computers encode information as a sequence of binary digits, 0s and 1s Because of the use of two digits, we call it digital information Using only 0s and 1s means that digital information can be perfectly reproduced or replicated
10010111 10101100 11001010
Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Exact Duplicate
A second copy is made simply by duplicating the sequence of 0s and 1s This is one way digital improves on analog information
Analog information comes from or is stored on a continuously variable medium A copy of an image, for example, could come out too dark or too light when compared to the original
Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

The Perfect Reproduction Property of Digital Information


It also doesnt matter where the copy came from:
Both the original and the copy are the same sequence of 1s and 0s Every copy can be made from the last copy, and still be identical to the original!

Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Copying
Copy/Paste/Edit
Copy and Paste operations are available in many applications When editing a file, you can either create content from scratch or use Copy/Paste (C/P) to reproduce it from another location Copy/Paste is generally faster and less error prone

Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

How We Learn Technology


Find and ReplaceAll
In Find/Replace editing operations, the source content to Find is identified in the document The target content to Replace it with is also identified Find/ReplaceAll (F/RA) is an all-at-once version of Copy/Paste
Use an abbreviation of a long name or title as a placeholder, then use F/RA to put in the correct name all at once!
Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Placeholder Technique
When many the purpose or operation of a new technology may seem obvious Some technologies require instruction (driving a car or using a chain saw!) Much of the technology we use we figure out on our own
We know intuitively what to do The technology developers did that on purpose!
Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Metaphors
In computing, a metaphor is an icon or image used as representative or symbolic of a computation When designers create a technology, they use metaphors to help users know how to operate their devices without reading a manual Metaphors are a terrific solution!
Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

The Desktop
In the 70s the first personal computer (the Alto) was developed It was the first computer with a Graphic User Interface when the computer booted Since the computer was designed for business use, the metaphor that was used for the screen was desktop
Other business metaphors: files, folder, documents
Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

The Desktop

Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

The Desktop
Steve Jobs and Steve Wozniak founded Apple and built computers without GUIs Jobs saw the Alto and liked the GUI concept Apple redesigned an unsuccessful personal machine (Lisa), then launched the Mac in 1984 Soon after, Microsoft began developing Windows to replace its DOS system
Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

More Computer Metaphors


The Mac first introduced the mouse to the publicanother component in desktop metaphor
Apple did not invent it Stanford Research Institute invented the mouse years in December 1968 When introduced, it was stated that they called it a mouse and didnt know why they didnt change the name!
Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Changing Metaphors
A new idea, the touch metaphor
Users touch the content, smart phones, tablets, and other mobile devices Example: the Cover Flow mechanism for scanning through a list, using a sweeping motion of the pointer

Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Touch Metaphor Gestures

Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Metaphor Relationships
The touch metaphor is intended to simplify the use of smart phone and tablets This technology is not new (use of stylus and touch screen interaction at kiosks) Touch has no mouse Its possible to use the touch metaphor with a trackpad or mouse so it is not limited to mobile devices
Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Why is Touch a Metaphor?


Its a way to eliminate the mouse, but It changes how humans interact with the computer
Scrollbars using the desktop metaphor for moving through a display Small screens dont have room for scrollbars Direction of motion is opposite between touch and desktop metaphors
Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Why is Touch a Metaphor?


It changes how humans interact with the computer
With the touch metaphor, your hands are on the content You move the content to where you want it to be With the desktop metaphor you slide a window over the content

Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Summary of Metaphors
We use technical metaphors daily
They are 100 percent synthetic, created by imagination of the developers They are meant to simplify the use of the devices.

The touch metaphor will not replace the desktop metaphor Both have extensively determined how we think and behave with technology
Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Summary
We can figure out software because designers use consistent interfaces, suggestive metaphors, and standard functionality. We should explore a new application by clicking around and blazing away. Making exact copies is a fundamental property of digital information that we use daily.
Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Summary
Find and ReplaceAll are standard operations that simplify our computer use. Metaphors are essential to computer usage because the guide us in learning and using software. The desktop metaphor is classic; the touch metaphor is newer; they will co-exist.

Copyright 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

You might also like