zuai-logo
zuai-logo
  1. AP Computer Science Principles
FlashcardFlashcardStudy GuideStudy GuideQuestion BankQuestion Bank
GlossaryGlossary

Algorithms & Programming Fundamentals

Question 1
college-boardComputer Science PrinciplesAPExam Style
1 mark

Considering two algorithms where one has O(n2)O(n^2)O(n2) complexity and another has O(nlog⁡n)O(n \log n)O(nlogn) complexity, which scenario below reflects their comparative performance as input sizes grow very large?

Question 2
college-boardComputer Science PrinciplesAPExam Style
1 mark

Which privacy principle is primarily concerned with limiting the access to personal information within an organization?

Question 3
college-boardComputer Science PrinciplesAPExam Style
1 mark

Which testing approach is most effective for ensuring that all the different parts of a complex program function together seamlessly?

Question 4
college-boardComputer Science PrinciplesAPExam Style
1 mark

Which method of storing a large dataset will allow for the quickest search times at scale, while also ensuring efficient use of memory?

Question 5
college-boardComputer Science PrinciplesAPExam Style
1 mark

What social implication does effective data abstraction have when applied to health records management?

Question 6
college-boardComputer Science PrinciplesAPExam Style
1 mark

For storing sequences of customer orders where each order includes multiple items and quantities, which data structure should be employed?

Question 7
college-boardComputer Science PrinciplesAPExam Style
1 mark

For which type of problem would imperative procedural language likely offer less benefit compared with declarative languages like SQL or HTML?

Feedback stars icon

How are we doing?

Give us your feedback and let us know how we can improve

Question 8
college-boardComputer Science PrinciplesAPExam Style
1 mark

When designing a system to track changes made to documents over time, what is most appropriate to use?

Question 9
college-boardComputer Science PrinciplesAPExam Style
1 mark

In which situation would a low-resolution image be preferred over a high-resolution image?

Question 10
college-boardComputer Science PrinciplesAPExam Style
1 mark

In addressing climate change impacts on coastal communities, how could machine learning most effectively contribute?