History, asked by Amandeep1234, 1 year ago


C. Answer the following questions :
1. Which primitive is used to move the turtle around the screen without drawing?
2. Where do you type commands in LOGO?
3. Which primitive turtle uses to rub off its mistake?​

Answers

Answered by prinkababoria
18

Answer:

  1. The command followed by FD and BK move the turtle around the screen without drawing.
  2. At LOGO WINDOW.
  3. LOGO primitive is the used to rub off its mistakes.
Answered by LitChori01
7

1. Which primitive is used to move the turtle around the screen without drawing?

Answer 1 : First type in Pen up ( Pu ) and then you can type in Backward 40 or whatever (Bk 40) or Forward (FD)

2. Where do you type commands in LOGO?

Answer 2 : We type Logo commands on LOGO window at the small rectangular NOx given at the bottom of the page.

3. Which primitive turtle uses to rub off its mistake?

Answer 3 : In Logo primitive, to erase off your mistake you type in Clear Screen ( CS ) OR (Ct)

Similar questions