String Manipulation

String Manipulation

9th - 11th Grade

13 Qs

quiz-placeholder

Similar activities

String Handling

String Handling

9th Grade

15 Qs

Unit 2 Quiz - Bootstrap: Algebra

Unit 2 Quiz - Bootstrap: Algebra

6th - 12th Grade

11 Qs

Java Strings

Java Strings

9th - 12th Grade

12 Qs

Python String Data Structure

Python String Data Structure

10th - 12th Grade

12 Qs

String Manipulation

String Manipulation

10th Grade

16 Qs

Programming Concepts Quiz

Programming Concepts Quiz

11th Grade

17 Qs

python(strings)

python(strings)

11th Grade

10 Qs

Strings recapitulation

Strings recapitulation

11th Grade

15 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?