Which of the following commands would make the sprite move backwards?
Move 10 steps
Move -10 steps
Both a and b
Neither a and b
Answers
Answer:
The correct answer is "Move -10 steps".
Explanation:
The Move command is used in Scratch or other similar programming languages to make a sprite (a graphical object) move on the screen. The number after the Move command determines the number of steps the sprite will take. If the number is positive, the sprite will move forward, and if the number is negative, the sprite will move backward.
For example, the command Move 10 steps will make the sprite move forward by 10 steps, while the command Move -10 steps will make the sprite move backward by 10 steps. The negative sign in front of the number makes the sprite move in the opposite direction.
More questions and answers
https://brainly.in/question/7761859?referrer=searchResults
https://brainly.in/question/18846153?referrer=searchResults
#SPJ3