Python Strings

Python Strings

6th - 8th Grade

17 Qs

quiz-placeholder

Similar activities

Programming - Output

Programming - Output

KG - 12th Grade

12 Qs

Aahaan : Python Live Assessment

Aahaan : Python Live Assessment

5th - 7th Grade

20 Qs

Python - Programming Constructs - KS3 Y9

Python - Programming Constructs - KS3 Y9

8th - 9th Grade

15 Qs

python หน่วยที่1

python หน่วยที่1

7th Grade

15 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Python outputs

Python outputs

7th - 11th Grade

20 Qs

Python

Python

7th - 8th Grade

12 Qs

Quiz1_7A

Quiz1_7A

2nd Grade - Professional Development

20 Qs

Python Strings

Python Strings

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

JEFFREY DECKMAN

Used 28+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A group of sequenced characters within either single or double quotation marks is called a(n)

operator

string

variable

function

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

strings are used to display ________ on your screen

Python

variables

text

operators

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

When Python sees ________ around text, it reads it as a string

variables

operators

question marks

quotation marks

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

An example of Python code that creates a variable and assigns it to the string "Hello!"

goodbye = "HAVE A GREAT DAY!"print(goodbye)

welcome = "Hello!"

"Today I had \"pizza"\ for lunch"

print("Hello!" * 3)

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

________ are helpful because they can change values, making programs more flexible.

variables

strings

operators

inputs

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The ________ function displays the text you add between the parentheses and waits for the user to type something

variable

string

input

operator

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

String ________ help change data into a more usable format

functions

variables

inputs

operators

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?