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 method of storing a large dataset will allow for the quickest search times at scale, while also ensuring efficient use of memory?

Question 3
college-boardComputer Science PrinciplesAPExam Style
1 mark

What is the purpose of assigning an empty list to a variable?

Question 4
college-boardComputer Science PrinciplesAPExam Style
1 mark

What type of software helps to protect computers against viruses and malware?

Question 5
college-boardComputer Science PrinciplesAPExam Style
1 mark

What is a potential ethical implication of developing autonomous drones for delivery services?

Question 6
college-boardComputer Science PrinciplesAPExam Style
1 mark

Which aspect of HTTP/2 compared to HTTP/1.1 most significantly enhances web page loading time when multiple resources are requested?

Question 7
college-boardComputer Science PrinciplesAPExam Style
1 mark

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

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

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

Question 9
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 10
college-boardComputer Science PrinciplesAPExam Style
1 mark

In the context of autonomous vehicles what form of data abstraction enhances safety by transforming sensory input into recognizable signals for the car's computer system?