True or False you cannot access cloud data
What is True
What are Code blocks
What is a graphical command used in the creation of a script.
How many Motion blocks can move sprites and rotate them on their axis
What is 3 Motion blocks
What is the Name of chapter 6
What is Sensing Sprite position and controlling Environmental Settings
Define Data
What is A piece of information collected, stored, modified, and processed during application execution.
How big is the stage
What is 480 units wide and 360 units high
Motion blocks are
What is Code blocks that control sprite placement, direction, rotation, and movement.
How many motion blocks does scratch provide that can point a sprite in a specified direction?
What is 2 motion blocks
What do you need to create a interactive computer application?
What is you need the ability to detect when certain things are happening.
What do you need to do to store, modify and retrieve data in Scratch 2.0
What is you need to create a variables
True or false your Scratch project doesn't save Automatically.
What is False
What's the purpose of Sequential processing?
What is 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.
What are Scratch Cards?
What is PDF files that you can print and use as a quick reference for performing certain tasks.
What does the mouse pointer do?
What is controls the movement of sprites and affects the operation of the application in many other ways.
True or False Data stored in local variables can be changed only by scripts belonging to the sprite the variables have been assigned to.
What is True
What is the last part of Scratch 2.0
What is Project Editor that you need to become familiar with is the scripts area.
Operator block is?
what is blocks that perform mathematical operations, logical comparisons, rounding, other arithmetic operations, and different string operations.
How long is the x-axis Coordinate range?
What is -240 to 240.
What were the 2 sensing blocks shown in figure 6.16
What is Timer and Reset Timer
define Variable Scope?
What is The location within an application that the variable’s value can be modified.
True or false You can then add code blocks by dragging the blocks from the blocks palette and dropping them into the scripts area.
what is true
conditional logic is?
What is the process of executing sets of code blocks based on whether or not a tested condition proves true.
How long is the Y-axis Coordinate range
What is 180 to -180
In figure 6.17 what was the two sensing blocks?
What is position and sprite
Define Scope
What is The area within an application where a variable’s value can be accessed and modified.