untitled

untitled

8th Grade

25 Qs

quiz-placeholder

Similar activities

TIN 10 Bài 10 CĐ F. Hàm

TIN 10 Bài 10 CĐ F. Hàm

10th Grade

20 Qs

Алгоритми і програми(тема1)(8 клас)

Алгоритми і програми(тема1)(8 клас)

8th Grade

20 Qs

pyplot in python class 12 (14/08/20)

pyplot in python class 12 (14/08/20)

12th Grade

20 Qs

Introduction to Python programming

Introduction to Python programming

6th - 8th Grade

20 Qs

untitled

untitled

9th Grade

20 Qs

Python

Python

8th Grade

20 Qs

แบบทดสอบ TK

แบบทดสอบ TK

8th Grade

20 Qs

Code.Org - Part II

Code.Org - Part II

6th - 8th Grade

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