APCSA Unit 2 String Methods

APCSA Unit 2 String Methods

9th - 12th Grade

39 Qs

quiz-placeholder

Similar activities

LESSON 3 AND 4 (Individual quiz)

LESSON 3 AND 4 (Individual quiz)

12th Grade

43 Qs

ĐỀ CƯƠNG ÔN TẬP CUỐI KÌ 1_TIN HỌC 10_KNTT

ĐỀ CƯƠNG ÔN TẬP CUỐI KÌ 1_TIN HỌC 10_KNTT

12th Grade

40 Qs

Visual Basic Kelas XI Quiz

Visual Basic Kelas XI Quiz

11th Grade

40 Qs

Python Basis (S3)

Python Basis (S3)

9th Grade

41 Qs

Computer Fundamentals  - Study Quiz

Computer Fundamentals - Study Quiz

8th - 12th Grade

44 Qs

UEFI

UEFI

9th - 12th Grade

35 Qs

AP CSP Programming Test

AP CSP Programming Test

9th - 12th Grade

40 Qs

Flowcharts

Flowcharts

9th Grade

35 Qs

APCSA Unit 2 String Methods

APCSA Unit 2 String Methods

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Easy

Created by

Sonia Coile

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

39 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Choose the line that assigns "love" to str2.

str2 = str.substring(2,6);

str2 = str.substring(2,5);

str2 = str.substring(2);

str2 = str.substring(4);

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Choose the line that assigns "boba." to str2.

str2 = str.substring(7);

str2 = str.substring(7,11);

str2 = str.substring(8,12);

str2 = str.substring(8);

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Choose the line that assigns "I" to str2.

str2 = str.substring(0,1);

str2 = str.substring(1,2);

str2 = str.substring(0);

str2 = str.substring(1);

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

What is the output from running this code block?

equals method

== operator

(Nothing)

equals method

== operator

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

What is the result of running this code block?

"." is printed.

An exception is thrown.

"America." is printed.

"a" is printed.

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

What is the result of running this code block?

"." is printed.

An exception is thrown.

"America." is printed.

"a" is printed.

7.

MULTIPLE SELECT QUESTION

3 mins • 1 pt

Media Image

What method-call below could be used to determine whether str contains the String "States"? Choose all that apply.

str.contains("States")

str.indexOf("States")

str.equals("States")

str.compareTo("States")

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?