wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Strings

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What do we call the "name" value in coding?

a)

variable

b)

strings

c)

value

2.

In the video, a container that stores a value is called...?

a)

variable

b)

data

c)

string

3.

A "String Variable" is made up of...

a)

characters

b)

words

c)

numbers

d)

symbols

4.

Does string variable track other pieces of information besides word phrases and symbols?

a)

true

b)

false

5.

Do string values represent background, characters, and colors in a game?

a)

false

b)

true

6.

Choose the correct string of text.

a)

purple

b)

"purple"

c)

all of the above

7.

Choose the correct programming code to change the eye color of Fuzzball.

a)

blueFuzz.eyes="Alien";

b)

blueFuzz.eyes=Monster

c)

blueFuzzeyes= "Cat";

8.

A variable that often controls what other people see in a program is known as

a)

output

b)

input

9.

How do you change the color of the Fuzzball from blue to green? Choose the correct string code.

a)

blueFuzzbody=green;

b)

blueFuzz.body= "Green";

c)

BlueFuzz.body="Green"

10.

Choose the correct string variable.

a)

"/"

b)

123