Course Notes, Practice Problems, and Solutions

Course Notes and Stuff
Cone of Learning
Coding and Documentation Guidelines


Software Engineering Principles
VBScript Background Concepts
Information on Operators, Assignment statement, and Decisions (If, Select statements)


Finding constants for using Excel spreadsheets in VBScript


Practice Problems and Solutions
Sales Commission problem   .............   solution done in class by students
Bunch of practice problems involving ifs and loops
      Start with $1, double money everyday until $1,000,000 (practice prob 4):   million.vbs
      Find the largest number inputted by a user (practice prob 6):   findLarge.vbs
      Display a square of asterisks of a given size (practice prob 9):   prob9.vbs
Bunch of practice problems subprograms and arrays
More practice problems