This is the name of the scratch cat.
Who/what is Scratchy/Scratch Cat?
The name of the each individual code piece in scratch.
What are "blocks"?
This runs code until the program reaches a certain state. These states are expressed typically with words like “while, repeat, for, do, until.” This type of control structure is called ____.
What is a loop?
The primary goal of a computer
What is "to compute"/Do math
An area of the Scratch User Interface located to the left of the Code Area, storing all the code blocks in categories for easy finding.
What is the block palette?
A ____ is one of the many frames of a sprite, and is most often manipulated to change the appearance of sprites.
What is a costume?
A group of organized, reusable code that is used to perform a single, related action. This makes writing scripts easier, as you only need to call this to run the code beneath.
What is a function?
This happens when a repeat until() block cannot finish before the code moves on to the next part, usually caused by poor nesting.
What is a "crash."
The decade the first super-computer was made
What is the 1940's? (The Colossus was the first electric programmable computer, made by Tommy Flowers, and was first demonstrated in December 1943 )
These blocks are necessary for a script to run by sensing events and running a script accordingly.
What are event blocks?
This is a duplicate of a sprite, usually made through control blocks and are modified separately from the original sprite.
What is a clone?
A sequence of computer characters, including spaces. They can be of any length and can be used in certain blocks, mainly found in the Operators section.
What is a "string"?
One of the control structure blocks in scratch.
What is/are Repeat Until ()/Repeat ()Repeat for a Set Amount of Time / Recursion/Forever/Game Loop?
Computer software that interferes with normal computer functions or sends personal data about the user to unauthorized parties over the Internet.
What is malware?
These purple blocks change the appearance of sprites
What are looks blocks
The ____ ____ location of the screen is where a sprite would be located if at (150,-150).
Where is the bottom right?
A value that is either true or false.
What is a boolean?
A default control structure in most languages, where the code is executed in the order of one after another until the end.
What is a sequence?
The elongated form of "U.S.B."
What is Universal Serial Bus?
This pink block holds code beneath a brick labeled "define" and runs the code when called.
What are My Blocks/Custom Blocks?
An area of the graphical user interface (GUI) of the Scratch program where all sprites reside in a project where they can be easily accessed to modify or inspect.
What is the "Sprites Pane?"
This word refers to any area in a block that accepts user input, or another block. It could be a Boolean block, number input, Reporter block, a text block, or a drop-down menu.
What is an argument?
This control sequence are systems that only complete an action once a specific condition is met.
What are conditional control sequences?
The first computer mouse was made of this material
What is wood?
Without plugins and addons, there is only this amount of block types.
What is 9? (Looks, Motion, Sound, Events, Control, Sensing, Operators, Variables, My Blocks)