Python Programming Sequence Class

Python Programming Sequence Class

3rd - 10th Grade

10 Qs

quiz-placeholder

Similar activities

Karel Programming Challenge

Karel Programming Challenge

5th Grade

15 Qs

Walking with Logo Turtle

Walking with Logo Turtle

3rd Grade

10 Qs

ICT Yr 5 - Basic LOGO Commands

ICT Yr 5 - Basic LOGO Commands

5th Grade

10 Qs

Logo Commands

Logo Commands

2nd - 3rd Grade

9 Qs

MS Logo

MS Logo

4th - 9th Grade

10 Qs

Python Turtle - Knowledge Check

Python Turtle - Knowledge Check

7th - 8th Grade

10 Qs

Assesment for Lessons 1-5 Code.org

Assesment for Lessons 1-5 Code.org

5th - 8th Grade

15 Qs

2. Computational thinking

2. Computational thinking

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?