Robotics-1-PythonBooksA

Robotics-1-PythonBooksA

9th - 12th Grade

37 Qs

quiz-placeholder

Similar activities

Python Basis (S3)

Python Basis (S3)

9th Grade

41 Qs

CB30: Unit 2 Test Review

CB30: Unit 2 Test Review

9th - 12th Grade

34 Qs

2122 Small Basic

2122 Small Basic

7th - 9th Grade

35 Qs

Computer since

Computer since

9th Grade

42 Qs

class 11 PYTHON BASICS quiz -1

class 11 PYTHON BASICS quiz -1

11th Grade

32 Qs

IST Test

IST Test

9th Grade

40 Qs

Python ((SHIFT))

Python ((SHIFT))

10th Grade

39 Qs

BÀI KIỂM TRA 15 PHÚT LẦN 1

BÀI KIỂM TRA 15 PHÚT LẦN 1

12th Grade

42 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?