untitled

untitled

8th Grade

25 Qs

quiz-placeholder

Similar activities

CODEHS 9th PHYTON 1.1 - 3.3

CODEHS 9th PHYTON 1.1 - 3.3

9th Grade

20 Qs

Python 1 Part 2

Python 1 Part 2

8th Grade

20 Qs

EduBlocks NCCE Lesson 1-2

EduBlocks NCCE Lesson 1-2

7th - 8th Grade

25 Qs

Turtle Python Quiz 1

Turtle Python Quiz 1

10th - 12th Grade

27 Qs

Python Modules and More

Python Modules and More

9th Grade

20 Qs

Combined Python Turtle 1&2

Combined Python Turtle 1&2

8th Grade

20 Qs

Черепашача графіка в Python

Черепашача графіка в Python

7th - 8th Grade

24 Qs

Підсумковий тест "Алгоритми та програми" 7кл

Підсумковий тест "Алгоритми та програми" 7кл

7th - 8th Grade

20 Qs

untitled

untitled

Assessment

Quiz

Computers

8th Grade

Medium

Created by

RAHUL GUPTA

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

What does forward(300) do?
Moves in the direction it is facing 300 steps
Moves down the screen 300 steps
Moves up the screen 300 steps

2.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

What is the keyword needed to repeat code (iterate) in Python?

for

if

input

print

3.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

To fill the shape with the colour red (using a different colour outline), which command is best?

color("red")

fillcolor("red")

fill("red")

fillcolour("red")

4.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

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

forward(120)

penup()

pendown()

pendown()

forward(120)

penup()

penup()

forward(120)

pendown()

5.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

What software do you use to write a program in Python?

Word

IDLE

Powerpoint

Excel

6.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Media Image

What shape will this create?

Triangle

Hexagon

Rectangle

Will look like the turtle is climbing stairs

7.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Media Image

Look at this code, how many times will it loop?

50

90

0

4

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?