Selection time for menu items


The time necessary to select an item i from a menu of length n is composed of the search time S plus


Search time S

1.1 Beginning users

There are three possible search strategies The linked image shows three search stragegies in menus: serial, random with replacement, and random without replacement

In all three cases, S is proportional to n. In case (3), both the expected means and the variance is higher than in (2) and (1).
 

1.2 Advanced users

Advanced users remember the approximate position of frequently used items fairly well. The search time S then is nearly constant (i.e., independent of n). The linked image shows that the response time of unpractised subjects is linear with the menu length while the response time of practised subjects is nearly constant

Finger pointing to the right     The length of a menu influences the search time only when the user is a beginner.

Finger pointing to the right    The search time of beginners is likely to be shorter if frequently-used items are placed on top.