CS 1160 C/C++ Programming 12 MWF - Spring 2016

April 25th thru April 29th - Week #15


Monday 04/25/2016


  1. TRIVIA GAME - Guessing Competition: Questions and Answer Choices - make up your own TRIVIA questions.
    PROBLEM 16 from the textbook.

  2. Finish up group exercise and evaluate the definition of the Question class that will be used for the TRIVIA game assignment.
    Four different groups, started on Friday and finished today.

  3. STUDY your Rectangles and OOP (Object Oriented Programming) -
    Pages 705-723 of Chapter 13: 
            Member data, member functions, 
                   private and public, 
                           accessors and mutators, OOP, 
                                      classes and objects.
    

Wednesday 4/27/2016


  1. The assignment (Page 797 - Trivia Game) is due on or before Sunday, May 1st at 11:55 PM.
    TRIVIA GAME - Guessing Competition: Questions and Four Answer Choices - make up your own TRIVIA questions if you wish.

    Here is my data file trivia.txt consisting of 10 trivia questions:

  2. SASP - Solve A Simpler Problem - trivia.txt keeping score in an alternating two player guessing game.
    In class C++ code example.


Friday 4/29/2016

  1. Review for the final exam and discuss the TRIVIA game assignment and the Question class accessors and mutators again.

  2. FINAL EXAM is at 1-2:50 pm on Monday May 2nd.

  3. FINAL EXAM STUDY GUIDE: Practice, practice, practice, think, think, think, remember the last 3 letters of the word thINK are INK. It is ten times more effective to WRITE with pen or pencil when you are studying and trying to learn. BICTION.

  4. Simulate test conditions. Practice without looking at notes, then grade your own answer as to what was correct and what you did not get right and how you will remember next time what you forgot when writing code or answering questions.