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

CSP Unit 4 - Variables, Conditionals, and Functions Vocabulary

AB
expressiona combination of operators and values that evaluates to a single value
assignment operatorallows a program to change the value represented by a variable
variablea named reference to a value that can be used repeatedly throughout a program.
stringan ordered sequence of characters.
boolean valuea data type that is either true or false.
comparison operators<, >, <=, >=, ==, != indicate a Boolean expression
logical operatorNOT, AND, and OR, which evaluate to a Boolean value.
conditional statementaffects the sequential flow of control by executing different statements based on the value of a Boolean expression.
functiona named group of programming instructions. Also referred to as a ÒprocedureÓ.
function calla command that executes the code within a function


Business Teacher
NC

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