Programs
Programs will be posted here as they are assigned.
Programs in this class is intended to provide students practice with the
concepts discussed in class and in the book. True understanding is only
available with practice.
Programs must be turned in on the assigned due date. No late programs will be
accepted.
Programs :
- should correctly solve the problem presented.
- I will test your programs extensively. Programs that do not produce the correct answer will lose points.
- Programs that do not sufficiently pass the test cases provided in the description will receive a grade of 0 and no further grading will be performed.
- Programs that do not produce the correct output on the test cases provided in the description will not be eligible for a redo.
- In general, you should use the test cases provided. Do no retype these files, download and save the provided example files.
- should be well written and well documented.
- Please refer to these guidelines. An expanded version of this document is available here.
- Programs which fail to follow the program guidelines will be subject to loss of points.
- must compile without errors or warnings using the specified compiler flags on the specified target machine (prog1.cs.pennwest.edu by default).
- Programs that compile with errors will not be graded and are not eligible for a redo.
- Programs that compile with warnings may be graded at the instructor's discretion.
- must employ the proper data structures.
- must employ efficient algorithms.
- must be modular in design, flexible and extensible.
- must be completed on time and submitted according to instructions.
- must be submitted in the required format.
If you turn a valid assignment in on time or early, you may at your option,
resubmit it once after performing corrections and possibly receive a higher score.
This option is not available to late submissions, or to submissions judged by
the instructor to be simply place holders for late programs. The original late
score still applies for others submitting late work.
Resubmissions must be made submitted within one week of the time the program
is graded. The resubmission may be regraded completely. Resubmission
of a program may or may not result in a higher score based upon the
corrections performed. All feedback is expected to be incorporated into
resubmissions.
The resubmission policy is not available for programs submitted during the last week or classes or finals week.
You are responsible for ALL code submitted. You should know what this code
does and be able to explain how the code works.
I may, at my option, require an oral code review for any program submitted.
If you use external sources to complete your programs, you should document this. This includes sources where you copied sections of code, persons who supplied lines of code or collaborators. Failure to do so constitutes plagiarism and will result in severe academic penalties.
- Program 1 Due by the date indicated on d2l and is worth 10 points
- Program 2 Due by the date indicated on d2l and is worth 10 points
- Program 3 Due by the date indicated on d2l and is worth 20 points
- Program 4 Due by the date indicated on d2l and is worth 20 points
- Program 5 Due by the date indicated on d2l and is worth 20 points