Python Strings

Quiz
•
Computers
•
12th Grade
•
Hard
Computer Science
Used 167+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
A: Strings can be changed during execution
B. Strings can be enclosed within single, double or even triple quotes
C. Strings are immutable
A,B & C are True
A,B are True but C is False
B, C are True but A is False
A,C are True but B is False
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the output of the following code:
>>>str1='Save Soil'
>>>str1.isalnum( )
Save Soil
True
False
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Identify the string membership operators of Python
in, not in
like, not like
as, not as
between, not between
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which is the powerful function used for formatting strings?
chr( )
format( )
title( )
capitalize( )
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
The title( ) function
assigns title
returns the title of the file
returns string in title case
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Predict the output:
>>>str1="Rajathi Raja"
>>>print(str1.count('Raja'))
1
2
Error
Raja
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Match the following:
1. \n A) Carriage return
2. \v B) BackSpace
3. \b C) new line
4. \r D) Vertical tab
1-C, 2-D, 3-B, 4-A
1-A, 2-C, 3-B, 4-D
1-C, 2-D, 3-A, 4-B
1-C, 2-A, 3-B, 4-D
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Structuri neomogene

Quiz
•
9th - 12th Grade
10 questions
Bài 9 Tạo danh sách, bảng

Quiz
•
12th Grade - University
13 questions
TIK KELAS IX

Quiz
•
12th Grade
14 questions
CSAwesome 3.6.1Equivalent Boolean Expressions

Quiz
•
9th - 12th Grade
12 questions
Bài 8. Định dạng văn bản

Quiz
•
12th Grade
11 questions
Sains Komputer Tingkatan 4 - 1.7.1 Menghuraikan setiap fasa

Quiz
•
1st Grade - Professio...
8 questions
Introduction to Computer Science

Quiz
•
12th Grade
15 questions
Python-Day-3

Quiz
•
12th Grade - University
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