Game Preview

Scratch Review 2

  •  English    12     Public
    Scratch Programming
  •   Study   Slideshow
  • How many steps will the sprite move?
    100 steps
  •  15
  • How many degrees will the sprite turn?
    150 degrees
  •  15
  • The sprite will go to the center. (True or False)
    False. It will go to random position.
  •  15
  • The cat wants to go to the top-right corner. Find the x and y values for that.
    x=240,y=180
  •  15
  • What will happen when we use this block?
    The sprite (character) will come back from the wall.
  •  15
  • We cannot use two backdrops(backgrounds) at the same time. (True or False)
    True
  •  15
  • This two blocks are the same. (True or False)
    False
  •  15
  • It will wait ____ seconds.
    50
  •  15
  • Which program is a correct one to play a song forever?
    The first program
  •  15
  • We can put other blocks after this block. (True or False)
    True
  •  15
  • We cannot put other blocks before this block. (True or False)
    True
  •  15
  • Where can we find these blocks?
    Events
  •  15