100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
AP Computer Science UPDATED ACTUAL Questions and CORRECT Answers $10.49   Add to cart

Exam (elaborations)

AP Computer Science UPDATED ACTUAL Questions and CORRECT Answers

 2 views  0 purchase
  • Course
  • AP Computer Science
  • Institution
  • AP Computer Science

AP Computer Science UPDATED ACTUAL Questions and CORRECT Answers An algorithm has been developed to compute the sum of all the elements in a list of integers. Which of the following programming structures must be added to the existing algorithm so that the new algorithm computes the sum of o...

[Show more]

Preview 2 out of 13  pages

  • October 31, 2024
  • 13
  • 2024/2025
  • Exam (elaborations)
  • Questions & answers
  • AP Computer Science
  • AP Computer Science
avatar-seller
MGRADES
AP Computer Science UPDATED ACTUAL
Questions and CORRECT Answers
An algorithm has been developed to compute the sum of all the elements in a list of integers.
Which of the following programming structures must be added to the existing algorithm so
that the new algorithm computes the sum of only the even integers in the list? (2)
(A) Iteration
(B) Searching
(C) Selection

(D) Sequencing - CORRECT ANSWER✔✔- C. Selection


The code segment below uses the procedure IsFound (list, item), which returns true if item
appears in list and returns false otherwise. The list resultList is initially empty.
FOR EACH item IN inputList1
{
IF (IsFound (inputList2, item)
{
APPEND (resultList, item)
}
}
Which of the following best describes the contents of resultList after the code segment is
executed? (2)
(A) All elements in inputList1 followed by all elements in inputList2
(B) Only elements that appear in both inputList1 and inputList2
(C) Only elements that appear in either inputList1 or inputList2 but not in both lists
(D) Only elements that appear in inputList1 but not in inputList2 - CORRECT
ANSWER✔✔- (B) Only elements that appear in both inputList1 and inputList2


A programmer is writing a program that is intended to be able to process large amounts of
data. Which of the following considerations is LEAST likely to affect the ability of the
program to process larger data sets? (2)
(A) How long the program takes to run
(B) How many programming statements the program contains

, (C) How much memory the program requires as it runs

(D) How much storage space the program requires as it runs - CORRECT ANSWER✔✔- (B)
How many programming statements the program contains


Which of the following statements are true about using a high-level programming language
instead of a lower-level language? (2)
Programs written in a high-level language are generally easier for people to read than
programs written in a low-level language.
A high-level language provides programmers with more abstractions than a low-level
language.
Programs written in a high-level language are generally easier to debug than programs
written in a low-level language.
(A) I only
(B) I and III only
(C) II and III only

(D) I, II, and III - CORRECT ANSWER✔✔- (D) I, II, and III


A student is recording a song on her computer. When the recording is finished, she saves a
copy on her computer. The student notices that the saved copy is of lower sound quality than
the original recording. Which of the following could be a possible explanation for the
difference in sound quality? (2)
(A) The song was saved using fewer bits per second than the original song.
(B) The song was saved using more bits per second than the original song.
(C) The song was saved using a lossless compression technique.
(D) Some information is lost every time a file is saved from one location on a computer to
another location. - CORRECT ANSWER✔✔- (A) The song was saved using fewer bits per
second than the original song.


Computers are often used to search through large sets of data to find useful patterns in the
data. Which of the following tasks is NOT an example where searching for patterns is needed
to produce useful information? (2)
(A) A credit card company analyzing credit card purchases to identify potential fraudulent
charges
(B) A grocery store analyzing customers' past purchases to suggest new products the
customer may be interested in

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller MGRADES. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $10.49. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

76747 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$10.49
  • (0)
  Add to cart