L.8. STRINGS AND STRING MANIPULATION - 2

L.8. STRINGS AND STRING MANIPULATION - 2

12th Grade

10 Qs

quiz-placeholder

Similar activities

Python String Data Structure

Python String Data Structure

10th - 12th Grade

12 Qs

STRING

STRING

11th - 12th Grade

13 Qs

Python Fundamentals

Python Fundamentals

11th - 12th Grade

12 Qs

Python Revision Tour - I

Python Revision Tour - I

12th Grade

15 Qs

Unit 7 quiz on strings AP CSP

Unit 7 quiz on strings AP CSP

9th - 12th Grade

14 Qs

Quiz on String

Quiz on String

12th Grade

15 Qs

Computer BTEC U1 quiz terms

Computer BTEC U1 quiz terms

12th Grade

14 Qs

Java Quiz 3: Object-Oriented Programming Concepts

Java Quiz 3: Object-Oriented Programming Concepts

6th - 12th Grade

8 Qs

L.8. STRINGS AND STRING MANIPULATION - 2

L.8. STRINGS AND STRING MANIPULATION - 2

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Geetha Geetha

Used 12+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. Formatting character for string is ___________ .

%d

%s

%u

%f

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. Escape sequences starts with a ________________ .

/

\

#

$

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. Escape sequences for ASCII Horizontal Tab is ___________

\n

\r

\t

\v

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. The _____________ are used as placeholders which get replaced along with format( ) function.

[ ]

( )

{ }

none of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. _____ function return true if the string contains only letters.

isalpha()

isalnum()

isdigit()

swapcase()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6. ____________ operators are called as Membership Operators.

'with in' and 'not in'

'out' and 'not in'

'in' and 'out'

‘in’ and ‘not in’

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. a="god help those who help themselves"

"help" in "a"

true

false

wrong out put

error

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?