
Python Syntax for forward command, right and left, for loop
Quiz by Moroaa Yakhlof
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
10 questions
Show answers
- Q1In Python, this term refers to a sequence of code that will be repeated a certain number of times, usually with an iterating variable.While loopFor loopPrint statementForward command30s
- Q2This command in Python moves a character or object in the specified direction, usually followed by the angle or number of degrees to turn.Turn commandBackward commandForward commandRight command30s
- Q3This command in Python moves a character or object straight ahead in the direction it is currently facing.Jump commandBack commandForward commandLeft command30s
- Q4In Python, this command adjusts the direction of an object or character to the left by a specified angle, contributing to its movement in a certain direction.Down commandRight commandLeft commandUp command30s
- Q5This term describes a specific sequence used in Python that tells the program to perform a set of instructions repeatedly as long as a certain condition is true.StatementVariableFunctionLoop30s
- Q6This type of loop in Python continues to execute a block of code as long as a specified condition remains true, and is often used for indefinite iteration.While loopRepeat loopDo-while loopFor loop30s
- Q7In Python, this concept refers to the horizontal or vertical movement of a character or object on the screen, typically defined by a certain distance.PositionAngleDistanceSpeed30s
- Q8In Python programming, this term refers to the action of retrieving the current position of an object or character in a graphical environment, often important for movement control.DirectionPositionAngleSpeed30s
- Q9This term in Python refers to a command that allows you to add a specified number of degrees to an object's current facing direction.Left commandTurn commandRight commandMove command30s
- Q10This term refers to using a specified range of numbers in a Python 'for loop' to control the number of times a block of code is executed.SequenceRangeSetList30s