Introducing Python Strings

Introducing Python Strings

11th Grade

10 Qs

quiz-placeholder

Similar activities

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

Project-Stem Unit 1 python coding

Project-Stem Unit 1 python coding

9th - 12th Grade

12 Qs

Python - Programming Language

Python - Programming Language

8th - 12th Grade

7 Qs

Python - Chpt 1 - Review

Python - Chpt 1 - Review

9th - 12th Grade

15 Qs

GCSE Computer Science - Programming Keywords

GCSE Computer Science - Programming Keywords

9th - 12th Grade

15 Qs

AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

10th - 12th Grade

15 Qs

STRINGS

STRINGS

11th Grade

10 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

Introducing Python Strings

Introducing Python Strings

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Harmeet Kaur

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the index of the first character in a string?

5

-1

1

0

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you access the last character of a string named 'text'?

text[-1]

text[length]

text.last()

text.charAt(-1)

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Is a string in Python mutable or immutable?

immutable

modifiable

variable

mutable

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What will be the output of 'hello'[1:4]?

ell

hel

lo

hello

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How can you find the length of a string in Python?

len(your_string)

length(your_string)

your_string.length()

string.length(your_string)

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What does the method 'str.upper()' do to a string?

It removes all whitespace from the string.

It converts all characters in the string to lowercase.

It converts all characters in the string to uppercase.

It reverses the order of characters in the string.

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

If 's = "Python"', what is 's[0:2]'?

Pyth

on

Py

Python

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?