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.

APCSA Practice test mine

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

45 questions
Show all answers
1.
FLASHCARD QUESTION
Front
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 Quizizz
28 questions
Units 1 to 6: Mock Exam Final - AP Computer Science A

Flashcard
•
9th - 12th Grade
30 questions
Golang 1

Flashcard
•
University
30 questions
Golang 1

Flashcard
•
University
30 questions
OOPS Flashcard

Flashcard
•
University
25 questions
Evaluating Functions

Flashcard
•
9th Grade
30 questions
Одновимірні масиви ІІ семестр

Flashcard
•
11th Grade
30 questions
APCS A - Array 6.1,6.2,6.3,6.

Flashcard
•
9th - 12th Grade
Popular Resources on Quizizz
10 questions
Chains by Laurie Halse Anderson Chapters 1-3 Quiz

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
15 questions
Character Analysis

Quiz
•
4th Grade
12 questions
Multiplying Fractions

Quiz
•
6th Grade
30 questions
Biology Regents Review #1

Quiz
•
9th Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
50 questions
Biology Regents Review: Structure & Function

Quiz
•
9th - 12th Grade
Discover more resources for Computers
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
50 questions
Biology Regents Review: Structure & Function

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
14 questions
Attributes of Linear Functions

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University
50 questions
Biology Regents Review 2: Ecology

Quiz
•
9th - 12th Grade
20 questions
Investing

Quiz
•
9th - 12th Grade