Python Strings

Python Strings

12th Grade

10 Qs

quiz-placeholder

Similar activities

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

BÀI 16 - THUẬT TOÁN SẮP XẾP

BÀI 16 - THUẬT TOÁN SẮP XẾP

9th Grade - University

15 Qs

C++ dasar

C++ dasar

10th - 12th Grade

9 Qs

website design elements

website design elements

12th Grade

12 Qs

Gli indirizzi IP

Gli indirizzi IP

9th Grade - Professional Development

15 Qs

phần mềm trình chiếu

phần mềm trình chiếu

1st - 12th Grade

10 Qs

Arrays, 2D Arrays, and ArrayLists

Arrays, 2D Arrays, and ArrayLists

9th - 12th Grade

15 Qs

Guess The Logo

Guess The Logo

5th Grade - Professional Development

15 Qs

Python Strings

Python Strings

Assessment

Quiz

Computers

12th Grade

Practice Problem

Hard

Created by

Computer Science

Used 176+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A: Strings can be changed during execution

B. Strings can be enclosed within single, double or even triple quotes

C. Strings are immutable

A,B & C are True

A,B are True but C is False

B, C are True but A is False

A,C are True but B is False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Find the output of the following code:

>>>str1='Save Soil'

>>>str1.isalnum( )

Save Soil

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Identify the string membership operators of Python

in, not in

like, not like

as, not as

between, not between

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which is the powerful function used for formatting strings?

chr( )

format( )

title( )

capitalize( )

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The title( ) function

assigns title

returns the title of the file

returns string in title case

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Predict the output:

>>>str1="Rajathi Raja"

>>>print(str1.count('Raja'))

1

2

Error

Raja

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Match the following:

1. \n A) Carriage return

2. \v B) BackSpace

3. \b C) new line

4. \r D) Vertical tab

1-C, 2-D, 3-B, 4-A

1-A, 2-C, 3-B, 4-D

1-C, 2-D, 3-A, 4-B

1-C, 2-A, 3-B, 4-D

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?