STRING MANIPULATION (PYTHON)

STRING MANIPULATION (PYTHON)

11th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

C++ dasar

C++ dasar

10th - 12th Grade

9 Qs

TIN 11- KIỂU XÂU

TIN 11- KIỂU XÂU

11th Grade

10 Qs

Cambridge Nationals IT Data Types Recap

Cambridge Nationals IT Data Types Recap

11th Grade

11 Qs

Midterm - MIL 12

Midterm - MIL 12

12th Grade

12 Qs

مراجعة الوحدة 3 ( البرمجة بواسطة المايكروبت )

مراجعة الوحدة 3 ( البرمجة بواسطة المايكروبت )

12th Grade

10 Qs

PH 1 INFORMATIKA XI

PH 1 INFORMATIKA XI

11th Grade

15 Qs

Recursion Practice, Recursion Practice, Recursion Practice...

Recursion Practice, Recursion Practice, Recursion Practice...

10th Grade - University

10 Qs

STRING MANIPULATION (PYTHON)

STRING MANIPULATION (PYTHON)

Assessment

Quiz

Computers

11th - 12th Grade

Practice Problem

Medium

Used 475+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

what is a string?

any numeric value

any float value

any character value

any special symbol value

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

how we store string value in variable?

'string'

"string"

%string%

#sring#

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

For string symbol + means........................

addition

swapp

concatenation

multiplication

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

str1='101'

x=int(str1)

z=x+400

print(z)

101400

x400

501

none of above

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

fruit1="kiwi"

fruit2="strawberry"

print(len(fruit1))

print(len(fruit2))

kiwi and strawberry

4

10

4 10

410

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

index of a string begins with

1

0

a

-1

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

slicing string X="BOnVoyage"

print X[0:5]

BOnVoy

BOnVo

oyage

bonvo

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?