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 letters
isspace
String contains only spaces
isalnum
String contains only numbers
isnum
String's words all start with capitals letters
isalpha
String contains only letters and numbers
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
Understanding Input, Selection and Loops in Python

Quiz
•
7th Grade - University
20 questions
Python Quiz 1

Quiz
•
9th - 12th Grade
20 questions
Python Functions Part3 Week11

Quiz
•
10th Grade
25 questions
Programming and data structures revision

Quiz
•
9th - 10th Grade
20 questions
AQA GCSE Computer Science Paper 1

Quiz
•
9th - 11th Grade
20 questions
Programming Quiz 4

Quiz
•
9th - 10th Grade
25 questions
untitled

Quiz
•
8th Grade - University
20 questions
Python Programming Quiz

Quiz
•
9th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade