Snap! Review & Intro Python

Snap! Review & Intro Python

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

T3 Y7 Grasshopper App

T3 Y7 Grasshopper App

7th - 9th Grade

8 Qs

Python lists & file operations

Python lists & file operations

10th Grade

10 Qs

Basic Python Coding

Basic Python Coding

6th - 12th Grade

9 Qs

Programming Basics

Programming Basics

10th Grade

10 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

Simple Easy Basic Lua Quiz

Simple Easy Basic Lua Quiz

4th Grade - Professional Development

10 Qs

Python

Python

1st - 12th Grade

10 Qs

Unit 1 Post Test: Basic Python

Unit 1 Post Test: Basic Python

9th - 12th Grade

10 Qs

Snap! Review & Intro Python

Snap! Review & Intro Python

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Richard Ghiorse

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What are the values of the sprite's x-position and y-position after the script runs?

x = 17

y = 5

x = 13

y = 10

x = 17

y = 6

x = 12

y = 10

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What are the values of the sprite's x-position and y-position after the script runs?

x = 5

y = 8

x = 13

y = 12

x = 18

y = 7

x = 13

y = 7

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many times does the sprite say Hello! when the script runs?

2

1

3

4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following line of Python code can be used to print the message Hi There!

print("Hi There!")

Which line of code would print Belmont Hill?

print Belmont Hill

print("Belmont Hill")

print(Belmont Hill)

print "BelmontHill"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following values are examples of what type of number?

-2, -1, 0, 1, 2, 3

integers

whole numbers

irrational numbers