Computer Science, asked by atulabr, 1 year ago

How does logo measure the steps while moving the Turtle

Answers

Answered by shiva139
5
Logo is best known as the language that introduced the turtle as a tool for computer graphics. In fact, to many people, Logo and turtle graphics are synonymous. Some computer companies have gotten away with selling products called "Logo" that provided nothing but turtle graphics, but if you bought a "Logo" that provided only the list processing primitives we've used so far, you'd probably feel cheated.

Historically, this idea that Logo is mainly turtle graphics is a mistake. As I mentioned at the beginning of Chapter 1, Logo's name comes from the Greek word for word, because Logo was first designed as a language in which to manipulate language: words and sentences. Still, turtle graphics has turned out to be a very powerful addition to Logo. One reason is that any form of computer graphics is an attention-grabber. But other programming languages had allowed graphics programming before Logo. In this chapter we'll look at some of the reasons why turtle graphics, specifically, was such a major advance in programming technology.

This chapter can't be long enough to treat the possibilities of computer graphics fully. My goal is merely to show you that the same ideas we've been using with words and lists are also fruitful in a very different problem domain. Ideas like locality, modularity, and recursion appear here, too, although sometimes in different guises.

Answered by gratefuljarette
0

The logo is a Programming language that is used for its Graphics Capabilities.

Explanation:

  • Turtle is a graph that is also termed as a small Robot that works like the command for movement and drawing vector graphics and lines on the screen.
  • The logo was first designed as a language for the purpose of manipulating language, words, and sentences. Logo and turtle graphics are synonymous. It is the very easy and interesting programming language.
  • Fd, rt, bk, lt, cs are the command for moving turtle as well as the abbreviation of respectively forward, right, back, left and clear the screen.

Learn more about logo

Which command is used to exit LOGO?​

https://brainly.in/question/10272942

What is the command for exiting logo

https://brainly.in/question/6890088

Similar questions