Computer Science, asked by noshinazmi, 1 day ago

please tell the answer in hindi

1. PD brings the pen down.

2.FD 100 moves the turtle forward by 100 steps and a line is drawn. ​

Answers

Answered by siddhantyadav7262
0

Answer:

1 -

The PD command is used for pen down.

The PD, pendown and PU, penup are Logo commands

The PD command puts down the turtle's pen so that it starts drawing again while moving. The PD command is only issued after the PU command has already been used.

The PD, 'pendown and PU', 'penup commands' tell the turtle to leave ink on the screen as it moves or not to leave ink, respectively. The PU command lifts the turtle's pen so that, it does not draw a line while moving. The PD command puts down the turtle's pen so that it starts drawing again while moving.

2- The PD, 'pendown and PU', 'penup commands' tell the turtle to leave ink on the screen as it moves or not to leave ink, respectively. The PU command lifts the turtle's pen so that, it does not draw a line while moving. The PD command puts down the turtle's pen so that it starts drawing again while moving.

What is the use of PD command in logo?

Pendown or pd means pick pen down, so you can move the turtle and leave tracks.

Similar questions