221k views
0 votes
Which of the following could NOT be a variable?

- the sprite in a block-based program


- a sprite's score in a block-based program


- the name of a sprite in a block-based program


- the speed of a car in a block-based program

User Matt Stern
by
4.5k points

2 Answers

3 votes
The sprite in a block based program. Score, speed, and name are all measurable things that can be changed. However. The sprite cannot change because then everything would be a variable.
User Cameron Askew
by
5.4k points
2 votes

1st option is the correct answer because the sprite can't change every time in code when you are running it

User Nick Nelson
by
5.5k points