Computer Science, asked by priyacool563, 11 months ago


Fill in the blanks:
1. The ______ command is used to reduce the number of commands or commands to be typed to draw a shape.

2. To draw a pentagon having five sides, the turtle should be turned by _____ units in the REPEAT command.

3. REPEAT 3 [FD 650 RT 45] repeats the list of statements by ____ times.

4. The command REPEAT 180 [FD 1 RT 1]results in a _____ .​

Answers

Answered by dilipkhater
10

©ANSWER©

#COMPUTER SCIENCE ------

  1. The _turtle positions_ command is used to reduce the number of commands or commands to be typed to draw a shape.
  2. To draw a pentagon having five sides, the turtle should be turned by _REPEAT_ units in the REPEAT command.
  3. REPEAT 3 [FD 650 RT 45] repeats the list of statements by _12___ times.
  4. The command REPEAT 180 [FD 1 RT 1]results in a ___AMT__ .
Answered by realayushman
3

Answer:

the command ________ prevents the turtle from drawing

Similar questions