wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Codesters: Dialogue

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is the variable name of the sprite that speaks?

说话的精灵的变量名是什么?

a)

fox

b)

summer

c)

red

d)

maowen

2.

What is the Y position to which this sprite will move?

这个精灵将移动到的 Y 位置是什么?

a)

-150

b)

-100

3.

Which circle will be the biggest?

哪个圈子最大?

a)

circle1

b)

circle2

c)

circle3

4.

Which sprite will flip?

哪个精灵会翻转?

a)

alien1

b)

alien2

c)

dinosaur3

d)

dinosaur2

5.

What color sprite will move 1st?

什么颜色的精灵会第一个移动?

a)

pink

b)

yellow

c)

blue

d)

red

6.

The blue "300" in this line of code is ...

这行代码中的蓝色“300”是...

a)

an integer

b)

a text string

c)

a variable name

7.

The text string in this line of code is...

这行代码中的文本字符串是...

a)

glorp

b)

alien1

c)

300

8.

What is the diameter of the sun in this line of code?

这行代码中太阳的直径是多少?

a)

-150

b)

175

c)

75

d)

"gold"

9.

How would you debug the code on line 25?

你将如何调试第 25 行的代码?

a)

add a comma between the -100 and -175

b)

capitalize "sprite"

c)

put the integers -100 and -175 inside " "

d)

glideto(-100 -175)

10.

What will glorp do?

glorp会做什么?

a)

Move left and right only

b)

Move left and right AND up and down

c)

Move up and down only

d)

go to (10,1)