Search Header Logo

Python for Beginner - Module 1

Authored by Jeremy Chen

Computers

7th Grade

Used 25+ times

Python for Beginner - Module 1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

To make a computer show a message "Hello World!" on the screen.

Your code:

print "Hello World!"

print(Hello World!)

show("Hello World!")

print("Hello World!")

show "Hello World!"

2.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

Jimmy tries to show a message on the screen but there is a mistake in his code.

print('I'm Jimmy!')

How to fix his code?

print(I'm Jimmy!)

print 'I'm Jimmy!'

print("I'm Jimmy!")

write I'm Jimmy!

I'm Jimmy!

3.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

Which is a good variable name?

x

365days

my name

print

travel_distance

4.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

To assign (store) things into a variable in Python. You use:

=

==

:=

<-

5.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

Julia was given a variable my_pet but her pet is a dog.

What can she do in Python?

>>> my_pet = "cat"

Choose the easiest way.

change my_pet to "dog"

my_pet = "dog"

"my_2nd_pet" = "dog"

my_pet = ""

my_pet = "dog"

6.

MULTIPLE SELECT QUESTION

2 mins • 5 pts

Media Image

To draw a picture like this in Python Turtle, you need:

from turtle import *

forward(100)

right(90)

pencolor("red")

stop()

7.

MULTIPLE SELECT QUESTION

2 mins • 5 pts

To do maths in Python, you use:

+ for plus

- for minus

* for multiply

% for divide

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?