CMSC 434 - Spring 2005
Prof Guimbretiere

Introduction to Human-Computer Interaction


Home Contact Syllabus Schedule HW & Project Links

Homework #3:
(Due 03/09/05)

1) (30 points) Fitt's law

(10 points) Use Fitt's law to compute the time it will take to key in the following key sequence (starting with the finger on top of the "ON" key):

1, 2, "ENTER" key (finger hits the top of the first E), 8, +, 2, ÷, √x.

(HPs use the Inverse Polish Notation. The sequence represents SQRT((12+8)/2)).

You might assume IM = 100ms, each key is .3"x.3", row are .44" apart center to center, column are .44" apart center to center and  a 200ms dwell time (delay) between keys.

(10 points) The manufacturer of this device decides to increase the device dimensions by 25% (both directions; size and distance). How will this influence the time it takes to perform the sequence above? Explain your answer.

(10 points) The manufacturer decides to increase the distance between each key by 25% (both directions; distance only), but to save money use the exact same key size as in the original device. How will this influence the time it takes to perform the sequence above? Explain your answer. 

2) (20 points) The Human Information Processor

(5 points) Using the following figure, name and describe briefly each element of the Human Information Processor.

(15 points) In an experiment, subjects are presented with 2 symbols in sequence and instructed to press the “Y” key only if the two symbols are identical. In one trial, a symbol is presented on the screen, and then the same symbol is presented again.

Describe, in steps, how the different elements of the Human Information Processor interact up to (and including) the point where the key is pressed by the subject (no computations is required).

 

3) (10 points) Skill acquisition

Name and describe the 3 stages of skill acquisition. Illustrate each stage using "learning how to swim" as a running example.

4) (10 points) Motor skill

Explain the following facts:

  • Even though people learn to write with their dominant hand, they can write their name with their nose or with their elbow.

  • In a driving range golfers practice aiming at targets placed at fixed distances (75 yards, 150 yards...) in front of them. It is very unlikely that they will encounter these specific distances during the game. Yet practicing on the driving range does improve one's ability to aim while playing. 

5) (15 points) Echo

You are standing in front of a large concrete wall. Behind, you a friend is blowing a horn creating short pulse of sound every 5 seconds. How far from the wall shall you be to perceive an echo? Explain your answer. (you might assume that the speed of sound is 330 m/s).

6) (15 points) Puzzle

You own a Wolf, a Goat and a Cabbage, and you wish to transfer them from the left bank of a river to the right bank. You were only able to find a boat which can hold yourself  and only one piece of cargo. When left alone, the Wolf wants to eat the Goat and the Goat want to eat the Cabbage (but if you are near, nothing will happen).

Using the theory of problem solving presented by J Anderson, explain how people will solve this well known puzzle. In particular, describe the States, Goals, and Operators and the kind of Search that might be used to solve this problem. Are all steps equally difficult to a person encountering such kind of problem for the first time? Why? Explain all your answers.