
APCSA Practice test mine

Flashcard
•
Computers
•
11th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

45 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which of the following best describes why an error occurs when the classes are compiled?
The class Alpha does not have a defined constructor.
The class Alpha must be declared as a subclass of Beta.
The class Beta must be declared as a subclass of Alpha.
The answer method cannot be accessed from a class other than Alpha.
The result of the method call item.answer() cannot be assigned to a variable of type double.
Back
The answer method cannot be accessed from a class other than Alpha.
2.
FLASHCARD QUESTION
Front
Which of the following can be used to replace the body of calculate so that the modified version of calculate will return the same result as the original version for all x ? Options: return 3 + x; return 3 * x; return 4 * x; return 6 * x; return 8 * x;
Back
return 8 * x;
3.
FLASHCARD QUESTION
Front
Back
return 8 * x;
4.
FLASHCARD QUESTION
Front
Which of the following could be used to replace /* missing constructor call */ so that the method will compile without error? Options: Sample(), Sample(int x = 10, double y = 6.2), Sample(int x, double y), Sample(10, 6.2), Sample(6.2, 10)
Back
Sample(10, 6.2)
5.
FLASHCARD QUESTION
Front
The following statement assigns an integer value to x.
int x = (int)(Math.random() * 5) + 10;
Consider the statement that would result if the positions of 5 and 10 were swapped in the preceding statement and the resulting integer were assigned to y.
int y = (int)(Math.random() * 10) + 5;
Which of the following are true statements about how the possible values assigned to y differ from the possible values assigned to x ?
I.
There are more possible values of x than there are possible values of y.
II.
There are more possible values of y than there are possible values of x.
III.
The value assigned to x can sometimes be the same as the value assigned to y.
I and III
II and III
Back
II and III
6.
FLASHCARD QUESTION
Front
Assume that check occurs at least once in str. Which of the following best describes the value returned by the what method?
Back
The index of the last occurrence of check inside str
7.
FLASHCARD QUESTION
Front
Which of the following declarations will compile without error? Options: I. Student a = new Student(); II. Student b = new Student("Juan", 15); III. Student c = new Student("Juan", "15"); I and II only I and III only
Back
I and II only
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
Exact Value Trig Speed (Flashcard 3) degrees : 20sec

Flashcard
•
12th Grade
42 questions
WEB DEV. 25 Exam Sample Questions

Flashcard
•
12th Grade
38 questions
GCSE Business Finance

Flashcard
•
11th Grade
26 questions
ITN 05.02b Hexadecimal-to-Binary Conversion

Flashcard
•
University
30 questions
Pricing Strategies Flashcard 1

Flashcard
•
University
21 questions
Java Flashcard-1

Flashcard
•
KG - University
20 questions
Parallel Lines Cut by a Transversal - Angle Measures

Flashcard
•
9th - 10th Grade
16 questions
Cosine Addition and Subtraction Formulas

Flashcard
•
11th Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade