Introduction to Computer Programming - Chapter 3 - Introduction to the Scratch Coding Environment
camel case
Capitalizing the first letter of each part of a file name with no spaces.
interface
Connects the user to the features of a program.
storyboard
Graphical plan of action.
tutorial
Hands-on experience that teaches someone how to do something.
costume
Image attached to the sprite in Scratch.
comment
Note placed at a specific place within code to tell anybody looking at the program what the code will do.
sprite
Object in Scratch that is separate from the background.
block
Prewritten piece of code in Scratch, App Inventor, and Alice.
object
Set of code, or instructions, and all of its properties.
stage
Shows what is created in Scratch.
integrated development environment (IDE)
Software that helps a programmer write, edit, and execute code.