$langMenu
Python (Εργασία - ΗΕ 2023)
Student
σήμερα - 4:14 μ.μ.
Ερώτηση 1
What does the turtle.forward(50) command do in Python Turtle graphics?
A) Moves the turtle backward by 50 units
B) Turns the turtle right by 50 degrees
C) Moves the turtle forward by 50 units
D) Draws a circle with a radius of 50 units
Ερώτηση 2
What is the purpose of the turtle.penup() command?
A) Lifts the pen, so the turtle doesn't draw when moving
B) Lowers the pen, allowing the turtle to draw when moving
C) Changes the color of the pen
D) Rotates the turtle
Ερώτηση 3
Which command is used to make the turtle turn to the right in Python Turtle graphics?
A) turtle.forward()
B) turtle.left()
C) turtle.right()
D) turtle.backward()
Ερώτηση 4
Which method is used to change the turtle's drawing color in Python Turtle graphics?
A) turtle.set_color()
B) turtle.color()
C) turtle.draw_color()
D) turtle.change_color()
Ερώτηση 5
What does the turtle.circle(100) command do?
A) Draws a square with side length 100 units
B) Draws a circle with a radius of 100 units
C) Moves the turtle in a circular path with a radius of 100 units
D) Rotates the turtle by 100 degrees
Εργαλεία μαθήματος
Ανακοινώσεις
Ασκήσεις
Έγγραφα
Σύνδεσμοι