Question Bank Unit Iv: List
Question Bank Unit Iv: List
Q.1. What is turtle and how is it used to draw objects? Explain in detail.
Q.2. Explain the various inbuilt methods to change the direction of the turtle.
Q.3. Explain the steps required to create barcharts.
Q.4. Explain how different shapes can be drawn using iterations.
Q.5. How can penup() and pendown() functions be used effectively.
Q.6. Define a file and its advantages.
Q.7. State the file operations and explain its syntax with example.
Q.8. State the syntax and example to open, write text and close the file.
Q.9. Write a program to read numbers from a file.
Q.10. state the syntax for seek() function.
Q.11. What are the applications of seek() function.
Q.12. Write a program to draw circle and square.
Q.13. What is the need of file handling explain in detail.
Q.14. write a program to display bar chart by changing its color dynamically.
Q.15.Write a short note on Turtle programming.
Q.16. Write a short note on File handling.
Q.17. Draw the shapes with the help of turtle programming i. Square ii. Circle iii. Square iv.
Rectangle.