Preview

07 - Scratch Describe #2

 1. In Scratch, for any mathematics related code you would look into the following area:

  operators

  sensing

  events

  motion

 2. How many times would this code need to repeat to make a full circle?
scratch_describe1_6.png

  360

  90

  220

  180

 3. The background of the stage is called the___________-

  stage

  backdrop

  costume area

  sky

 4. Mouse x-y indicates the location of the cursor

  TRUE

  FALSE

 5. Which block allows you to make a variable?

  data

  stage

  sensing

  costumes

 6. What is the stage?

  A box you stand on when you can't see over the crowd

  Place where actors stand and perform

  The coding area of a scratch program, where blocks go

  The graphical area of a scratch program, where sprites move

 7. An Algorithm is a the same thing as a loop. It means 'repeat'

  TRUE

  FALSE

 8. A message sent through the Scratch program, activating "When I receive ( )" blocks

  stage

  broadcast

  remix

  wait

 9. What will this script do?
scratch_describe1_7.png

  draw random colors in random places

  draw random numbers

  draw random shapes

  draw random colors

 10. What will happen to this sprite when it is clicked?
scratch_describe1_8.png

  10 letter Xs will appear

  It will move 10 steps to the left

  It will grow by 10 percent

  It will move 10 step upwards