Words to Find
0/0
Found Words
No words found yet
Find all words using these letters:
Game Settings
How to Play
Game Objective
Find all hidden words using the scrambled letters before time runs out!
How to Play
Type words using the available letters. Each round has 2-5 words to find. Click on letter tiles to add them to your input.
Scoring
+10 points per word found. Complete rounds quickly for time bonus points!
Hints
Use the Hint button to reveal the first letter of an unfound word.
Keyboard Shortcuts
- Enter - Submit word
- Space - Shuffle letters
- F - Toggle fullscreen
- Escape - Close panels
Round Complete!
0/0
Words
+0
Points
+0
Bonus
Programming — Word Reference
Dive into Programming with this curriculum-aligned educational Anagram for Grade 11-12. This hard challenge helps students understand key Technology concepts through interactive learning. Ideal for reinforcing classroom lessons and building subject mastery.
- VARIABLE A placeholder for data that can change during program execution.
- FUNCTION A block of organized, reusable code that performs a specific task.
- LOOPING Repeating a set of instructions multiple times in code.
- BOOLEAN A data type that can only be true or false.
- INTEGER A whole number, positive or negative, without decimals.
- STRING A sequence of characters, often used for text.
- ARRAY A collection of items stored in a specific order.
- OBJECT A self-contained unit with properties and behaviors in code.
- METHOD A function associated with an object or class.
- CLASS A blueprint for creating objects with similar characteristics.
- SYNTAX The set of rules that define the combinations of symbols.
- DEBUGGING Finding and fixing errors within computer code.
- COMPILER A program that translates source code into machine code.
- INTERPRETER A program that executes code directly, line by line.
- ALGORITHM A step-by-step procedure for solving a problem.
- RECURSION A function calling itself to solve smaller instances of a problem.
- FRAMEWORK A pre-written structure that provides a foundation for software.
- LIBRARY A collection of pre-written code that can be reused.