SCRATCH EXAMOnline version Exam for my SCRATCH class by Manuel Jiménez Serrano 1 Is it right this program for the ball to start moving? Look closely at the image. a Yes, because the ball will move properly b No, the program needs more blocks c Yes, but the ball will move slowly (only 10 steps) d No, because the ball coordinates are wrong. 2 In which direction will the paddle move when executing this program? Look closely at the image. a To the right b To the left c To up d To down 3 If the space key is pressed, what will the sprite do? a It will move to the right. b It will move to the left. c It will move up. d It will not move. 4 To appear the window of the green square, you must click on: a A b B c C d D 5 The sprite has only a costume. What will happen when the sprite touch red colour? a Nothing b It will change to a random costume c The program will stop d The sprite will stop moving. 6 To make a variable you must click on: a Operators b Control c Events d Data 7 To create an SCORE, first you must make a: a List b Score c There is a block called “SCORE” you must click to be created. d Variable 8 In this program you can find… a A delay b A variable c A loop d A random 9 In this program you can find… a A delay and a random b A loop and a delay c A loop and a random d Only a random 10 In a PONG GAME, is it right this program? a Yes, it is a program for the ball b No, there are important mistakes in the program c Yes, it is a program for the paddle d No, the random direction is not allowed.