STRING MANIPULATION (PYTHON)

STRING MANIPULATION (PYTHON)

11th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Website Development - Lesson 13 - Retrieval

Website Development - Lesson 13 - Retrieval

11th Grade

10 Qs

(Do Now) Excel Functions Quiz

(Do Now) Excel Functions Quiz

12th Grade

10 Qs

Python Basics Quiz

Python Basics Quiz

9th - 12th Grade

12 Qs

Visual Basic Basics!

Visual Basic Basics!

9th - 12th Grade

8 Qs

Comparison operators

Comparison operators

6th - 11th Grade

9 Qs

Java Quiz 2: Classes and Objects

Java Quiz 2: Classes and Objects

6th - 12th Grade

10 Qs

10 CS // Pseudocode

10 CS // Pseudocode

9th - 11th Grade

10 Qs

Kuis Karakter dan String dalam Pemrograman C++

Kuis Karakter dan String dalam Pemrograman C++

11th Grade

10 Qs

STRING MANIPULATION (PYTHON)

STRING MANIPULATION (PYTHON)

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Used 456+ times

FREE Resource

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