Scratch International Programming Trial SCRIPT 2018 Onsite Second Challenge / Grades 8 - 9
Scratch International Programming Trial SCRIPT 2018 Onsite Second Challenge / Grades 8 - 9
Scratch International Programming Trial SCRIPT 2018 Onsite Second Challenge / Grades 8 - 9
Question 1.
Question 2.
Question 3.
Question 4.
Question 5.
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.
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. c.
b. d.
Question 18.
What word will appear after script execution?
a. OrsovA c. OrsoVa
b. OrSoVa d. OrSovA
Question 19.
What value will the variable value be after the next script?
a. 347 c. 547
b. 447 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