ITI 1120 - Assignments

 Important

 Assignments

#
Files
Solutions
Comments
A0

Assignment 0 Instructions
A0Q1 Word File

   
A1

Assignment 1
A1_xxxxxxx.zip

Assignment 1 Solution  
A2

Assignment 2 (revised, Oct 15)
A2_xxxxxxx.zip

Assignment 2 Solution  
A3

Assignment 3 (revised, Nov 8)
A3_xxxxxxx.zip

Assignment 3 Solution The Visio file gives the algorithms found in the Appendix and can help develop the algorithms for questions 1 and 2.

The main algorithm provided had 2 small errors: 1) the 'o' in the instruction block at the very bottom of the main algorithm (part of the outer loop) should be 'y'; 2) the call to genQArray (also in the main algorithm is missing an argument - the call should be genQArray(compArr,timeArr,n)
A4

Assignment 4
A4_xxxxxxx.zip

Assignment 4 Solution  
A5

Assignment 5 (revised, Nov 23)
A5_xxxxxxx.zip

Assignment 5 Solution There was a small error in the UML diagram for the ParkEvent class – it was missing the getTime() method.