| preferred AP College board partner for AP classes
AccuracyQuestionCorrect/AttemptLast Answer
100%
A health researcher is analyzing patient data to develop a disease prediction model. Which scenario demonstrates how the type of data collected can create bias that persists regardless of sample size?
AP Computer Science Principles / Big Idea 2: Data
1/1 May 14, 2026 17:37
100%
Consider the following procedures and procedure calls: ``` PROCEDURE increment(x) { x ← x + 1 RETURN x } PROCEDURE process(a, b) { a ← increment(a) b ← increment(b) RETURN a * b } result ← process(3, 4) ``` What value is stored in `result` after these procedure calls?
AP Computer Science Principles / Big Idea 3: Algorithms and Programming
1/1 May 14, 2026 17:37
100%
How does distributed computing differ from parallel computing?
AP Computer Science Principles / Big Idea 4: Computer Systems and Networks
2/2 May 14, 2026 17:37
0%
A program needs to add a domain suffix to every username in a database to create email addresses. Which of the following correctly describes the data transformation process?
AP Computer Science Principles / Big Idea 2: Data
0/1 May 14, 2026 17:37
100%
A data scientist is analyzing a collection of digital photographs to identify patterns in photography techniques. Which of the following would be considered metadata rather than the primary data?
AP Computer Science Principles / Big Idea 2: Data
1/1 May 14, 2026 17:37
100%
What is a key characteristic of an undecidable problem?
AP Computer Science Principles / Big Idea 3: Algorithms and Programming
1/1 May 14, 2026 17:37
100%
Which of the following is the best example of how a computing innovation created for one purpose led to unintended beneficial advances in a different field?
AP Computer Science Principles / Big Idea 5: Impact of Computing
1/1 May 14, 2026 17:37
100%
A company is planning to upgrade its network infrastructure to handle increased traffic and ensure that their services remain available even during high demand periods. Which of the following measures would best address their need for scalability?
AP Computer Science Principles / Big Idea 4: Computer Systems and Networks
1/1 May 14, 2026 17:37
100%
How do programmers use test results in the development process?
AP Computer Science Principles / Big Idea 1: Creative Development
1/1 May 14, 2026 17:37
100%
A program has a sequential portion that takes 20% of the total execution time. According to Amdahl's Law, what is the maximum theoretical speedup possible regardless of how many parallel processors are added?
AP Computer Science Principles / Big Idea 4: Computer Systems and Networks
1/1 May 14, 2026 17:37
100%
Which scenario leads to an infinite loop in `REPEAT UNTIL`?
AP Computer Science Principles / Big Idea 3: Algorithms and Programming
1/1 May 14, 2026 17:37
100%
How does collaborative learning benefit students in programming?
AP Computer Science Principles / Big Idea 1: Creative Development
1/1 May 14, 2026 17:37
0%
You are developing a financial software where the program is supposed to stop execution if the input is a negative number, but it doesn't. What type of error is this?
AP Computer Science Principles / Big Idea 1: Creative Development
0/1 May 14, 2026 17:37
100%
Which of the following scenarios represents the LEAST secure response to receiving an unexpected email with an attachment from a colleague?
AP Computer Science Principles / Big Idea 5: Impact of Computing
1/1 May 14, 2026 17:37
100%
What role does crowdsourcing play in scientific research?
AP Computer Science Principles / Big Idea 5: Impact of Computing
1/1 May 14, 2026 17:37
100%
A data scientist analyzes a large dataset of customer purchases and identifies that sales of ice cream increase by 85% when temperatures exceed 85°F. This represents what aspect of data analysis?
AP Computer Science Principles / Big Idea 2: Data
1/1 May 14, 2026 17:27
100%
Which organizational strategy can help mitigate the digital divide?
AP Computer Science Principles / Big Idea 5: Impact of Computing
1/1 May 14, 2026 17:27
100%
A software development team is creating a mobile banking application. Which of the following would be MOST appropriate to include in the program specification?
AP Computer Science Principles / Big Idea 1: Creative Development
1/1 May 14, 2026 17:27
100%
When analyzing the efficiency of algorithms for a critical application, which statement is most accurate regarding the practical implications of algorithm efficiency classifications?
AP Computer Science Principles / Big Idea 3: Algorithms and Programming
1/1 May 14, 2026 17:27
0%
Two sorting algorithms are being compared on a dataset with 1 million elements. Algorithm C takes 8 seconds with a time complexity of O(n \log n). Algorithm D takes 20 seconds with a time complexity of O(n). For what approximate dataset size would both algorithms take the same amount of time?
AP Computer Science Principles / Big Idea 4: Computer Systems and Networks
0/1 May 14, 2026 17:27
Items per page:
20
1 – 20 of 1821
APFIVE © 2020.
Email: [email protected]|Privacy Policy