CSS 341 Homework # 4
Due at Catalyst Drop Box for HW4 by turn-in time on November 16, 2009
This assignment is to be done by each student working alone. You may discuss general concepts and issues, but not develop code together or share solutions. Place the answers, with supporting work, in electronic format and submit to the drop box.
When I ask for vbs code, I want to see more than really sketchy pseudo code. The code may not be fully debugged and polished, but should present a reasonable early version of a program to solve the problem. Note, because time is short, it is better to have all of the problems addressed with code that is not fully debugged than to have some finished and others not done at all. If all you get done before deadline is pseudocode or other design framework, that would earn partial credit.
For problems 1- 3 below you should design your
implementation or using the TextStream Object of vbs and the methods
contained there. The vbs code does not have to execute or be debugged – but should
serve to indicate how you are approaching the problem. We used it in the notes
and examples of Week 4, and it is discussed in Lomax starting on page 413. See
WorkWithTextFiles.vbs and WorkingWithDynamicArrays.vbs in the
Week 4 examples.