What are Scripts?
What is a collection of code blocks that outline the programming logic that influences the operation of sprite.
(T/F)There are five Scratch cards that provide information specific to moving sprites around the stage.
true
___________ come in two subcategories: those that deal with variables and those used to create and manage lists come in two subcategories: those that deal with variables and those used to create and manage lists
What is Data blocks.
How are scripts created?
What is created by snapping code blocks together.
The "Block Help" menu bar command does what?
What is displays help documentation for the selected code block.
What are Scripts?
What is a collection of code blocks that outline the programming logic that influences the operation of sprite.
(T/F)Iterative processing involves the processing of application code blocks, in the order that they are laid about, starting at the beginning of a script and continuing to the end.
False
______________, colored gold, are used to stop script execution, pause script execution, and conditionally execute other code blocks based on whether a tested condition evaluates as true
What is Control blocks.
What type of language is Scratch 2.0?
What is an interpreted programming language.
What does the "Delete" command do
What is deletes the selected project resource, which could be a sprite or script.
What are Backdrops?
What is a background image displayed on the stage.
(T/F)In addition to determining mouse status, sprite collisions, and the distance between sprites, you can use a code block to retrieve sprite and stage information.
What is True.
________________ store and retrieve string and numeric values.
What is Variables blocks.
What is scratch 2.0's slogan?
What is Imaging - Program - Share.
The "Duplicate" menu bar command does what?
What is creates an identical copy of an existing project resource, such as a sprite or script.
What are Scratch cards?
What is PDF files that you can print and use as a quick reference for performing certain tasks.
(T/F) Data stored in local variables can be changed ONLY by scripts belonging to the sprite that the variables have been assigned to.
True
______________, colored sky blue, determine the location of the mouse pointer, its distance from other sprites, and whether a sprite is touching another sprite.
What is Sensing blocks.
What programming language was used to develop Scratch?
What is Squeak or a cross-platform programming language.
What does "edit" command do
menu bar command provides access to a drop-down list of commands used to undelete a project, shrink and restore the size of the stage, and enable/disable turbo mode.
What is a Cloud Variable?
What is a variable stored on the Scratch server on the Internet that is persistent across repeated executions of a project.
(T/F)Sequential processing involves the repeated execution of code blocks to process large amounts of information or to control the repeated execution of code blocks required to direct the execution of a game or application.
What is False
Scratch 2.0 supports a new type of variable known as a ______________, which stores variables on Scratch servers in the Internet cloud, allowing you to save and retrieve data that can be accessed by all actively executing copies of the Scratch 2.0 project.
what is cloud variable
What does interpreted programming language mean for Scratch 2.0?
What is the code blocks that make up Scratch 2.0 application projects are interpreted and processed each time the application project is executed.
What is a "File"
What menu bar command provides access to a drop-down list of commands used to create a new Scratch project, save the current project, save a copy of the current project, go to your MyStuff page, download and upload your project to and from your computer, and revert the current project to its last saved state.