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
7.8k 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
8.3k 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
8.4k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.