100% found this document useful (2 votes)
453 views7 pages

Scratch International Programming Trial SCRIPT 2018 Onsite Second Challenge Grades 4 - 5

The document provides 20 multiple choice questions about programming concepts in Scratch. It tests knowledge of variables, conditional statements, operators, directional commands, costumes, cloning, and other programming elements in Scratch like pen tools. The questions cover topics like conditionals, boolean logic, variables, directional movement, costumes, cloning, and more.

Uploaded by

mihai_agape93
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
453 views7 pages

Scratch International Programming Trial SCRIPT 2018 Onsite Second Challenge Grades 4 - 5

The document provides 20 multiple choice questions about programming concepts in Scratch. It tests knowledge of variables, conditional statements, operators, directional commands, costumes, cloning, and other programming elements in Scratch like pen tools. The questions cover topics like conditionals, boolean logic, variables, directional movement, costumes, cloning, and more.

Uploaded by

mihai_agape93
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Palatul Copiilor

Drobeta Turnu Severin

Scratch International Programming Trial SCRIPT 2018 onsite


Second Challenge
Grades 4 – 5
Solve next Scratch test

Question 1
When running the following sequence of blocks, which are the appropriate values of variable a to modify
(change) the color of the sprite?

a. For any value


b. For numbers of 3 digits
c. For numbers of 2 digits
d. For numbers of 1 digit

Question 2

a. bottom left of screen


b. top left of screen
c. bottom right of screen
d. top right of screen

Question 3

a. direction
b. speed
c. time
d. point
Question 4

What type of blocks could go in the shape between ''if'' and ''then''?

a. sensing and control


b. looks and control
c. looks and operators
d. sensing and operators

Question 5

a. sprite
b. backdrop
c. clone
d. variable

Question 6

a. a is greater than b
b. a is less than b
c. a must be divided by b
d. a is equal to b

Question 7

What type of block is this?

a. looks
b. sensing
c. control
d. motion

Question 8

Pressing this icon will?

a. import a sprite from the library


b. let you paint a new sprite
c. grab a sprite from your webcam
d. import a sprite from or in you user area

Question 9

Which direction will this command point your sprite in?

a. up
b. down
c. left
d. right

Question 10

Which direction will this command point your sprite in?

a. left
b. right
c. up
d. down

Question 11
The cat in Scratch is an example of:
a. Avatar
b. Character
c. Template
d. Sprite

Question 12
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

Question 13
After running this code, what values will have the variables?

a. a= 9 b=4
b. a=5 b=4
c. a=4 b=5
d. Neither of these

Question 14
The sprite will move in different directions but the initial direction will be ……………..

Question 15
'and, or, not' are examples of ................

a. boolean logic
b. keyboard input
c. blocks palette
d. random numbers

Question 16
Script elements that are used inside of a control block to determine if it calculates

a. Control
b. Sensing
c. Operators
d. Events

Question 17
What command do we need to use in a program to make a decision?

a.

b.
c.

d.

Question 18
What figure is drawn when the following sequence is run?

a.

b.

c.

d.

Question 19
Script elements that allow a user to draw shapes

a. Control
b. Sound
c. Motion
d. Pen

Question 20
Matching question

You might also like