REVIEW:

Standard Output Stream
Standard Input Stream
Extraction operator >> cin>>
Insertion operator << cout<<
Types of Variables
  • Int
  • Double
  • String
  • Char
Arithmetic Operator
  • *
  • -
  • +
  • %
*
Comparison Operators
  • &&
  • ||
  • >
  • <
  • >=
  • <=
Truth Tables Examples using && and ||
Nested Decision Structures (2 components and example)
Voting
3 logic errors in nested decision statements (have students find them)

FINAL Vocab list:

Value returning function
Scope
Lifetime
Void function
Variable
Boolean values
Consuming
Floating point numbers
Pseudocode
Object oriented programming
Procedure oriented programming
IDE
Keyword
Bugs
Logic errors
Accumulator
Counter




Video Game Assignment:

Video Game Analysis Assignment Part 1
The goal of this assignment is to deeply examine a single video game this is an individual project (not a team project).
For your assignment, you need to pick a video game, either current or classic, played on either a console, PC, handheld, or cell phone (or any other device).
The total length of your assignment needs to be 7 slides or more. In your slides, you need to:
  • Briefly describe the game at a fairly high level, (Imagine you are creating a Wikipedia article on the game)
    • describing major game elements
    • game genre
    • who makes the game
    • the platform it is played on
    • the year it was released
  • In the remainder of your slides, describe what makes this a good game (or a bad game. You need to be descriptive and precise -- simply stating that "the game rocks" doesn't cut it.
  • Of course, correct spelling and grammar are expected.
  • Slide show must be original, and in your own words. You must properly cite all quotations.

Chapter 9:





Chapter 7 & 8:
Loop review game

CH7 Quiz



Pi Calc:


Chapter 7 PPT

CH6 TEST-


November 25-27:




NOVEMBER 21st-







CH3- TEST



OCT 16th- Create an IPO chart and then C++ code for a program that finds the average of three numbers. Then create a desk check table using the following numbers: 10, 20, 30 AND also 44, 90, 37.


October 4th- Use the following information:

Rule Example using a variable name number
to initialize a int variable set it equal to 0
Example int number = 0;
to initialize a double variable set it equal to 0.0
Example double number = 0.0;
to initialize a char variable set it equal to ' '
Example char number = ' ';
to initialize a string variable set it equal to " "
Example string number = " ";
A named constant puts the word const in front of it
Example const string number = "word"
When you are given a specific thing to set a variable
equal to you just set it equal to what it specifies for
example declare and initial a constant int variable named number to be
set equal to 10.
Example const int number=10;
complete the following worksheet:




one.jpgthree.jpgtwo.jpgfour.jpg
five.jpgsix.jpgseven.jpgeight.jpg
nine.jpgten.jpgeleven.jpgtwelve.jpg