-
Which among the following is the name given to the cursor for the computer language ‘LOGO’?
-
- Robot
- Frog
- Spider
- Turtle
Correct Option: D
LOGO is a computer programming language used for functional programming. It is used for generating basic shapes using a turtle cursor. The turtle cursor is an on-screen cursor, which can be given movement and drawing instructions, and is used to programmatically produce line graphics.