Home         Resumé         Interests         Courses         Projects        


CS 115 - Introduction to Programming

Fall, 2012 - 5.0 Credits

Course Overview:

An introductory course in programming using VB.NET. No previous programming experience is expected. Topics include designing, creating and debugging interactive, event-driven programs with a graphical user interface and developing problem-solving skills.

Course Objectives:

Upon successful completion of the course, students will be able to:

  1. Use correct syntax and structure of the Visual Basic language.
  2. Design an appropriate User Interface for a simple Visual Basic application.
  3. Analyze problems typical of the business, scientific or home environment and to formulate solutions in quantitative terms capable of computer solution.
  4. Design algorithms typically used in computer programming.
  5. Lay out a flow chart for a typical algorithm.
  6. Utilize Sequence, Selection and Iteration constructs in the design of solutions.
  7. Design, code, correct, test and execute a Visual Basic program.

Course Syllabus:

What I Learned:

This introductory course was both interesting and challenging. Coming into the class, I had no prior programming experience. This class did an excellent job of exposing me to the basic concepts and constructs of programming, and the projects allowed me to build upon that initial skill set.