Strings, Variables & Concatenation Practice

Strings, Variables & Concatenation Practice

9th Grade

12 Qs

quiz-placeholder

Similar activities

Python - Week 1

Python - Week 1

8th - 10th Grade

10 Qs

Selection in Python

Selection in Python

1st - 9th Grade

15 Qs

Introduction to Python

Introduction to Python

9th Grade

10 Qs

Python programming -recap

Python programming -recap

7th - 10th Grade

12 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Python 2

Python 2

9th - 12th Grade

10 Qs

Python Programming

Python Programming

7th - 9th Grade

10 Qs

Strings, Variables & Concatenation Practice

Strings, Variables & Concatenation Practice

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Elise Laio

Used 14+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the '#' allow you to do?

Repeat code

Comment on code

Print code

End code

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a Syntax Error?

A problem with the language ("grammar") used

A problem with the logical structure used

A problem with the version of Python used

A problem with the Operating System

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will be the output?

name = ("Dave")

print (name)

Dave

"Dave"

name

(name)

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

When you have an error in your code what is the term used to define finding and fixing that error?

Error checking

Debugging

Syntax finder

Error finder

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Joining elements together is called what in Python?

Combining
Connecting
Concatenation
Stringing

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Q. What will the output be from the following code?

print("Hello" + "my" + "friends" )

Hello my friends

Hellomyfriends

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?