Select appropriate command in LOGO
(a) fd (b)fa (c) fb (d)fc
Answers
Answered by
0
Answer:
pen down
hide turtle
show turtle
Answered by
0
Given:
(a) fd (b)fa (c) fb (d)fc
To find:
Select appropriate command in LOGO among the given options.
Solution:
- Among the given options, ''FD'' is an appropriate command in LOGO.
- FD logo command is abbreviated as ''Forward'' command.
- The syntax of ''FD'' command is FORWARD(space)<number of steps to move forward>
- ''FD'' command is used to moves the turtle forward for the number of specified times.
- fa, fb, and fc are not appropriate commands in LOGO. Hence, the required answer is option - a => FD.
Similar questions