Preview

06 - Scratch Game design features

 1. What is the name of the place where all the code blocks are inserted?
Note: Optional video - Introduction to game design concepts in Scratch

  Sprite Section

  Script Section

  Costumes

  Stage

 2. What is the name of the place where the code blocks are executed?

  Sprite Section

  Costumes

  Script Section

  Stage

 3. What is the name of the place where you could modify sprites (change color, add/remove lines etc.)?

  Sprite Section

  Stage

  Costumes

  Script Section

 4. What section needs to be clicked first in oreder to add/change background?
scratch_change_background.png

  None of the above

  2

  3

  1

 5. You want to draw a maze in Scratch and use it in your game. Which button you should click?
scratch_draw_maze.png

  3

  2

  1

  4

 6. You planned a game with multiple scenes. This means you need to add multiple backdrops

  FALSE

  TRUE

 7. You found this nice character from internet and saved it on your desktop. You want to use this character in your game. Which button you should click?
scratch_characterfrominternet.png

  4

  2

  1

  3

 8. You added a player that moves with arrow keys. When you go to right it is fine, but left movement is not quite right. What do you think you should to to fix it?

  Delete all the code blocks that have 'down' or 'move forward' inthem.

  None of the above

  Delete all the code blocks that have the word 'left' in it

  I click the “i” icon that is on the top-left corner of the sprite change rotation style angular to linear

 9. You added a sprite on the stage but you think you need multiple instances of the same sprite. Which button should you click to clone your sprite?
scratch_multipleinstances_clone.png

  1

  3

  4

  2

 10. Your game is complete and you wish to save it to your USB. To save your file, what should you do first?

  save it immediately

  None of the above

  give a proper name to your work

  download the work to the desktop first, and then to the internet

 11. This is an image of the stage in scratch, which coordinates would be a location in the bottom right?
scratch_stage.png

  x = -134 y = -120

  x = -120 y = 145

  x = 120 y = 145

  x = 200 y = -100

 12. What would this scratch script draw?
scratch_square.png

  a circle

  a triangle

  nothing

  a square

 13. The position that a sprite or the mouse is at along the vertical axis:

  y position

  123 position

  x position

  z position

 14. To identify and remove errors from a program, website, line of code, etc…

  Defragment

  Proof Read

  Debug

  Design

 15. Tom had to code a complex game. The first thing he did was break the problem down into smaller problems. Which facet of computational thinking did he apply?

  Abstraction

  Decomposition

  None of the above

  Mental Arithmetic

 16. In creating a game about football, you do not worry about the smells or sounds of the game. In focusing on just the important details you are utilising _____________

  Mental Arithmetic

  Decomposition

  None of the above

  Abstraction

 17. A vector image is smoother than a bitmap image

  FALSE

  TRUE

 18. Bitmap images are made up of little squares that are pixilated

  FALSE

  TRUE

 19. Generally speaking, a game in Scratch must have:

  a story

  gravity

  at least 10 sprites

  interactivity

 20. What does this code block in Scratch achieve?
scratch_characterspin.png

  It makes the sprite turn to the right by 15 steps (forever)

  It makes the sprite bounce by a factor of 15 (15cm)

  This code simply adds 15 sprites to the screen

  It makes the sprite spin