Homework 6: Due October 26st

 

Study Questions

  1. What does it mean to increment a value?
  2. What does it mean to decrement a value?
  3. Give examples of the increment operator used in prefix and postfix mode.
  4. Complete checkpoints 4.1, a-d, 4.2-4.6
  5. List the three looping control structures in Java.
  6. Know the meaning of the following terms: loop body, iteration, pre-test loop, post-test loop, event-controlled loop, count-controlled loop, sentinel, infinite loop
  7. What are the purposes of the first, second and third expressions in a for loop header?
  8. Is the for loop a pretest or posttest loop?
  9. Is the while loop a pretest or posttest loop?
  10. Is the dowhile loop a pretest or posttest loop?
  11. Complete checkpoints 4.7-4.15.
  12. Complete the following exercises at the end of chapter 4:

Email Me | Office Hours | My Home Page | Department Home | MCC Home Page

© Copyright Emmi Schatz 2013