CodeHS 3.8 String Processing

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Aaron Pavao
Used 8+ times
FREE Resource
5 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
A String is a collection of ...
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is pseudocode?
a description in English that describes what the program does
code that has one or more syntax errors in it
code that has one or more runtime errors in it
code that has one or more general bugs in it
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is equivalent to for every character in String str from start to finish?
for(int i = 0; i < str.length(); i++)
for(int i = 0; i < str.length; i++)
for(int i = str.length() - 1; i > 0; i--)
for(int i = str.length(); i > 0; i--)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which String method do we use to see if two Strings are equal?
.compare(String s)
.equals(String s)
.isEqualTo(String s)
trick question, we use the == operator
5.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
What will Rick Astley never do?
Check all that apply.
give you up
let you down
run around
desert you
Similar Resources on Wayground
7 questions
Data Types, Variables and Flowcharts

Quiz
•
9th Grade
10 questions
Python Data Types and Lists ( level easy )

Quiz
•
12th Grade
9 questions
Uvod u Python i jednostavne tipove podataka

Quiz
•
9th - 12th Grade
10 questions
Python Basics

Quiz
•
8th - 10th Grade
9 questions
Programming Basics

Quiz
•
10th Grade
7 questions
Delphi Revision Part 2

Quiz
•
8th - 10th Grade
10 questions
แบบทดสอบเรื่องการรับค่าในภาษาไพทอน (รายบุคคล)

Quiz
•
9th - 12th Grade
8 questions
PYTHON

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th 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
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade