CSSE 120 -- Intro. to Software Development

Homework 13

  1. Install the Create Simulator by following the instructions at:
        http://www.rose-hulman.edu/class/csse/resources/Robotics/InstallingCreateSimulator.htm
    
  2. Reading and quizzes on reading:
    1. If you have not already done it, complete the assigned reading for session 13: Zelle sections 8.1-8.3.
    2. (22 Points) If you have not already done it, complete the ANGEL quiz over this reading.
      • You'll find this on the course Angel page,
        under Lessons → Homework → Homework 11 → Loops I
    3. Complete the assigned reading for session 14: Zelle sections 8.4-8.6.
    4. (15 Points) Complete the ANGEL quiz over this reading.
      • You'll find this on the course Angel page,
        under Lessons → Homework → Homework 13 → Loops II
  3. If you have not already done so, complete the Distance Traveled robot problem as described in homework 10.
  4. If you have not already done so, complete the factorialTable.py exercise that you began in class, from the 13-LoopPatterns project that you checked out.
  5. If you have not already done so, complete the moneyDeposit.py exercise that you began in class, from the 13-LoopPatterns project that you checked out.
  6. If you have not already done so, complete the findSine.py exercise that you began in class, from the 13-LoopPatterns project that you checked out.
  7. If you have not already done so, complete the guessMyNumber.py exercise that you began in class, from the 13-LoopPatterns project that you checked out.
  8. Complete the clickInsideCircle.py exercise, from the 13-LoopPatterns project that you checked out.
  9. Complete the listMax.py exercise, from the 13-LoopPatterns project that you checked out.