String Manipulation

String Manipulation

9th - 11th Grade

13 Qs

quiz-placeholder

Similar activities

String Handling

String Handling

9th Grade

15 Qs

Python slicing

Python slicing

4th - 9th Grade

10 Qs

Python Data Structures 2

Python Data Structures 2

10th - 11th Grade

10 Qs

Python String Functions

Python String Functions

10th - 12th Grade

12 Qs

Python Module

Python Module

10th - 12th Grade

17 Qs

String Manipulation

String Manipulation

10th Grade

16 Qs

String1

String1

11th Grade

12 Qs

Python String Handling

Python String Handling

10th Grade

11 Qs

String Manipulation

String Manipulation

Assessment

Quiz

Computers

9th - 11th Grade

Medium

Created by

Paul Greenwood

Used 344+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Strings can be treated as arrays of characters.
True
False

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

LENGTH("password") will return...
8
7
9
11

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

RIGHT("Hello world!", 6) will return...
world!
World!
Hello
world

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

what is a string?

any numeric value

any float value

any character value

any special symbol value

5.

MULTIPLE SELECT QUESTION

1 min • 1 pt

how we store string value in variable?

'string'

"string"

%string%

#sring#

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

addition

swapp

concatenation

multiplication

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

str1='101'

x=int(str1)

z=x+400

print(z)

101400

x400

501

none of above

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?