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

AW -- C++ -- Chapter 7 Vocabulary

AB
bitwise operatorsoperators which allow you to work with the actual bits withing a number or character
control expressionan expression that provides for a decision to be made in an if statement or to end a loop
fuzzy logica logic system that allows for true, false, and variations in between
logical operatorsoperators that allow and, or, and not to be implemented as part of logical expressions
menua set of options presented to the user of a program
nesteda programming structure within a programming structure
one-way selection structurea selection structure in which the decision is whether to go "one way" or just bypass the code in the if structure
relational operatorsoperators used to make comparisons
selection structuresstructures that allow for logical decisions
sequence structuresexecute statements one after another without changing the flow of a program
short circuit evaluationa feature which stops evaluating an expression when the expression is determined to be true or false
switch structurea selection structure capable of handling multiple options
truth tablesdiagrams that show the result of logical operations
two-way selection structurea selection structure in which one block of code is executed if the control expression is true and another block is executed if the control expression is false

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