Computer Science, asked by panwarsarla2gmailcom, 3 months ago

how can you draw line in logo​

Answers

Answered by studylover001
5

Answer:

plz mark as brainlist answer

A Teacher is someone who acts as a guide and inspiration to people – both young and old. He/she is charged with the responsibility of creating awareness as well as opening the mind of people by instilling values, morals, and ethics. Teachers efforts are recognized during the teacher’s day. They shape minds, and we annually celebrate their contribution to the development of society in the form of Teachers’ day across the world. However, We celebrate The International Teachers Day on October 5th annually.

Teachers are respected and honored for their important contribution in shaping individuals. 5th of September is annually celebrated as Teachers’ day in India. This is actually the birthday of the former President of India, Dr. Sarvepalli Radhakrishnan.

Why Teachers’ Day?

The contributions and efforts made by teachers never go unnoticed. This led to the inauguration of the Teacher’s day which seeks to celebrate the efforts made by the teachers. In India, we celebrate the teacher’s day on the birthday of Dr. Sarvepalli Radhakrishnan who was known as a man of many great qualities and attributes.

Teachers play many roles in overall development such as:

●They guide children and students to leadership skills

●They instill discipline into young people molding them into future

●Also, they provide their students with spiritual and emotional guidance.

Teachers also come across numerous challenges in their day to day activities such as the unappreciative culture by the community as well as dealing with disciplinary issues of their students.

Answered by tiwariakdi
0

In Logo, you can draw a line using the FD (forward) command. This command takes a numeric value as an input, which specifies the distance the turtle should move forward in the current direction.

In Logo, you can draw a line using the FD (forward) command. This command takes a numeric value as an input, which specifies the distance the turtle should move forward in the current direction.

For example, to draw a line of length 100 units, you can use the following command:

FD 100

You can also specify the angle at which the turtle should move forward using the RT (right turn) and LT (left turn) commands. For example, to draw a line of length 100 units at a 45 degree angle, you can use the following commands:

RT 45

FD 100

This will turn the turtle 45 degrees to the right and then move it forward 100 units in the new direction.

You can also use the BK (backward) command to move the turtle in the opposite direction, and the PD (pen down) and PU (pen up) commands to control whether the turtle leaves a trail as it moves.

For example, to draw a line of length 100 units with the pen down, you can use the following commands:

PD

FD 100

This will lower the pen and draw a line as the turtle moves forward.

for such more question on logo​

https://brainly.in/question/19557984

#SPJ3

Similar questions