Chapters 1-2
Chapters 3-4
Chapter 5
chapter 6
chapter 7
100

True or False you cannot access cloud data

What is True

100

What are Code blocks 

What is a graphical command used in the creation of a script. 

100

How many Motion blocks can move sprites and rotate them on their axis

What is 3 Motion blocks

100

What is the Name of chapter 6

What is Sensing Sprite position and controlling  Environmental Settings

100

Define Data

What is A piece of information collected, stored, modified, and processed during application execution. 

200

How big is the stage

What is 480 units wide and 360 units high

200

How many motion blocks does scratch provide that can point a sprite in a specified direction?

What is 2 motion blocks 

200

What do you need to create a interactive computer application? 

What is you need the ability to detect when certain things are happening. 

200

What do you need to do to store, modify and retrieve data in Scratch 2.0

What is you need to create a variables 

300

What is the last part of Scratch 2.0

What is Project Editor that you need to become familiar with is the scripts area. 

300

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.

300

What are Scratch Cards?

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

300

What does the mouse pointer do?

What is controls the movement of sprites and affects the operation of the application in many other ways. 

300

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 

400

How long is the x-axis Coordinate range?

What is -240 to 240.

400

What were the 2 sensing blocks shown in figure 6.16

What is Timer and Reset Timer

400

define Variable Scope?

What is The location within an application that the variable’s value can be modified.

500

How long is the Y-axis Coordinate range

What is 180 to -180

500

In figure 6.17 what was the two sensing blocks?

What is position and sprite

500

Define Scope

What is The area within an application where a variable’s value can be accessed and modified.