Python Strings

Python Strings

12th Grade

10 Qs

quiz-placeholder

Similar activities

Problem Solving using Python and R - UNIT I STRINGS MCQS

Problem Solving using Python and R - UNIT I STRINGS MCQS

12th Grade

15 Qs

C++ cap. 4

C++ cap. 4

9th - 12th Grade

15 Qs

12cs caha 8

12cs caha 8

12th Grade

10 Qs

Array List

Array List

9th - 12th Grade

13 Qs

HTML -znaczniki 1

HTML -znaczniki 1

7th Grade - University

15 Qs

Python Revision Tour - I

Python Revision Tour - I

12th Grade

15 Qs

UAS Praktikum: Logika dan Algoritma Pemrograman

UAS Praktikum: Logika dan Algoritma Pemrograman

1st Grade - University

10 Qs

Python Strings

Python Strings

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Computer Science

Used 151+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?