home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / educate / _m_z / turtle_2 / Procedures / CANYOU < prev    next >
Encoding:
Text File  |  1991-08-04  |  848 b   |  47 lines

  1. INFO
  2. CLEAR
  3. DISPLAY 
  4. COLOUR 3
  5. PEN UP
  6. LEFT 90
  7. FORWARD 100
  8. RIGHT 90
  9. FORWARD 70
  10. WRITE CAN YOU ...?
  11. BACKWARDS 15
  12. WRITE Can you make a 5-pointed star?
  13. BACKWARDS 10
  14. WRITE How short can you make the set of instructions?
  15. BACKWARDS 10
  16. WRITE Try making stars with other numbers of points.
  17. BACKWARDS 15
  18. WRITE Can you work out the exact size of the screen?
  19. MORE
  20. END
  21.  
  22. MORE
  23. BACKWARDS 15
  24. WRITE Can you draw a circle without using the command CI?
  25. BACKWARDS 10
  26. WRITE How far does the turtle travel when it walks
  27. BACKWARDS 10
  28. WRITE around your circle?
  29. BACKWARDS 10
  30. WRITE How far is it across your circle?
  31. BACKWARDS 10
  32. MORE2
  33. END
  34.  
  35. MORE2
  36. WRITE Draw some other circles and compare these two
  37. BACKWARDS 10
  38. WRITE distances for each circle.
  39. BACKWARDS 20
  40. WRITE KEEP A CLEAR RECORD OF ALL YOUR COMMANDS.
  41. BACKWARDS 20
  42. WRITE Type CS <return> to begin.
  43. BACKWARDS 20
  44. DISPLAY 
  45. END
  46.  
  47.