1) What is the correct way to import the turtle library? a) import tortoise b) import turtle c) include turtle 2) What does turtle.Turtle() do? a) Creates a screen b) Draws a circle c) Deletes drawings 3) Which line of code creates a turtle named t? a) t = turtle.Create() b) t = make.Turtle() c) t = turtle.Turtle() 4) What does speed(10) change? a) Drawing speed b) Pen size c) Turtle color 5) Which command changes the turtle’s shape (ex: “turtle”, “arrow”)? a) form("turtle") b) shape("turtle) c) style("turtle") 6) Which command draws a circle? a) draw_circle() b) round() c) circle() 7) What does the command goto(50, -20) do? a) Resets the turtle b) Move the turtle to position (50, -20) c) Draws a line to (50, -20) 8) What does write("Hello") do? a) Draws a circle b) Changes the color of "Hello" c) Writes "Hello" on the screen 9) Which command changes the thickness of the pen? a) pensize(5) b) color(5) c) penwidth() 10) What does color("red") do? a) Fills the screen red b) Changes the pen and the turtle color to red c) Draws a red square 11) Which command turns the turtle to the left? a) right() b) go_left() c) left() 12) What does forward(100) do? a) a) Moves the turtle backward 100 steps b) Moves the turtle forward 100 steps c) Turns the turtle 13) Which command lifts the pen so the turtle moves without drawing? a) pendown() b) penup() c) write() 14) Which command makes the turtle draw when it moves? a) penup() b) pendown() c) no_draw() 15) The command turtle.done() : a) Keeps the turtle graphics window open until you close it. b) Close the program

Табела

Визуелни стил

Поставке

Промени шаблон

Врати аутоматски сачувано: ?