100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

AP Computer Science Practice Exam A UPDATED ACTUAL Questions and CORRECT Answer

Rating
-
Sold
-
Pages
18
Grade
A+
Uploaded on
09-12-2024
Written in
2024/2025

AP Computer Science Practice Exam A UPDATED ACTUAL Questions and CORRECT Answers Consider the following method. public static int mystery(int[] arr) { int x = 0 for (int k = 0; k < h; k = k + 2

Institution
AP Computer Science
Course
AP Computer Science










Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
AP Computer Science
Course
AP Computer Science

Document information

Uploaded on
December 9, 2024
Number of pages
18
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

  • ap computer science

Content preview

AP Computer Science Practice Exam A
UPDATED ACTUAL Questions and
CORRECT Answers
Consider the following method.


public static int mystery(int[] arr)
{
int x = 0
for (int k = 0; k < arr.length; k = k + 2)
x = x + arr[k]
return x;
}
Assume that the array nums has been declared and initialized as follows.
int[] nums = {3, 6, 1, 0, 1, 4, 2};


(A) 5
(B) 6
(C) 7
(D) 10

(E) 17 - CORRECT ANSWER - (C) 7


Consider the following partial class declaration.


public class SomeClass
{
private int myA;
private int myB;

,private int myC;
// Constructor(s) not shown
public int getA
{ return myA; }
public void setB(int value)
{ myB = value; }
The following declaration appears in another class.
SomeClass obj = new SomeClass();
Which of the following code segments will compile without error?
(A) int x = obj.getA();
(B) int x;
obj.getA(x);
(C) int x = obj.myA
(D) int x = SomeClass.getA();

(E) int x = getA(obj); - CORRECT ANSWER - (A) int x = obj.getA


Which of the following changes to SomeClass will allow other classes to access but not modify
the value of myC ?
(A) Make myC public.


(B) public int getC()
{ return myC; }


(C) private int getC()
{ return myC; }


(D) public void getC(int x)

, (E) private void getC(int x)

{ x = myC; } - CORRECT ANSWER - (B) public int getC()
{ return myC; }


Consider the following code segment.
int x = 7;
int y = 3;


if ((x < 10) && (y < 0))
System.out.printIn("Value is: " + x * y);
else
System.out.printIn("Value is: " + x / y);
What is printed as a result of executing the code segment


(A) Value is: 21
(B) Value is: 2.3333333
(C) Value is: 2
(D) Value is: 0

(E) Value is: 1 - CORRECT ANSWER - (B) 2.3333333


Consider the following method.
public ArrayList<Integer> mystery(int n)
{
ArrayList<Integer> seq = new ArrayList<Integer>();
for (int k = 1; k <= n; k++)
seq.add(new Integer(k * k + 3));


return seq

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
MGRADES Stanford University
View profile
Follow You need to be logged in order to follow users or courses
Sold
1070
Member since
1 year
Number of followers
102
Documents
68976
Last sold
1 hour ago
MGRADES (Stanford Top Brains)

Welcome to MGRADES Exams, practices and Study materials Just think of me as the plug you will refer to your friends Me and my team will always make sure you get the best value from the exams markets. I offer the best study and exam materials for a wide range of courses and units. Make your study sessions more efficient and effective. Dive in and discover all you need to excel in your academic journey!

3.8

169 reviews

5
73
4
30
3
44
2
8
1
14

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their exams and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can immediately select a different document that better matches what you need.

Pay how you prefer, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card or EFT and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions