Computer Science, asked by Ethis, 10 months ago

Match the commands with corresponding actions.
Column A
Column B
(a) SETH
(i) This command is used to move the
turtle forward through a specified
number of steps.
(b) RIGHT (or RT)
(ii) This command is used to erase
everything in the recall list box.
(c) PRINT (or PR)
This command is used to erase
everything on the screen and bring
the turtle back to the HOME position
(centre of screen, head pointing up).
(d) LEFT (or LT)
(iv) This command is used to move the turtle
backward (in the direction of its tail)
through a specified number of steps.
(e) LABEL
(v) This command is used to rotate
the turtle to the left (anticlockwise)
through a specified angle.
(f) HOME
This command is used to rotate the
turtle to the right (clockwise) through
a specified angle, counting from the
HOME or starting position.
(g) FORWARD (or FD) (vii) This command is used to rotate the
turtle to the right (clockwise) through
a specified angle.
(h) CLEARTEXT (or CT) (viii) This command is used to write any
text or number in the main (or output)
screen. The text is printed starting from
where the turtle is and in the direction in
which the head of the turtle is pointing.
(i) CLEARSCREEN (or CS) (ix) This command is used to write text or
numbers in the recall list box.
(x) This command is used to bring the
(i) BACKWARD (or BK)
turtle from any part of the main
screen to the initial position. So, when
we enter this command, the turtle
is brought back to the centre of the
screen with the head pointing upwards.​

Answers

Answered by aditisahay
1

Answer:

Column A ------------- Coloumn B

(a) Seth - (vi) This command is used to rotate the

turtle to the right (clockwise) through

a specified angle, counting from the

HOME or starting position.

(b) Right (RT) - (vii) This command is used to rotate the turtle to the right (clockwise) through a specified angle.

(c) Print (PR) - (viii) This command is used to write anytext or number in the main (or output)

screen. The text is printed starting from

where the turtle is and in the direction in

which the head of the turtle is pointing.

(d) Left (LT) - (v) This command is used to rotate

the turtle to the left (anticlockwise) through a specified angle.

(e) Label - (ix) This command is used to write text or numbers in the recall list box.

(f) Home - (iii) This command is used to erase

everything on the screen and bring the turtle back to the HOME position (centre of screen, head pointing up).

(g) Forward - (i) This command is used to move the turtle forward through a specified

number of steps.

(h) Clear text- (x) This command is used to bring the turtle from any part of the main

screen to the initial position. So, when

we enter this command, the turtle

is brought back to the centre of the

screen with the head pointing upwards.

(I) Clear screen - (ii) This command is used to eraseeverything in the recall list box.

(j) Backward - (iv) This command is used to move the turtle backward (in the direction of its tail)

through a specified number of steps.

Similar questions