Chapter 8 String Manipulations

Quiz
•
Computers
•
12th Grade
•
Hard
SUDHA B
Used 25+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
s1='ComputerScience' What is the output of print(s1[::-1])
Cmptrcinc
ComputerScience
ecneicSretupmoC
cnicrtpmC
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which error is generated when the index is not an integer?
Index Error
Type error
Name error
Bound error
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To change 'cool' from 'COOL', which function should be used?
upper()
lower()
capitalize()
title()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When using find(), if str is not present in the string then what is returned?
0
1
-1
Null
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which function is used to change 'save earth' to 'Save Earth'?
capitalize()
swapcase()
title()
upper()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the correct result from the following.
ord('10')=50
chr(72)='H'
chr(55)=9
ord('z')=123
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which error is generated when a character in a string variable is modified?
Index error
Name error
Type error
unbound local error
Create a free account and access millions of resources
Similar Resources on Wayground
17 questions
Exceptions in Pythons

Quiz
•
12th Grade
20 questions
Python Basics & Syntax

Quiz
•
10th - 12th Grade
15 questions
Basic Python Coding

Quiz
•
11th - 12th Grade
13 questions
2.5 Translators & Facilities - OCR GCSE Computer Science

Quiz
•
7th - 12th Grade
10 questions
Python Exception Handling

Quiz
•
10th - 12th Grade
10 questions
Random functions

Quiz
•
12th Grade
16 questions
Variables and Data Types Knowledge Check

Quiz
•
9th - 12th Grade
12 questions
Python Operators

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade