B. Write 'True' or 'False' for the following:
1. LOGO turtle has two parts—Nose and Mouth.
2. The turtle is a small triangle.
3. LOGO can do maths.
4. Primitives are the commands to instruct turtle.
5. Some of the Primitives are—FD, RK, BT, LD.
C. Answer the following questions :
1. What is the full form of LOGO ?
Answers
Explanation:
LOGO turtle has two parts—Nose and Mouth.
2. The turtle is a small triangle.
3. LOGO can do maths.
4. Primitives are the commands to instruct turtle.
5. Some of the Primitives are—FD, RK, BT, LD.
Answer:
- False
- False
- True
- True
- True
Explanation:
From the above question,
1. LOGO turtle has two parts—Nose and Mouth.
False. The LOGO turtle is no longer made up of two parts. It is a digital device used in the LOGO programming language that can be moved round the display by using following commands. It does no longer have a bodily body, so it does now not have a nostril or mouth.
2. The turtle is a small triangle.
False. The LOGO turtle can be represented by way of exceptional shapes, together with a triangle, however it is now not always a small triangle. It can be resized and reshaped as per the necessities of the user.
3. LOGO can do maths.
True. LOGO is a programming language that can operate a range of mathematical operations such as addition, subtraction, multiplication, division, and more. LOGO can use variables to keep and manipulate numerical values, making it a effective device for mathematical computation.
4. Primitives are the instructions to teach turtle.
True. In LOGO programming, primitives are the fundamental instructions that can be used to coach the turtle to function particular moves such as shifting ahead (FD), turning proper (RT), turning left (LT), and more. These primitives are the constructing blocks of the LOGO programming language.
5. Some of the Primitives are—FD, RK, BT, LD.
True. FD (forward) is a primitive that strikes the turtle ahead in the path it is facing. RT (right) and LT (left) flip the turtle to the proper or left, respectively. BK (backward) strikes the turtle backward, whilst PU (pen up) and PD (pen down) manipulate the drawing of the turtle's path. LD (line drawing) is a primitive that can be used to draw a straight line in any direction.
C. The full shape of LOGO is "Language of Graphics-oriented Objects". LOGO is a programming language that used to be developed in the late Nineteen Sixties to instruct teenagers the fundamentals of programming thru a easy and interactive graphical interface. It is broadly used in academic establishments and has been influential in the improvement of different programming languages such as Scratch.
For more such related questions : https://brainly.in/question/32877488
#SPJ2