L2 Do Now

L2 Do Now

7th Grade

10 Qs

quiz-placeholder

Similar activities

Programming Vocabulary

Programming Vocabulary

6th - 8th Grade

15 Qs

Python Year 9 Final Recall Activity

Python Year 9 Final Recall Activity

7th - 9th Grade

15 Qs

Pretest Computer Science

Pretest Computer Science

6th - 8th Grade

15 Qs

Thang 7-2020 Lop 11B2

Thang 7-2020 Lop 11B2

1st - 10th Grade

15 Qs

Create a Website 1

Create a Website 1

KG - University

10 Qs

PowerPoint Intro 1

PowerPoint Intro 1

7th - 12th Grade

10 Qs

Intermediate Robotics: Programming

Intermediate Robotics: Programming

6th - 8th Grade

10 Qs

Basics of Coding SC 1

Basics of Coding SC 1

7th - 9th Grade

15 Qs

L2 Do Now

L2 Do Now

Assessment

Quiz

Computers

7th Grade

Practice Problem

Hard

Created by

Georgios Kakavelakis

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Look at this code, what shape will it make?

Square
Triangle
Rectangle
Hexagon 

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To make the turtle move forward, which command is used?

turtle.penup()
turtle.forward()
turtle.left()
turtle.backward()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When creating a rectangle with the turtle, what angle is needed when turning?

120
180
45
90

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In order to move the turtle 120 forward without drawing on the screen, which order is correct?

turtle.forward(120)
turtle.penup()
turtle.pendown()
turtle.pendown()
turtle.forward(120)
turtle.penup()
turtle.penup()
turtle.forward(120)
turtle.pendown()

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you tell that Python that you are going to use the turtle library?

import_turtle

turtle import

import turtle

from turtle import

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of these commands would create a turtle named Alice?

Alice = turtle.pen()

Alice = Turtle.pen()

Alice = Turtle.turtle()

Alice = turtle.Turtle()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does import turtle mean?

Loads the turtle library so the turtle functions are used automatically

Loads the turtle library and writes code automatically

Loads the turtle library so the turtle functions can be used in your program

Load the turtle library so you can choose the correct program to solve your problem

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?