
December 1st, 2011, 09:36 AM
|
 |
Likely to be eaten by a grue.
|
|
Join Date: Oct 2006
Location: Pennsylvania, USA
|
|
|
What most administrators and older students don't realize is that "computer science 101" has a prerequisite of "general computers 605." If they're not sufficiently advanced in general computer knowledge, they're going to be spending their time learning how to save a document rather than how to clone a variable.
The first thing you need to do is isolate their misunderstandings and their fundamental problems. You say they don't know what a variable is. Make a poster defining variable types, hang it in a visible area.
As for the project specifications, start them with the very basics. Make a form with two inputs, a button, and a label. When they click the button, the numbers in the inputs are added together and the result is put in the label.
From there, you can move on to slightly more complex math. Maybe doing a factorial calculation in a loop. Maybe calculating logarithms longhand (probably not). You can get through a lecture on every single control structure with the "two inputs, button, output" form. Once they're comfortable with control structures, then you can move on to other form elements. learn the algorithms first, then the interfaces.
As for the book, a "for dummies" guide might actually be good, but all the O'Reilly books are of high quality and they're available at local bookstores for the most part.
-Dan
__________________
HEY! YOU! Read the New User Guide and Forum Rules
"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -Benjamin Franklin
"The greatest tragedy of this changing society is that people who never knew what it was like before will simply assume that this is the way things are supposed to be." -2600 Magazine, Fall 2002
Think we're being rude? Maybe you asked a bad question or you're a Help Vampire. Trying to argue intelligently? Please read this.
|