Python ((SHIFT))

Python ((SHIFT))

10th Grade

39 Qs

quiz-placeholder

Similar activities

Python Programming

Python Programming

9th - 12th Grade

35 Qs

AP CSP Unit 1

AP CSP Unit 1

9th - 12th Grade

40 Qs

Unit 8 CodeHS Computer Science Essentials

Unit 8 CodeHS Computer Science Essentials

9th - 12th Grade

35 Qs

AP CSP Programming Test

AP CSP Programming Test

9th - 12th Grade

40 Qs

AP Computer Science Principles Units 1, 2 & 3

AP Computer Science Principles Units 1, 2 & 3

10th - 12th Grade

44 Qs

Grade 8- Review S1- kodu Game-Make Video

Grade 8- Review S1- kodu Game-Make Video

4th - 10th Grade

34 Qs

Robotics-1-PythonBooksA

Robotics-1-PythonBooksA

9th - 12th Grade

37 Qs

Python.Comp Quiz (Python Coding)

Python.Comp Quiz (Python Coding)

9th Grade - University

40 Qs

Python ((SHIFT))

Python ((SHIFT))

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Seif Embaby

Used 1+ times

FREE Resource

39 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

15 mins • 1 pt

Properties of Python

python is a case sensitive

spacing is important

spacing isn't important

use error messages to help you learn

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image

what's mean by (import turtle)?

It's an imaginary robot and

It creates a turtle object in Python.

It imports a module for web development, cybersecurity

It initializes a game engine in Python.

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What does the command (turtle.forward(100)) do?

It rotates the turtle 100 degrees.

It moves the turtle forward by 100 units.

It moves the turtle backward by 100 units.

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What does the command (turtle.right(90)) do?

It rotates the turtle 90 degrees to the left.

It moves the turtle forward by 90 units.

It rotates the turtle 90 degrees to the right.

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is the purpose of (turtle.done())?

It clears the screen of all drawings.

It stops the turtle graphics and finishes the drawing.

It resets the turtle to its initial position.

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What does the command (turtle.penup()) do?

It lifts the pen so the turtle does not draw while moving.

It changes the color of the pen to red.

It puts the pen down to start drawing.

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Salma=turtle.Turtle()

What does that mean?

We created a turtle with a new variable called Salma

Salma is a method of the Turtle class.
Salma is a function that creates a Turtle object.

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?