Edit Game
Programming Vocab
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public



 Save

Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   15  Close
the act or job of creating computer programs
Programming
an activity that you do to have fun, often one that has rules and that you can win or lose.
Game
characters or pictures that you can make move or say things. They are the objects that perform actions in a project.
Sprite
pictures used to change how a Sprite looks, or to animate a Sprite.
Costume
puzzle piece shapes that are used to create code in Scratch. They connect to each other like a jigsaw puzzle, where each data type (event, command, reported value, or script end) has its own shape.
Block
a block of code that repeats a specific action or set of actions multiple times.
Loop
using the visual programming language to create animations and games that tell a story.
Storytelling
to remove mistakes or problems from a computer program.
Debug
a changeable piece of information recorded in Scratch's memory
Variable
this block sends a message from one sprite to another.
Broadcast
Do 10 jumping jacks
...
Do the floss dance
...
Say the ABCs backwards
...
Do 5 push-ups
...
Hop on one leg for 30 seconds
...