Python Programming Exam Review 2024 Questions and Answers 100% Pass
Python Programming Exam Review 2024 Questions and Answers 100% Pass forward(distance) - Correct Answer️️ -moves turtle forward distance in current direction backward(distance) - Correct Answer️️ -moves turtle backward in current direction circle(radius) - Correct Answer️️ -moves the turtle in a circle. Within the parentheses, you write the radius of the circle. penUp, penDown - Correct Answer️️ -controls whether or not Tracy is leaving a trail. What are the dimensions of Tracy's world? - Correct Answer️️ -400 pixel tall x 400 pixels wide left(angle), right(angle) - Correct Answer️️ -turns Tracy either left or right the inputted degrees For loops - Correct Answer️️ -used to repeat commands a certain number of times. What is the code for a for loop? - Correct Answer️️ -for i in range(times to repeat): Indented commands here setposition(x,y) - Correct Answer️️ -moves Tracy to the designated coordinate. speed(number 0-10) - Correct Answer️️ -Sets how quickly Tracy will move through the code. speed(1)=Slowest speed(5)=MediumLearnSafe PDF speed(10)=Fastest speed(0)=Immediate # comment here """ comment here '''' - Correct Answer️️ -In-line comment Multi-line comment What is the code for defining? How do you call it? - Correct Answer️️ -def function_name_here(): indented code here function_name() color("color name") - Correct Answer️️ -Changes Tracy's trail color. pensize(#) - Correct Answer️️ -Changes Tracy's trail thickness. begin_fill() - Correct Answer️️ -Starts filling in drawn shapes. end_fill() - Correct Answer️️ -Stops filling in drawn shapes. circle(radius, extent, steps) - Correct Answer️️ -Can control the radius, degrees, and number of points of a circle
Written for
- Institution
- Python Programming
- Course
- Python Programming
Document information
- Uploaded on
- June 17, 2024
- Number of pages
- 9
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
python programming exam review 2024 questions and
Also available in package deal