Sie sind auf Seite 1von 8

Palatul Copiilor

Drobeta Turnu Severin

Scratch International Programming Trial SCRIPT 2018 onsite


Second Challenge / Grades 6 – 7
Solve next Scratch test

Question 1.
In this project, when the green flag is clicked, the bird should say ”I love summer! I love summer! I love
summer!” in a speech bubble and play a short bird song for three times. But the bird sings only once its
song. How do we fix the program?

a. Add a ”Forever” block around the sound block.


b. Change the seconds to 6.
c. Change the costume of the bird
d. Add a ”Repeat ” block around the sound of the bird.

Question 2.
Question 3.
Which of the following sequences of blocks can be used for drawing the below figure?

a. c.

b. d.
Question 4.
Matching question

Question 5.
Matching question
Question 6.
The value of level would be _______.

Question 7.
The value of score at the end would be _______.

Question 8.
The value of ans would be ____.

Question 9.
The value of “totalScore” at the end would be ______.
Question 10.
The sprite will move in different directions but the initial direction will be _____.

Question 11.
if and if-else check for a condition

a. conditional statement
b. iteration (looping)
c. boolean logic
d. user interface design

Question 12.
Launching two stacks at the same time creates two independent threads that execute in parallel.

a. dynamic interaction
b. lists (array)
c. threads (parallel execution)
d. scripts area
Question 13.
To change the look of a sprite you give the sprite a different ________.

a. scripts area
b. costume
c. stage
d. background

Question 14.
A series of instructions run from top to bottom represents

a. sprite
b. scripts area
c. blocks
d. scripts

Question 15.
This lets you instruct a sprite to change size.

a. say " " for x seconds


b. point towards choose sprite from drop-down list
c. repeat Insert number
d. change size by Insert positive or negative number

Question 16.
What is the condition to test if a number is divisible by 10? (Choose two answer.)

a. c.

b. d.

Question 17.
What instruction increases the value of a variable by 5?

a.

b.

c.

d.
Question 18.
What word will appear after script execution?

a. OrsovA
b. OrSoVa
c. OrsoVa
d. OrSovA

Question 19.
What value will the variable value be after the next script?

a. 347
b. 447
c. 547
d. 747

Question 20.
Supposing that a sprite has more costumes, how many times this sprite will switch the costume, after
running the following script? First time we set for the sprite the costume 1 and this one is not counted.

a. 20
b. 3
c. 2
d. 4

Das könnte Ihnen auch gefallen