String Manipulation Quiz

Quiz
•
Computers
•
10th - 11th Grade
•
Hard
Chauncy ICT
Used 97+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The pseudocode below assigns two strings to two variables:
title = "computer science"
level = "gcse"
What would the Python code: len(level) return?
2
3
4
1
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The pseudocode below assigns two strings to two variables:
title = "computer science"
level = "gcse"
What is title[0]?
'c'
'o'
'g'
An error
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The pseudocode below assigns two strings to two variables:
title = "computer science"
level = "gcse"
What is title[4]?
'p'
'u'
't'
An error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The pseudocode below assigns two strings to two variables:
title = "computer science"
level = "gcse"
What is level[3]?
'g'
'e'
'c'
's'
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The pseudocode below assigns two strings to two variables:
title = "computer science"
level = "gcse"
What is level[4]?
'g'
'e'
'c'
An error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The pseudocode below assigns two strings to two variables:
title = "computer science"
level = "gcse"
What is title concatenated (linked together) with level?
"computer sciencegcse"
"computersciencegcse"
"computer science gcse"
"computerscience gcse"
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The pseudocode below assigns two strings to two variables:
title = "computer science"
level = "gcse"
What is level concatenated (linked together) with level?
"gcsegcse"
"gcse gcse"
"computer science gcse"
An error
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Dasar-Dasar Algoritma

Quiz
•
10th - 12th Grade
11 questions
Binary Search GCSE

Quiz
•
10th Grade
15 questions
X_ALGORITMA_PRETEST

Quiz
•
10th Grade
15 questions
Creating Algorithms Through Pseudocodes and Flowcharts

Quiz
•
11th - 12th Grade
15 questions
Digital Documentation

Quiz
•
10th Grade
11 questions
40. Algorithm - Algorithm Efficiency Quiz

Quiz
•
9th - 12th Grade
10 questions
IGCSE Computer Science - Chapter 9: Problem-Solving and Design

Quiz
•
9th - 10th Grade
10 questions
Python Basic files

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