The Influence of Color-Enhanced and Graphical Information Presentation in Decision Making

  • Authors:
  • Isak Benbasat;Albert S. Dexter;Peter Todd

  • Affiliations:
  • -;-;-

  • Venue:
  • ACM SIGCHI Bulletin
  • Year:
  • 1987

Quantified Score

Hi-index 0.02

Visualization

Abstract

Two experiments were performed to study students' ability to write recursive and iterative programs and transfer between these two skills. They wrote functions to accumulate instances into a list. Problems varied in terms of whether they were recursive or iterative, whether they operated on lists or numbers, whether they accumulated results in forward or backward manner, whether they accumulated on success or failure, and whether they simply skipped or ejected on failure to accumulate. Subjects had real difficulty only with the dimensions concerned with flow of control--namely, recursive versus iterative, and skip versus eject. We found positive transfer from writing iterative functions to writing recursive functions, but not vice versa. A subsequent protocol study revealed subjects had such a poor mental model of recursion that they developed poor learning strategies which hindered their understanding of iteration. It is argued that having an adequate model of the functionality of programming is prerequisite to learning to program and that it is sensible pedagogical practice to base understanding of recursive flow of control on understanding iterative flow of control.