ITSE 1331 Introduction
to Visual Basic Programming
Course Information:
Course Policies:
Course Catalog Description:
Required Text:
Gaddis 2008 VB textbook
Gaddis 2008 VB Update textbook
Gaddis 2005 VB textbook
Software Requirements:
Bookstores
Course Rationale:
Course Objectives/Outcomes:
Testing Center Policy:
Requirements:
Homework/Programming Assignments:
  1. This course has a hands-on approach to learning Visual Basic.NET. To do well in this course, you must schedule your work time to include anywhere from 5 to 16 hours weekly, depending on previous computer experience. Do not try to put in all the hours in one sitting.
  2. Schedule yourself for several different sessions at the computer. If you wait to complete the step-by-step instructions in each chapter and your Programming Assignment on the due date, you will not gain the skills, experience, and understanding that are expected from completing this class.
  3. Read each chapter as assigned, completing the hands-on exercises as you read. Or you may choose to read the chapter first, and complete the hands-on exercises after reading the chapter. Then you are ready for the Programming Assignment for the chapter.
  4. The practice hands-on programming exercises in each chapter are not included in the calculation of the final grade. The eight Programming Assignments provided below are submitted for grading and are included in the calculation of the final grade.
  5. Access the class orientation as well as all reviews from my home page by hovering over the link Intro to VB Prog .NET ITSE 1331.
Examinations:
Programming Assignments and Exams
Here are added steps that you should do for every program
  1. Be sure to name your Windows Application with a meaningful name that relates to the program.
    Do not use the default WindowsApplication
  2. On all programs add your name as a comment at the top of your code .
  3. Be sure to set the form's title bar to a meaningful name that relates to the program.
AssignmentDueChapt.Prob 2008 text2005 text2008 updated PointsTopicVideoNotes
Orientation6/4         
Program 16/8Challenge 2.2 Page 94Page 93Page 96 50Name and Addressyes
Program 2 6/11Challenge 2.3 Page 94-95Page 93Page 96 50Math Tutorno
Exam 16/15      100Chapters 1 and 2 
Program 3 6/18Challenge 3.1 Page 183Page 182Page 185-186 50Miles Per Gallon
check for non-numeric data
Video notes does not show the try/catch. See Handling Exceptions in Chapter 3. Be sure to put all calculations in your exception handling so that you do not divide by 0.
yes
Number 4 6/22Challenge 4.3 Page 264Page 264Page 268 50Fat Percentage
check for non-numeric data
no
Exam 26/25      100Chapters 3 and 4 
Number 56/29Challenge 5.2 Page 343Page 345Pages 347-348 100Distance Calculator
inputBox1.gif
inputBox2.gif
no
Number 6 7/2Challenge 6.4 Page 402Page 404Pages 406-407 100Joe's Automotive
Check that parts and labor are numeric
no
Exam 37/9      100Chapters 5 and 6 
Number 7 7/13Challenge 7.3 Page 478Page 480Pages 483-484 100Cell Phone Packages
Check that number of individuals on family plan is numeric.
no
Number 8 7/20Challenge 8.2 Page 550Page 549Pages 554-555 100Rainfall Statistics
The example average should be 4.92
no
Exam 47/23      100Chapters 7 and 8 
retest7/30any Exam      Version B