Python 1

Python 1

7th - 9th Grade

20 Qs

quiz-placeholder

Similar activities

Python

Python

9th Grade

15 Qs

Program Development - Python: Output

Program Development - Python: Output

9th - 10th Grade

20 Qs

Grade 7 Python

Grade 7 Python

7th Grade

20 Qs

Python outputs

Python outputs

7th - 11th Grade

20 Qs

python_1

python_1

5th - 12th Grade

22 Qs

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

Python Revision

Python Revision

8th Grade

15 Qs

Foundations of Programming

Foundations of Programming

9th - 10th Grade

18 Qs

Python 1

Python 1

Assessment

Quiz

Computers

7th - 9th Grade

Medium

CCSS
L.2.2C

Standards-aligned

Created by

Louise Russell

Used 93+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print("Hello world!\nHello world!")
Hello world! Hello world!
Hello world!
Hello world!
SyntaxError
Hello world!

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is syntax?
Syntax is the word used to describe an error
Syntax is the rules of the programming language
It is used to read information
It is used to output information 

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print(Hello world!)
Hello world!
SyntaxError
Hello world
print(Hello world!)

Tags

CCSS.L.2.2C

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the term 'debug' mean?
Identify errors and fix them.
Making a calculation
A set of instructions
Looking at code

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What syntax can you use to insert a line break between strings so that they appear over new lines?

/

\n

\l

n

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print("Hello world!" * 2)
TypeError
Hello world world!
Hello world!Hello world!
Hello world! * 2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Python

High level programming language

Software program

Operating System

Microsoft Application

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?