Robotics-1-PythonBooksA

Robotics-1-PythonBooksA

9th - 12th Grade

37 Qs

quiz-placeholder

Similar activities

CB30: Unit 2 Test Review

CB30: Unit 2 Test Review

9th - 12th Grade

34 Qs

class 11 PYTHON BASICS quiz -1

class 11 PYTHON BASICS quiz -1

11th Grade

32 Qs

PYTHON Quiz 2 LPU SUMMER SCHOOL

PYTHON Quiz 2 LPU SUMMER SCHOOL

9th - 12th Grade

41 Qs

Python L1 Concepts

Python L1 Concepts

1st - 12th Grade

40 Qs

End of Unit Assessment - EduBlocks

End of Unit Assessment - EduBlocks

9th - 12th Grade

37 Qs

Python.Comp Quiz (Python Coding)

Python.Comp Quiz (Python Coding)

9th Grade - University

40 Qs

Year 8 Alternative EOT 2 Quiz

Year 8 Alternative EOT 2 Quiz

9th - 12th Grade

40 Qs

python functions

python functions

12th Grade

36 Qs

Robotics-1-PythonBooksA

Robotics-1-PythonBooksA

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Ramsey Seweingyawma

FREE Resource

37 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A way of inputting a string that spans across multiple lines in Python.
turtle.forward()
string slicing
multiple-line strings
text.strip()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A function in the turtle graphics module that changes the shape of the turtle, such as making it a triangle or a circle.
turtle.right()
turtle.shape()
len(word)
turtle.screen()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The process of converting a string to a number or vice versa in Python.
boolean conversion
string conversion
explicit conversion
string slicing

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A logical operator used to combine conditions in if statements, requiring at least one of the conditions to be true for the overall condition to be true.
and
or
for loop
if statement

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A function in the turtle graphics module that places the pen back on the page, allowing the turtle to leave a trace when moving.
text.strip()
turtle.pencolor('blue')
turtle.pencolor(string)
turtle.pendown()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A method in Python that converts text to lowercase.
text.lower()
word.title()
turtle.right()
text.strip()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A method in Python that sorts the names_list in alphabetical order.
turtle.shape()
turtle.screen()
del names_list[1]
names_list.sort()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?