CodeHS 3.8 String Processing

CodeHS 3.8 String Processing

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Delphi Arguments/Returns

Delphi Arguments/Returns

8th - 10th Grade

10 Qs

С№ 15

С№ 15

10th Grade

10 Qs

Типы данных

Типы данных

9th - 12th Grade

9 Qs

Conditionals - codeHS mod4

Conditionals - codeHS mod4

9th - 12th Grade

10 Qs

Lecture 4.4 Part 1

Lecture 4.4 Part 1

12th Grade

10 Qs

Programming week-1

Programming week-1

10th Grade

10 Qs

Строки. Преобразование типов данных

Строки. Преобразование типов данных

10th Grade

10 Qs

A5 IB -  Variables y Constantes en Python

A5 IB - Variables y Constantes en Python

10th Grade - University

10 Qs

CodeHS 3.8 String Processing

CodeHS 3.8 String Processing

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

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

Media Image

What will Rick Astley never do?

Check all that apply.

give you up

let you down

run around

desert you