Search Header Logo

Intro to CS-Python Unit 2 Quiz 1

Authored by JOHNSON JULIE

Computers

8th - 12th Grade

15 Questions

Used 2+ times

Intro to CS-Python Unit 2 Quiz 1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How would I tell Tracy to move backward 100 pixels?

backward 100

backward(-100)

backward(100)

forward(100)

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which command draws a circle with a diameter of 100?

circle(50)

circle(100)

circle 50

circle 100

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Where does Tracy start in the grid world?

Left side of the grid

Upper left corner

Bottom left corner

In the center of the grid

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which direction does Tracy face when starting out?

North

South

East

West

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If you want Tracy to move to the left most coordinate(-200,0), then move forward 50, then draw a circle of radius 25, what set of commands should you write?

penup()

backward(200)

forward(50)

circle(25)

penup()

backward(200)

pendown()

forward(50)

circle(25)

backward(200)

penup()

forward(50)

circle(25)

penup()

backward(200)

pendown()

forward(50)

circle(50)

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If Tracy is facing up, which of the following commands can be used to turn her to face right?

left(90)

left(90)

left(90)

right()

right(-90)

setposition(90)

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The following loop draws 4 circles on the screen. If we wanted to alter this loop to draw 8 circles, how many lines of code would we need?

for i in range(4):

circle(25)

forward(50)

1 line

3 lines

8 lines

12 lines

Access all questions and much more by creating a free account

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?