83.1k views
3 votes
which of the following does the clear command do? a. clears the screen of any markings left by tracy b. turns tracy to face right c. sends tracy to position (0,0)

User Ennio
by
6.9k points

2 Answers

7 votes

Answer: A

Explanation: In coding if you use the clear command it will clear and moves Tracy has made and return her back to start/beginning

User Chris Winters
by
6.9k points
6 votes

Final answer:

The clear command in Tracy clears the screen of any markings or content.

Step-by-step explanation:

The clear command in computer programming is used to clear the screen of any markings or content. In the context of Tracy, a turtle graphics language, executing the clear command will remove any drawings or lines left on the screen by Tracy. It does not turn Tracy to face a particular direction or send Tracy to a specific position. Instead, it restores the screen to its default state.

User Gary McGill
by
7.0k points