String & String Functions

String & String Functions

12th Grade

10 Qs

quiz-placeholder

Similar activities

STRING

STRING

11th - 12th Grade

13 Qs

12 CS One Mark 1-5

12 CS One Mark 1-5

12th Grade

10 Qs

12cs caha 8

12cs caha 8

12th Grade

10 Qs

cha1 cs

cha1 cs

12th Grade

10 Qs

12 CS 10-16

12 CS 10-16

12th Grade

15 Qs

12 CS 6-10 One Mark

12 CS 6-10 One Mark

12th Grade

10 Qs

12th cs cha13

12th cs cha13

12th Grade

10 Qs

Computer Science

Computer Science

12th Grade

10 Qs

String & String Functions

String & String Functions

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Gopalakrishnan Angamuthu

Used 34+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

பின்வரும் குறிமுறையின் வெளியீடு எவ்வாறு இருக்கும் ...

str1 = "PYnative"

print(str1[1:4], str1[:5], str1[4:], str1[0:-1], str1[:-1])

PYn PYnat ive PYnativ vitanYP

Yna PYnat tive PYnativ vitanYP

Yna PYnat tive PYnativ PYnativ

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

பின்வரும் குறிமுறையின் வெளியீடு எவ்வாறு இருக்கும் ...

str1 = "my isname isisis jameis isis bond";

sub = "is";

print(str1.count(sub, 4))

5

6

7

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

பின்வரும் குறிமுறையின் வெளியீடு எவ்வாறு இருக்கும் ...

str1 = 'Welcome'

print (str1[:6] + ' PYnative')

Welcome PYnative

WelcomPYnative

Welcom PYnative

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"welcome to the beautiful world of python" என்ற சரத்தை "Welcome To The Beautiful World Of Python" என மாற்றப் பயன்படும் செயற்கூறு எது?

capitalize ()

title()

upper()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

பின்வரும் குறிமுறையின் வெளியீடு எவ்வாறு இருக்கும் ...

print("John" > "Jhon")

print("Emma" < "Emm")

True

False

False

True

True

True

False

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

பின்வரும் குறிமுறையின் வெளியீடு எவ்வாறு இருக்கும் ...

min('strings')

s

r

i

g

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

பின்வரும் குறிமுறையின் வெளியீடு எவ்வாறு இருக்கும் ...

print('san' 'thosh')

san thosh

san

santhosh

thosh

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?

Discover more resources for Computers