Java Games: Flashcards, matching, concentration, and word search.

Chapter 5 - Computer Science

Math Operations

AB
assignment operatorChanges the value of the variable to the left of the operator.
arithmetic operatorsUsed to perform calculations in C++.
modulus operatorreturns the remainder rhater than the result of the division.
compound operatorsSpecial operators that provide a shorthand notation for statements that change a variable.
incrementingAdding 1 to a variable.
decrementingSubtracting 1 from a variable.
order of operationsRules related to the order in which operations are performed in mathematics.
promotionThe condition in which the data type of one variable is temporarily converted to match the data type of another variable.
typecastingUsing a typecast operator.
overflowThe condition where an integer becomes too large for its data type.
underflowOccurs with floating-point numbers when a number is too small for the data type.

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities