wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Scripting Shapes

Total questions: 9

Worksheet time: 4mins

Name
Class
Date
1.

Which choice best defines an algorithm in computing?

a)

A random guess to solve problems

b)

A single rule applied sometimes

c)

A set of step-by-step instructions

d)

A picture that shows a program

2.

You and a computer follow the same drawing steps. Your picture looks okay, but the computer’s looks wrong. What is the MOST likely reason?

a)

Computers improve vague steps independently

b)

Humans cannot follow steps exactly

c)

Computers draw faster than humans

d)

Humans fill in missing details logically & naturally

3.

You see the code repeats the same two blocks four times to draw a square. Which change makes the code more efficient without changing the result?

a)

Delete one turn 90 degrees

b)

Increase each move to 180 steps

c)

Wrap them in a repeat 4 block

d)

Replace turns with move blocks

4.

Which phrase best describes code efficiency when using repeat blocks?

a)

Using longer names for every variable

b)

Running the code with flashy graphics

c)

Adding many extra comments everywhere

d)

Doing the same work with fewer steps

5.

Which statement best describe the purpose of repeat block?

a)

They reduce repetition and improve clarity

b)

They guarantee no logic errors ever

c)

They make programs run with music

d)

They work only on powerful computers

6.

You see the code repeats the same two blocks four times to draw a square. Which change makes the code more efficient without changing the result?

a)

Delete one turn 90 degrees

b)

Increase each move to 180 steps

c)

Wrap them in a repeat 4 block

d)

Replace turns with move blocks

7.

pen block that clears the stage.

a)
b)
c)
d)
8.

Pen blocks that make the sprite draw

a)
b)
c)
d)
9.

which command in Scratch that allows a sprite to draw shapes?

a)

Pencil commands

b)

Pen commands

c)

Motion commands

d)

Drawing commands