Slashdot Mirror


Attack of the PowerPoint-Wielding Professors

theodp writes "A CS student blogger named Carolyn offers an interesting take on why learning from PowerPoint lectures is frustrating. Unlike an old-school chalk talk, professors who use PowerPoint tend to present topics very quickly, leaving little time to digest the visuals or to take learning-reinforcing notes. Also, profs who use the ready-made PowerPoint lectures that ship with many textbooks tend to come across as, shall we say, less than connected with their material. Then there are professors who just don't know how to use PowerPoint, a problem that is by no means limited to college classes."

2 of 467 comments (clear)

  1. It Works If The Professor Made the Slides by curmudgeon99 · · Score: 5, Interesting

    Speaking as a former professor who has written two entire semesters of Powerpoint lectures in Java, I think the medium is especially effective if the professor knows the material. I gave away my lectures and posted them online forever, so my students loved them. I also do not use powerpoint as just static slides. I use the animation feature to simulate the execution of code, showing (not telling) how variables are handled, how pass by value versus pass by reference works--things like that. It is really valuable if the professor is not a lazy sack of shit. That's the real problem--lazy professors. Profs who write their own lectures are anything but lazy.

  2. Chalk talk rules by Dynetrekk · · Score: 5, Interesting
    I've got a masters degree in physics, and I'm now teaching as part of my duties as a PhD studies. At my university, most professors give "chalk talks", and some use presentation software. In my experience, presentation software lets the lecturer skip quickly ahead before the students have time to make up their mind about "what just happened", and don't have time to take notes. During a chalk talk, the speed of progress is limited by the time it takes to write up that big nasty equation, and the lecture proceeds at a natural pace. Most importantly, the students more easily see how you think while doing a calculation; if using a powerpoint slide, forget that.

    Conclusion? Chalk Talk rules for fundamental science teaching. Powerpoint is probably OK for management theory classes.