Nobody
2009-10-05 08:56:22 UTC
Most students in the class continue to ask me for help, but what’s interesting is that I notice that the usual problem is that students don’t really think about the logic of their problems once they start an assignment, end up making something with a ton of syntax errors, then when and if the they fix the syntax errors they still can’t find out what’s wrong with their programs because they never put in the time to work out the logic.
Don’t get me wrong, the first time I took this course I almost failed it; I just had to repeat it because I got a D the last time. The reason I got a D really wasn’t because I wasn’t trying or the lack of planning that went into my assignments; I had a different problem. The last time I took it, the instructor would get mad and say we were being disruptive students if we simply asked questions (and threaten to kick out of the class), didn’t give us an actual text book to use for the course (what we we’re given was actually a reference manual), and the manual that we used for the course would was not compatible with the simulator program that we had to run our programs in (We used IBM PC370 assembly instead of 80x86). The only reason I ended up passing was I had looked up all the programs the instructor gave us to use as examples on how to get certain macros to work, and I was able to find out that they had been plagiarized from a book that had been out of print for about 15 years. I found the book online, ordered it, and with the information on how to use certain macros and how to structure input files I managed to get my last two assignments working. Anyway, I’m not trying to complain about how shitty and unfair my instructor was last time; but, even though I spent about 40 hours a week on assignments, through reading the book I found online, I learned everything that the course taught by myself, and I learned it faster.
I guess what I’m asking is, why these students really don’t know how to write programs? To help them, I usually end up not working on their assignments for them, but by teaching those tools they should already know about, like pseudo-code and flow charts. I also usually end up telling them to re-read the parts of the book they don’t understand. They usually end up coming back to me to thank me; and while I believe in giving credit where credit is due, I don’t really feel like I’ve done anything for them. I just tell them things they should already know.