Vocab
True or False
Fill in the Blank
Scratch 2.0 Basics
Menu Commands
100

What are Scripts?

What is a collection of code blocks that outline the programming logic that influences the operation of sprite.

100

(T/F)There are five Scratch cards that provide information specific to moving sprites around the stage. 

true

100

___________ 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.

100

How are scripts created?

What is created by snapping code blocks together.

100

The "Block Help" menu bar command does what?

What is displays help documentation for the selected code block.

200

What are Scripts?

What is a collection of code blocks that outline the programming logic that influences the operation of sprite.

200

(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

200

______________, 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.

200

What type of language is Scratch 2.0?

What is an interpreted programming language.

200

What does the "Delete" command do

What is deletes the selected project resource, which could be a sprite or script.

300

What are Backdrops?

What is a background image displayed on the stage.

300

(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.

300

________________ store and retrieve string and numeric values.

What is Variables blocks.

300

What is scratch 2.0's slogan?

What is Imaging - Program - Share.

300

The "Duplicate" menu bar command does what?

What is creates an identical copy of an existing project resource, such as a sprite or script.

400

What are Scratch cards?

What is PDF files that you can print and use as a quick reference for performing certain tasks.

400

(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

400

______________, 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.

400

What programming language was used to develop Scratch?

What is Squeak or a cross-platform programming language.

400

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.

500

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.

500

(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

500

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

500

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.

500

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.

M
e
n
u