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

CodeCombat Computer Science 2

Core Vocabulary

AB
Basic Syntaxthe basic spelling and grammar of a language
Objecta character or thing that can perform actions
Stringa type of data that represents text
Functionan action performed by an object
Argumentextra info passed into a method to modify what it does
Propertydata about or belonging to an object
While Loopused to repeat actions without having to write code over and over
Variablea symbol that represents data that can change as you store new data in it
If Statementa statement that executes a single statement or a block of statements if a boolean expression evaluates to true
If/Else Statementexecutes some code if a condition is true and another code if that condition is false
Boolean Greater/LessBoolean expressions are used to compare two values and get a true-or-false
Nested If StatementIf you need to test for more than one condition, then take one of several actions, depending on the result of the tests
Eventan object representing something that happened
Conditionalchecks conditions and prforms actions depending on expression


Mrs. Turner

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