
String & String Functions

Quiz
•
Computers
•
12th Grade
•
Hard
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
Similar Resources on Wayground
10 questions
String, int, float, boolean

Quiz
•
9th - 12th Grade
10 questions
String Methods and Characters

Quiz
•
10th - 12th Grade
15 questions
12 CS 10-16

Quiz
•
12th Grade
10 questions
cha1 cs

Quiz
•
12th Grade
10 questions
chapter4 cs 12th

Quiz
•
12th Grade
10 questions
L.8. STRINGS AND STRING MANIPULATION -1

Quiz
•
12th Grade
5 questions
lesson 16

Quiz
•
12th Grade
15 questions
String Methods Quiz

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade