Thursday, January 29, 2009

Introduction to Programming :: Getting Started

Incoming computer science majors will most likely be introduced to programming in Visual Basic, Java, or C++. Even if you aren't a CPSC major you will probably take a programming class as a general education. Many first time programmers will be overwhelmed if they do not allocate their time efficiently. Most errors occur in beginner programs because of a deadline being close and not enough time to really work out a problem. Some general tips that will help new programmers are...

  • Always use your time efficiently
  • Work out the problem on paper before trying to program
  • Make sure you read the book or handouts given by the professor

Using your time efficiently is critical in any college level course. Students should not expect to just pick up on programming; it is a skill that is learned through hours of practice. Professors are hired for a good reason, use them and learn from them rather than just day dream in class. If you follow these tips you will have a better understanding of the topic and your programs will be much easier to build and debug.