(Latest Revision: 10/14/2001)

Week 07 Notes for CS 1500 -- Fall 2001


  • Take roll.

  • Hand Back the quizzes.

  • Announcements
  • Check what's new in schedule

  • Look at the "grader.cpp" program and its sample output "grader.out" to get a sample of the type of if-else logic that is needed in the solo #2 program.

  • Look at all the materials in the solo program #2 assignment directory and review ideas for doing the assignment.

  • Evaluating Expressions -- Look at exercise set 4.1 on pp. 152-153, numbers 1-19. Select a representative sample and work them out with the class.

  • Truth Tables for logical operators

  • De Morgan's Laws -- Examples of Boolean Algebra (see file "DeMorgan.eg" with examples.)

  • Discuss concepts about floats and doubles -- see contents of examples ex0501.cpp, ex0502.cpp, and ex0503.cpp.