Consider s1 and s2 are String:
s1 = "aardvark";
s2 = s1.substring(4);
What does s2 get?
apcsa-String
Quiz
•
Computers
•
11th Grade
•
Medium
lin fu
Used 6+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Consider s1 and s2 are String:
s1 = "aardvark";
s2 = s1.substring(4);
What does s2 get?
dvar
vark
ark
dvark
2.
FILL IN THE BLANK QUESTION
1 min • 10 pts
Assume the following declaration exists:
String qqq = "Haleakala";
What will be output after the statement executed
System.out.println(qqq.substring(5,9));
3.
FILL IN THE BLANK QUESTION
1 min • 10 pts
Assume the following declaration exists:
String qqq = "Haleakala";
int index= qqq.indexOf("leak");
What is the value of index?
4.
FILL IN THE BLANK QUESTION
1 min • 10 pts
Assume the following declaration:
String kkk=“princess”;
String yyy=“princesS”;
int x=kkk.compareTo(yyy);
What is the value of x then?
(tip:返回ascII码差值,小写a是97, 大写A是65)
5.
FILL IN THE BLANK QUESTION
1 min • 10 pts
Suppose:
String name=“Mississippi”;
int length=name.length();
What is the value of length?
6.
FILL IN THE BLANK QUESTION
1 min • 10 pts
What is the index value of character “d” in string “Amanda”?
7.
MULTIPLE CHOICE QUESTION
2 mins • 10 pts
Suppose that strA=”TOMATO”, strB=”tomato”, and strC=”tom”. Given that “A” comes before “a” in dictionary order, which is true?
strA.compareTo(strB)<0 && strB.compareTo(strC)<0
strB.compareTo(strA)<0 || strC.compareTo(strA)<0
strC.compareTo(strA)<0 && strA.compareTo(strB)<0
!(strA.equals(strB)) && strC.compareTo(strB)<0
Answer explanation
D。strB比strC大三,因为多三个字母,如果strB是 tomato22, 那么他比strC大5, 因为多5个字母。反之是-3;
10 questions
python-BTxâu
Quiz
•
9th - 12th Grade
16 questions
Python Basics
Quiz
•
KG - University
10 questions
ONG LẤY MẬT
Quiz
•
9th - 12th Grade
10 questions
10 câu kiểu xâu tiết 1
Quiz
•
11th Grade
10 questions
Mastering Python String Techniques
Quiz
•
9th - 12th Grade
16 questions
Kiểu Xâu
Quiz
•
8th - 11th Grade
14 questions
Kiểu dữ liệu xâu kí tự - xử lí xâu kí tự
Quiz
•
9th - 12th Grade
11 questions
J277 Programming - Data Types
Quiz
•
9th - 11th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Taxes
Quiz
•
9th - 12th Grade
17 questions
Parts of Speech
Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression
Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing
Quiz
•
9th - 12th Grade
10 questions
Identifying equations
Quiz
•
KG - University