Python Programming Sequence Class

Python Programming Sequence Class

3rd - 10th Grade

10 Qs

quiz-placeholder

Similar activities

SMALL BASIC L1 RETRIEVAL PRACTICE

SMALL BASIC L1 RETRIEVAL PRACTICE

5th Grade

10 Qs

Python Turtle Quiz

Python Turtle Quiz

7th Grade

15 Qs

Logo Commands

Logo Commands

2nd - 3rd Grade

9 Qs

Python Turtle - Knowledge Check

Python Turtle - Knowledge Check

7th - 8th Grade

10 Qs

KS4 - Python Turtle

KS4 - Python Turtle

9th - 11th Grade

15 Qs

Python Turtle - MCA Year 7

Python Turtle - MCA Year 7

7th Grade

14 Qs

Assesment for Lessons 1-5 Code.org

Assesment for Lessons 1-5 Code.org

5th - 8th Grade

15 Qs

ICT Yr 5 - Programming in LOGO (Part 2)

ICT Yr 5 - Programming in LOGO (Part 2)

5th Grade

10 Qs

Python Programming Sequence Class

Python Programming Sequence Class

Assessment

Quiz

Computers

3rd - 10th Grade

Medium

Created by

Seyi Oshikoya

Used 31+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. In programming sequence, instructions are run in what order?

bottom to top

randomly

in the order they are presented

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. What is turtle programming?

a computer program that draws

a real life animal that draws

a real life animal inside a comouter

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. The python command to bring in turtle programming is?

start turtle

import turtle

create turtle

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. To give turtle its shape, which is the right command?

name.shape("turtle")

name.structure("turtle")

name.shape("turtle animal")

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. To move turtle forward, which is the right command?

name.front(100)

name.moveforward(100)

name.forward(100)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6. To give turtle its color, which is the right command?

name.paint("green")

name.color("green")

name.green("turtle")

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. To make turtle turn right, which is the right command?

name.right(90)

name.left(90)

name.up(90)

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?