scratch
definitions
c 6
c5
c7
100

 Imagine—Program—Share!

scratch 2.0 slogan

100

Images that are used to display the sprite on an area of the Scratch 2.0 Project Editor referred to as the stage

costumes

100

how many sensing block subgroups are there 

8

100

how many subgroups of motion blocks are there

6

100

allow you to store, retrieve, and modify numeric data.

variables

200

 cross-platform programming language, meaning that you can use it to develop applications on many different computer operating systems

squeak 

200

created by snapping code blocks together, much like Lego blocks are snapped together to create all sorts of unique creations.

scripts

200

what is one type of sensing block that look for collisions 

touching

200

control blocks are designed to give you control over

control blocks are designed to give you control over

200

The name that you assign will be used to create how many new code blocks

5

300

what approach does scratch use

building block approach

300

two-dimensional image drawn on a transparent background.

sprite

300

what blocks are used to collect user input.

ask-----and wait

answer

300

how do you modify a sprite’s location

changing its coordinates.

300

Variable names can include

  • Letters

  • Numbers

  • Special characters

  • Blank spaces

400

Sprites consist of three primary components

scripts, costumes, sounds

400

they can copy and modify your Scratch projects, a process referred to as

remixing

400

This code block provides easy access to a number of pieces of information, including

  • X position

  • Y position

  • Direction

  • Costume number

  • Costume name

  • Size

  • Volume

400

code blocks provide the ability to

retrieve and display a sprite’s coordinates and direction.

400

what are three levels of variable scope

local, global, cloud

500

how can you change a sprites appearance

by assigning it different costumes

500

A Scratch program that supports the creation of graphics files to be used as the basis for creating and modifying sprites and backgrounds.

paint editor

500

sensing blocks can retrieve

time, date, and username information.

500

these serve as quick reference for performing specific types of tasks.

scratch cards

500

Lists can store and retrieve any type of values supported by Scratch 2.0, including


  • String

  • Boolean

  • Integer

  • Real