Python Quiz 1

Python Quiz 1

8th Grade

9 Qs

quiz-placeholder

Similar activities

Homework 1- Python Basics

Homework 1- Python Basics

8th Grade

10 Qs

Y9 - Module 2 - KT1 Python Basics

Y9 - Module 2 - KT1 Python Basics

9th Grade

14 Qs

Introduction to Python

Introduction to Python

9th Grade

10 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Python Introduction Quiz

Python Introduction Quiz

8th - 9th Grade

12 Qs

Python Intro

Python Intro

7th - 8th Grade

12 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Python

Python

University

10 Qs

Python Quiz 1

Python Quiz 1

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Susan Abraham

FREE Resource

9 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What will this code print?

print("Python is fun!")

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What will this code print?

# This is a comment

print("Hello!")

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What will this code print?

# print("Don’t print me")

print("Print me instead")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False  

#This is a comment

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False  

In Python, everything after # is ignored by the computer.

True

False

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Fix the Error

print("Hello\nWorld)

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Fix the Error

print("Welcome to Python)

8.

OPEN ENDED QUESTION

3 mins • 1 pt

Fix the Error

print("She said, "Hello!"")

Evaluate responses using AI:

OFF

9.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Fix the Error

print("Line 1 \n Line 2 \n Line 3)