CSSE 120 -- Intro. to Software Development

Homework 21

  1. If you haven't already done so, please complete the 5-minute survey for your team project found in Angel at Lessons → Project.
  2. Make sure you understand all the syntax of the RootTable program that we did together in class last week. The last 10 slides of that session that your instructor skipped or skimmed will help reinforce the live coding we did in class.
  3. Take a look at the Python vs C comparison document. You may find this helpful as you try to do things in C that you already know how to do in Python. Feel free to suggest things that we might add to this document.
  4. Do the reading in the text C: The Complete Reference, by Herbert Schildt, listed on the schedule page.
  5. (28 points ) Complete the Angel quiz over the reading assignment. You'll find the quiz on the course Angel page under Lessons → Homework → Homework 21 → General Information about C.
  6. Make sure that your C workspace is configured before Session 22's class. Directions can be found here.