CodeHS 2.15 Strings

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Aaron Pavao
Used 10+ times
FREE Resource
6 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What class is a sequence of characters?
2.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Select all of the primitive data types.
System
String
int
double
boolean
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which line of code concatenates two Strings?
String foo = "Hello " + "World";
String foo = "Hello " & "World";
String foo = "Hello " && "World";
String foo = String.concatenate("Hello", "World");
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Select all of the types that we can concatenate with Strings.
String
int
double
boolean
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is printed to the screen?
foo
bar
foobar
foo
bar
There's no way to tell because Java stores strings weirdly.
6.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Select this lesson's learning targets.
I can explain Strings
I can create and assign values to String variables
I can concatenate Strings
I can compare Strings correctly
I can avoid comparing Strings with the equals operator
Similar Resources on Wayground
10 questions
python(strings)

Quiz
•
11th Grade
10 questions
Function evaluation

Quiz
•
10th - 12th Grade
10 questions
Microbit 3

Quiz
•
6th Grade - University
10 questions
Variables and Data Types

Quiz
•
10th - 12th Grade
10 questions
PHP Dasar

Quiz
•
11th Grade
10 questions
Website Development - Lesson 2 Retrieval

Quiz
•
11th Grade
11 questions
Python Code Quiz

Quiz
•
8th - 12th Grade
10 questions
Python Variables

Quiz
•
7th - 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
30 questions
Introduction to Computers

Quiz
•
8th - 9th 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