Search Header Logo

Python Strings

Authored by Computer Science

Computers

12th Grade

Used 222+ times

Python Strings
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

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

Already have an account?