Tuesday 9 July 2013

Read Slowly


The first step in reading actively is to read s-l-o-w-l-y. Here is an algorithm (i.e., a procedure) for how to read any text, in any subject, slowly and actively:
    WHILE there is a next sentence to read, DO:
      BEGIN { while }
        Read it, SLOWLY;
        IF you do not understand it, THEN
          BEGIN { if }
            re-read the previous material, SLOWLY;
            re-read the incomprehensible sentence, SLOWLY;
            IF you still don't understand it, THEN
               ask a fellow student to explain it;
            IF you still don't understand it, THEN
               ask your Teaching Assistant (TA) to explain it;
            IF you still don't understand it, THEN
               ask me;
            IF you are in an upper-level course & you still don't understand it, THEN
               write a paper about it (!)
          END { if } 
    END; { while }
    
Since there is no next sentence (because the Boolean test in the WHILE is false), you've understood the text!
For those of you who may not be familiar with how to read structured computer programs such as this one, here's how it goes: In a "while" statement, if the initial test is false, then the rest of the statement is not executed. So, if you are at the beginning or the middle of reading a text, there will be a "next" sentence, so you do execute the rest of the statement, which says to read that next sentence slowly, etc. However, if you have finished reading the entire text (and, hopefully, have now understood it), then there is no next sentence, so you are finished! (The words in braces, like "{ while }", are just computer-programming notation for a comment that is intended for human readers of a computer program but that is ignored by the computer.)
This algorithm has three major advantages:
  1. It forces you to actively think about each sentence you read before you go on to read the next one.
  2. It slows you down, so that you don't read past the point at which you don't understand. This is especially important in mathematical and scientific subjects.
  3. It can help you get help from your teacher, because you can show your teacher exactly where you got lost. It is always much better to show your teacher exactly what it is that you don't understand than it is to just say that you don't understand the material.
  4. Note that it also provides you an opportunity to interact with your instructors and fellow students!
How do you know whether you understand what you've read? Easy: After each sentence, ask yourself "Why?" (Pressley & El-Dinary 1992).
For more information on slow reading, see:
  1. Pressley, Michael, & El-Dinary, Pamela Beard (1992), "Memory Strategy Instruction that promotes Good Information Processing", in Douglas J. Herrmann, Herbert Weingartner, Alan Searleman, & Cathy McEvoy (eds.), Memory Improvement: Implications for Memory Theory (New York: Springer-Verlag): 79-100.
  2. Fletcher, Lancelot R. (1994), "Slow Reading Lists (and the Meaning of Slow Reading)"
    • Note: If you scroll down about halfway on the above link, you'll reach the section called "What Do I Mean by "Slow Reading"?".
  3. Hartman, Geoffrey H. (1996), "The Fate of Reading Once More", PMLA (Proceedings of the Modern Language Association) 111(3) (May): 383-389; see especially p. 386.
  4. Daly, Robert (2003), "Slow Reading: Why it Matters, How to Do It, How to Teach It"
  5. Waters, Lindsay (2007), "Time for Reading", Chronicle of Higher Education 53(23) (9 February): B6-B8.
  6. Bauerlein, Mark (2008), "Online Literacy Is a Lesser Kind: Slow Reading Counterbalances Web Skimming", Chronicle of Higher Education 54(31) (19 September): B10-B11.
  7. Blessing, Kimberly A. (2013), "I Re-Read, therefore I Understand", Philosophy Now No. 94 (January/February): 17.
    • "René Descartes' advice on reading philosophy"
      1. "Read through the entire work quickly, as you would a novel.…"
      2. "Read through a second time, paying greater attention…"
      3. "Read through a third time, keeping the questions and problems noted in Step 2 in mind.…"
      4. "If some difficulties still remain, re-read those parts a fourth time.…"
  8. And for information on why speed reading doesn't work, see:

No comments:

Post a Comment