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

ECC-Puzzles Vocabulary

AB
CodingTelling a computer what to do.
DevelopersWrite code to build their own apps and games.
CommandAn instruction to perform a specific action.
SequenceThe order in which instructions are performed.
AlgorithmA step-by-step set of instructions to solve a problem or complete a task.
BugAn error in your code.
DebuggingThe process of finding and fixing an error.
PseudocodeAn informal description of code or a concept that's intended for human reading.
For loopAn instruction to repeat a set of commands for a certain number of times.
CompositionPutting smaller parts of a program together to solve a larger problem.
DecompositionBreaking a larger problem into smaller
AbstractionSpotting what's common to a group of things so that it's easier to think about the group.
FunctionA set of commands that has been given a name. We can call the set of commands when we need it by using the name.
If statementTells us what to do if a condition is true.
If-else statementTells us what to do if a condition is true
ConditionSomething we can check to tell if it's true or false.
Conditional statementGives an instruction to do something when certain conditions are true.
While loopTells us to repeat a set of commands while a condition is true. When the condition is no longer true
Nested loopA loop inside another loop.
User Interface (UI)What users see in front of them as they use an app
User Experience (UX)The experience users have of the app.
NavigationHow users move through an app.


CTE Teacher
NC

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