Font size
WorksheetsStrings
Total questions: 10
Worksheet time: 5mins
What do we call the "name" value in coding?
variable
strings
value
In the video, a container that stores a value is called...?
variable
data
string
A "String Variable" is made up of...
characters
words
numbers
symbols
Does string variable track other pieces of information besides word phrases and symbols?
true
false
Do string values represent background, characters, and colors in a game?
false
true
Choose the correct string of text.
purple
"purple"
all of the above
Choose the correct programming code to change the eye color of Fuzzball.
blueFuzz.eyes="Alien";
blueFuzz.eyes=Monster
blueFuzzeyes= "Cat";
A variable that often controls what other people see in a program is known as
output
input
How do you change the color of the Fuzzball from blue to green? Choose the correct string code.
blueFuzzbody=green;
blueFuzz.body= "Green";
BlueFuzz.body="Green"
Choose the correct string variable.
"/"
123
