String Manipulation

String Manipulation

9th - 11th Grade

13 Qs

quiz-placeholder

Similar activities

Python Classwork

Python Classwork

10th - 11th Grade

10 Qs

Python strings

Python strings

8th - 9th Grade

11 Qs

Python Data Types

Python Data Types

9th - 12th Grade

10 Qs

Quiz on Python

Quiz on Python

11th Grade

11 Qs

String Method

String Method

10th Grade

10 Qs

Programming Concepts Quiz

Programming Concepts Quiz

11th Grade

17 Qs

Unit 2 Quiz - Bootstrap: Algebra

Unit 2 Quiz - Bootstrap: Algebra

6th - 12th Grade

11 Qs

Data Types

Data Types

7th - 9th Grade

15 Qs

String Manipulation

String Manipulation

Assessment

Quiz

Computers

9th - 11th Grade

Medium

Created by

Paul Greenwood

Used 346+ 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?