L.8. STRINGS AND STRING MANIPULATION - 2

L.8. STRINGS AND STRING MANIPULATION - 2

12th Grade

10 Qs

quiz-placeholder

Similar activities

Programming Language Errors and Operators

Programming Language Errors and Operators

9th - 12th Grade

15 Qs

Scratch Programming

Scratch Programming

1st - 12th Grade

13 Qs

Java Level 1 - B

Java Level 1 - B

12th Grade

15 Qs

While Loops in Java

While Loops in Java

10th - 12th Grade

6 Qs

BIM1014 Quiz4

BIM1014 Quiz4

KG - University

10 Qs

Quiz - 6 on Relational & Logical Operators

Quiz - 6 on Relational & Logical Operators

12th Grade

10 Qs

Iteration

Iteration

9th - 12th Grade

15 Qs

Python - 1 VARIABLES AND OPERATORS

Python - 1 VARIABLES AND OPERATORS

11th - 12th Grade

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