|
|
Subject:
cognitive learning in programming
Category: Computers > Programming Asked by: dinos-ga List Price: $10.00 |
Posted:
01 Oct 2002 02:48 PDT
Expires: 31 Oct 2002 01:48 PST Question ID: 71104 |
Where can find the "common error pattern" or "frenquently difficult concept" in first programming language for novice programmer? |
|
Subject:
Re: cognitive learning in programming
Answered By: maniac-ga on 01 Oct 2002 18:11 PDT |
Hello Dinos, In some ways, the answer to your question depends on the language used by the beginning programmer. A few references to illustrate: C and C++ examples: http://www.cprogramming.com/tutorial/common.html Java http://www-106.ibm.com/developerworks/java/library/j-diag1.html PHP http://www.zend.com/zend/art/mistake1.php (and see links to other PHP problems) Tcl/Tk http://mini.net/tcl/2968 (a set of links to common problems) There are certainly recurring themes. Wrong variables. Lack of initialization (where needed). Perhaps more mistakes from omission than comission. If you need some more examples, search with phrases such as beginner mistakes programming or add common, frequent or similar words. I can provide more detail - please use the clarification request if needed. --Maniac | |
| |
|
|
There are no comments at this time. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |