STRING MANIPULATION (PYTHON)

Quiz
•
Computers
•
11th - 12th Grade
•
Medium
Used 456+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
what is a string?
any numeric value
any float value
any character value
any special symbol value
2.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
how we store string value in variable?
'string'
"string"
%string%
#sring#
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
For string symbol + means........................
addition
swapp
concatenation
multiplication
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
str1='101'
x=int(str1)
z=x+400
print(z)
101400
x400
501
none of above
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
fruit1="kiwi"
fruit2="strawberry"
print(len(fruit1))
print(len(fruit2))
kiwi and strawberry
4
10
4 10
410
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
index of a string begins with
1
0
a
-1
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
slicing string X="BOnVoyage"
print X[0:5]
BOnVoy
BOnVo
oyage
bonvo
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
PTS Algoritma dan Pemrograman

Quiz
•
9th - 12th Grade
14 questions
CSA 1.1.1 Why Programming? Why Java?

Quiz
•
10th - 12th Grade
10 questions
Pre tes dan Post test

Quiz
•
12th Grade
15 questions
ASK F2 -KOD ARAHAN (PYTHON)

Quiz
•
1st Grade - University
10 questions
String Methods

Quiz
•
9th - 12th Grade
10 questions
Jenis Data

Quiz
•
7th - 12th Grade
9 questions
Data Types in Python

Quiz
•
11th - 12th Grade
10 questions
Informatika 7

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