CS Edexcel Unit 6 Part 6 - String Manipulation

Quiz
•
Computers
•
10th Grade
•
Medium
Stuart Smith
Used 4+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does string concatenation mean in programming?
Splitting strings into parts
Joining strings together
Reversing strings
Encrypting strings
2.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
What function finds the length of a string in Python?
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you access the third character from the left in a string "This is just a simple string"?
string[2]
string[3]
string[4]
string[5]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the code snippet:
string = "This is just a simple string"
print(string[-4])?
g
r
n
t
i
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method is used to check if a string is all uppercase in Python?
string.upper()
string.isupper()
string.ifupper()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method is used to check if a string is all lowercase in Python?
string.lower()
string.islower()
string.iflower()
7.
MATCH QUESTION
30 sec • 5 pts
Match the following string checks to their purpose
istitle
String contains only spaces
isalpha
String contains only letters and numbers
isnum
String contains only letters
isspace
String contains only numbers
isalnum
String's words all start with capitals letters
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
GCSE Computer Science: Programming (Data Structures)

Quiz
•
9th - 10th Grade
20 questions
AQA GCSE Computer Science - 3.2.1 Data types

Quiz
•
8th - 10th Grade
20 questions
Python Strings: words, letters and text

Quiz
•
10th - 12th Grade
25 questions
Python Class 9

Quiz
•
9th - 10th Grade
20 questions
Surprise Quiz !!!!

Quiz
•
10th Grade
20 questions
Unit 6 ArrayLists and String Methods

Quiz
•
9th - 12th Grade
23 questions
Year 11 Coding concepts

Quiz
•
10th Grade
20 questions
BBC Microbit Quiz (1)

Quiz
•
9th - 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
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
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
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th 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