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

5.02 Programming Scramble

AB
AlgorithmA set of instructions that tells a computer to complete a task
FlowchartA visual representation, similar to a graphic organizer, of an algorithm
Pseudo CodeAn algorithm that is written in the structural conventions of a programming language, but intended to be read by humans
Programming LanguageAn artificial language designed to communicate instructions to a machine, particularly a computer
VariablesLocations in memory that hold a value
Selection StatementA code statement that contains a condition that determines whether another statement should be executed or skipped
LoopA set of code statements that repeatedly executes while a condition is true
Infinite LoopA loop that never ends, because the terminating condition is never met
FunctionA block of code that completes a specific task and returns a value


Mrs. McNeill

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