NEW
Font size
WorksheetsUnderstanding Coding Concepts in Programming
Total questions: 5
Worksheet time: 25mins
Cue: The program loads, but the main character is gone.
You check the code and see traces of something that once moved, spoke, and changed costumes.
A message appears:
“I am the actor in your story.
I move, speak, and respond to code.
Without me, the stage is empty.”
Question: In coding, what is the name for a character or object that performs actions and interacts with others on the stage?
Stage
Function
Variable
Sprite
Cue: You locate the missing sprite, but it’s floating in darkness!
The background is gone.
A new message appears:
“Every story needs a setting.
I am where the sprites perform and the world where the program unfolds.”
Question: What is the name for the area or backdrop where sprites perform and interact?
Stage
System
Prototype
Debugging
Cue: As soon as the sprite reappears, a mysterious message flashes across the code:when I receive “unlock”
say “The code is waiting…”
You realize that a hidden message is being sent between parts of the program.
The thief used a communication block to trigger actions.
The screen asks:
“What do we call this coded message that other scripts respond to?”
Question: What coding term describes a signal sent between scripts or sprites to trigger actions?
System
Broadcast
Script
Coordinate
Cue: The entire program begins to flash red.
The word SYSTEM ERROR fills the screen.
You open the code files and find dozens of interconnected scripts running at once.
The system voice says:
“I am the entire network and the operating heart of the program.
Restore me, and you restore order.”
Question: What word describes the overall collection of parts working together in a program or computer environment?
System
Stage
Event
Script
Cue: You’ve restored every part of the stolen project: sprites, stage, and code.
A final chamber opens deep within the System.
In the center hovers a glowing cube of energy, pulsing with fragmented lines of code.
The voice returns one last time:
“You’ve solved every puzzle, restored every piece.
Tell me… what was stolen from the lab?
Enter its name to reactivate the program.”
Question: What is the name of the stolen project you’ve been searching for throughout the escape room?
Debugging
Variable
Prototype
Operator
