

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

![[Courses]](../icons/up.png)
![[Rich]](../icons/prev.png) ![[Home]](../icons/home.png) ![[Rich]](../icons/next.png)
![[Author]](../icons/author.png) |
General Lab Information
Most of the information on this lab assignment can be found
here.
My section of CS321 should replace Dr. Welch's lab report instructions
with the following instructions. You should be able to demonstrate
to me during the last class time on November 9, 2000 that your program works
correctly.
Note: This lab is worth double credit (200 points)
Lab report (due 11pm, Wednesday of week 10)
The lab report need not be self-contained. Your report should include:
- Documented source code (clearly
identifying any changes made since your last submission) Note: you
should include all the source code necessary to compile your project
except for unmodified source code written by Dr. Welch. For example, you
don't need to include shell.cpp if you didn't modify it.
You may wish to use gensrc, a shell script
which will produce one file containing all of your source code files
and Makefile with the markup commands required by my electronic
submission procedure.
- Discussion including:
- A tally of the number of new Non-commented Lines Of
Code (NLOC) written for this lab assignment. You should use the
CLC
perl script on your code. If possible, break the NLOC down
into the various features you needed to implement.
- A summary of your activity log indicating how much time you spent
on each phase of the assignment. Please report the time in the
following categories:
- Design
- Coding
- Debug (before you think it's working)
- Test (after you think it's working)
- Documentation
- Other
- A brief narrative -- the problems you encountered, how you solved them,
and what you learned.
- You will need to demonstrate your completed program to the instructor
at the beginning class on November 9, 2000.
- Extra credit is available but only if it is clearly identified during
the demonstration and in your report.
As with any report you submit, correct spelling
and grammar are required. In addition, your report should be submitted
electronically following the Electronic
Submission Guidelines. (You may wish to consult the
sample report before submitting your
report.) Be sure to keep copies of all your files, in case something
gets lost. It may be wise to keep a diskette backup as well.
If you have any questions, consult the instructor.
|