String methods - Revision

String methods - Revision

11th Grade

18 Qs

quiz-placeholder

Similar activities

python - Launch Lesson

python - Launch Lesson

7th - 12th Grade

22 Qs

HTML

HTML

7th - 12th Grade

17 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python Strings

Python Strings

11th Grade

21 Qs

python_1

python_1

5th - 12th Grade

22 Qs

Kiểu dữ liệu xâu kí tự trong Python

Kiểu dữ liệu xâu kí tự trong Python

10th Grade - University

18 Qs

Struktur kawalan ulangan

Struktur kawalan ulangan

1st - 12th Grade

21 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

String methods - Revision

String methods - Revision

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Srividya Subramani

Used 8+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

S="God Bless You"

print(S[:2:-2])

'uYseBdG'

'uoY sselB '

'uoY sselB d'

'uYseB'

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

print(len("Class XI A") )gives

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print("es S" in "Cochin Refineries School") gives

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"apple">"Apple" gives

True

False

Error

Invalid operator

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid String operator?

>

<

/

*

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Daya is working in a company "Redefined". He has two fields which accept the first name and last name of the employees and merge them into a single String with space in between. Help him by suggesting an appropriate method

add()

remove()

join()

concatenate()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Gokul wants to convert the user names for mail id into small letter. Which String method should he use?

isupper()

islower()

upper()

lower()

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?