Page 30 - 2501_KVS_C-6
P. 30

3.  You can use pen.dot(n) for drawing a ?
                             a.  dot           b.  filled circle           c.  circle          d. none of these

                         4.  pen.clone() is used to -

                             a.  create a different pen                    b.  define a pen
                             c.  copy a pen                                d.  both a and c

                         5.  What is the highest value we can give in pen.speed()?
                             a.  4             b.  1                       c.  10              d.  5

                    E.   State whether these statements are true or false.

                         1.  By default face of the turtle is downwards.                                      _____

                         2.  We can define more than one turtle on a screen of turtle graphics.               _____
                         3.  We cannot change the outline color of pen.                                       _____

                         4.  We can fill the shape with any color of our choice.                              _____

                         5.  pen.forward(100) is same as pen.fd(100).                                         _____





                             Something to Do


                     1.     We can position the turtle to any x,y location. Use the following command to go to any

                          coordinate wrt home.
                          >>>turtle.goto(x,y)

                          e.g. turtle.goto(10,20)
                     2.     Turtle.up() can be used to stop all drawing on the screen, cursor can still be placed at any

                          location. Drawing will resume when you call turtle.down() again.
                          Turtle.clear() can be used to clear the entire screen area. Try it as the last command.


























                28                         KVS DELHI REGION 2025
   25   26   27   28   29   30   31   32   33   34   35