gs gs109 Python Modules - Python Turtle Module - Quiz No.3
gs gs109 Python Quiz
This quiz belongs to book/course code gs gs109 Python of gs organization. We have 134 quizzes available related to the book/course Python. This quiz has a total of 10 multiple choice questions (MCQs) to prepare and belongs to topic Python Modules. NVAEducation wants its users to help them learn in an easy way. For that purpose, you are free to prepare online MCQs and quizzes.
NVAEducation also facilitates users to contribute in online competitions with other students to make a challenging situation to learn in a creative way. You can create one to one, and group competition on an topic of a book/course code. Also on NVAEducation you can get certifications by passing the online quiz test.
Question 1: Which of the following functions results in an error?
turtle.shape(“turtle”)
turtle.shape(“square”)
turtle.shape(“triangle”)
turtle.shape(“rectangle”)
Question 2: What will be the output of the following Python code?
import turtle t=turtle.Pen t.tilt(75) t.forward(100)
A straight line of 100 units tiled at 75 degrees from the horizontal
A straight line of 100 units tilted at 15 degrees from the horizontal
A straight line of 100 units lying along the horizontal
Error
Question 4: The function used to alter the thickness of the pen to ‘x’ units:
turtle.width(x)
turtle.span(x)
turtle.girth(x)
turtle.thickness(x)