| preferred AP College board partner for AP classes
AccuracyQuestionCorrect/AttemptLast Answer
50%
Which of the following statements is true regarding the critical numbers of the function $$f(x)=\frac{x}{x+1}$$ on the domain $$(-\infty,\infty)$$?
AP Calculus AB / Unit 5: Analytical Applications of Differentiation
1/2 January 19, 2026 14:54
100%
For the function $$f(x)= x^3-3*x^2+2$$, the derivative is $$f'(x)= 3*x*(x-2)$$. Solve the equation $$3*x*(x-2)=0$$ for x.
AP Calculus AB / Unit 5: Analytical Applications of Differentiation
2/2 January 19, 2026 14:51
100%
The slope of the line tangent to the graph of $$y=\ln(\cos(x))$$ at $$x=\frac{\pi}{6}$$ is:
AP Calculus AB / Unit 5: Analytical Applications of Differentiation
2/2 January 19, 2026 14:47
22%
For the function $$f(x)= \ln(x)$$ defined on the interval [1, e], the Mean Value Theorem guarantees a value c in (1, e) such that $$f'(c)= \frac{f(e)-f(1)}{e-1}$$. Given that $$f'(x)=\frac{1}{x}$$, solve for c.
AP Calculus AB / Unit 5: Analytical Applications of Differentiation
2/9 January 19, 2026 14:46
100%
$$\frac{d}{dx}\left(\cos^{-1}x+4x^{\frac{3}{2}}\right)=$$
AP Calculus AB / Unit 5: Analytical Applications of Differentiation
2/2 January 19, 2026 14:44
100%
Solve for x (approximately) the equation $$\ln\left(\frac{x+3}{2}\right) + \frac{x}{x+4} = 1.$$ Use the table above as a guide.
AP Calculus AB / Unit 5: Analytical Applications of Differentiation
2/2 January 19, 2026 14:44
50%
What is the mistake in the update method of the Configuration class?
AP Computer Science A / Unit 5: Writing Classes
2/4 January 7, 2026 01:29
100%
Identify, using its signature, the correct constructor being called.
AP Computer Science A / Unit 2: Using Objects
2/2 January 2, 2026 19:47
67%
What will be printed when the program is executed?
AP Computer Science A / Unit 2: Using Objects
2/3 January 2, 2026 19:41
67%
Develop code to read input.
AP Computer Science A / Unit 2: Using Objects
2/3 January 2, 2026 19:33
100%
What mistake in the for loop is causing the variable 'count' to be updated fewer times than expected?
AP Computer Science A / Unit 2: Using Objects
2/2 January 2, 2026 19:32
67%
Describe conditions that limit accuracy of expressions.
AP Computer Science A / Unit 2: Using Objects
2/3 January 2, 2026 19:30
67%
Which line of code converts the string str to all uppercase letters and updates str accordingly?
AP Computer Science A / Unit 2: Using Objects
2/3 January 2, 2026 19:29
67%
Which statement best describes an instance field in a class?
AP Computer Science A / Unit 2: Using Objects
2/3 January 2, 2026 19:28
33%
Develop code to read input.
AP Computer Science A / Unit 2: Using Objects
2/6 January 2, 2026 19:27
33%
What is printed by the program?
AP Computer Science A / Unit 2: Using Objects
1/3 January 2, 2026 19:16
100%
Develop code to declare variables to store numbers and Boolean values.
AP Computer Science A / Unit 2: Using Objects
1/1 January 2, 2026 19:15
50%
What does Lenz's Law predict about the induced emf when the magnetic field through a coil decreases?
AP Physics 2 / Unit 12 – Magnetism and Electromagnetism
2/4 January 2, 2026 01:41
75%
A charged particle moves through a region containing both electric and magnetic fields. Under what condition will the particle experience zero net force?
AP Physics 2 / Unit 12 – Magnetism and Electromagnetism
3/4 January 2, 2026 01:40
60%
A circular loop of wire with radius r is initially perpendicular to a uniform magnetic field B. The loop is then rotated 90° about a diameter in time t. Which expression correctly gives the average induced emf in the loop during this rotation?
AP Physics 2 / Unit 12 – Magnetism and Electromagnetism
3/5 January 2, 2026 01:33
100%
A circular loop of wire with radius R carries current I. How does the magnetic field strength at the center of the loop change if both the current and radius are doubled?
AP Physics 2 / Unit 12 – Magnetism and Electromagnetism
2/2 January 2, 2026 01:28
100%
How do magnetic poles interact with each other?
AP Physics 2 / Unit 12 – Magnetism and Electromagnetism
2/2 January 2, 2026 01:28
33%
Which of the following is an example of a driver class correctly calling an object class based on the notes?
AP Computer Science A / Unit 5: Writing Classes
1/3 December 31, 2025 23:43
50%
Which of the following replacements for /* missing code */ will correctly implement the Circle constructor?
AP Computer Science A / Unit 5: Writing Classes
1/2 December 31, 2025 23:38
100%
What error prevents this code from compiling?
AP Computer Science A / Unit 5: Writing Classes
1/1 December 31, 2025 23:37
25%
Develop code `for` expressions that are self-referencing and determine the result of these expressions.
AP Computer Science A / Unit 5: Writing Classes
1/4 December 31, 2025 23:35
100%
Which of the following method calls will cause an error?
AP Computer Science A / Unit 5: Writing Classes
1/1 December 31, 2025 23:30
67%
If $$ f(x) = \frac{3x - 1}{x^2 + 2x} $$, then $$ f'(x) = $$ ?
AP Calculus AB / Unit 5: Analytical Applications of Differentiation
2/3 December 29, 2025 01:46
33%
Describe how to call methods.
AP Computer Science A / Unit 2: Using Objects
1/3 December 28, 2025 23:39
100%
Describe conditions when an integer expression evaluates to a value out of range.
AP Computer Science A / Unit 2: Using Objects
1/1 December 28, 2025 23:32
50%
How many iterations does the while loop execute in the code above?
AP Computer Science A / Unit 2: Using Objects
1/2 December 28, 2025 23:32
100%
Develop code to read input.
AP Computer Science A / Unit 2: Using Objects
2/2 December 28, 2025 23:31
50%
What does the program print when executed?
AP Computer Science A / Unit 2: Using Objects
1/2 December 28, 2025 23:28
100%
Which of the following is an example of using both substring and indexOf methods on a String object to locate a specific substring?
AP Computer Science A / Unit 2: Using Objects
1/1 December 28, 2025 23:27
40%
Represent patterns and algorithms found in everyday life using written language or diagrams.
AP Computer Science A / Unit 2: Using Objects
2/5 December 28, 2025 23:05
25%
A conducting loop with area A is placed in a region with magnetic field B = B₀sin(ωt) perpendicular to the loop. At what times is the magnitude of the induced emf in the loop maximum?
AP Physics 2 / Unit 12 – Magnetism and Electromagnetism
1/4 December 27, 2025 03:16
25%
A rectangular loop with dimensions 8.0 cm × 12.0 cm carries a current of 0.50 A. It is placed in a non-uniform magnetic field such that the 8.0 cm sides experience a field of 0.30 T while the 12.0 cm sides experience a field of 0.20 T. What is the net force on the loop?
AP Physics 2 / Unit 12 – Magnetism and Electromagnetism
1/4 December 27, 2025 00:48
100%
A proton moves with velocity v in a circular path. At which point P in space, relative to the proton's instantaneous position, will the magnetic field produced by the proton be zero?
AP Physics 2 / Unit 12 – Magnetism and Electromagnetism
1/1 December 27, 2025 00:33
100%
A proton moves with constant velocity v. The magnetic field strength at point P is measured to be at its maximum possible value. If the proton's speed is doubled while maintaining the same direction, how does the maximum magnetic field strength at point P change?
AP Physics 2 / Unit 12 – Magnetism and Electromagnetism
1/1 December 27, 2025 00:13
100%
Let f be the function defined by $$f(x)=x^3+3x^2-4x+8$$. Let $$g(x)=f^{-1}(x)$$, where $$g(8)=1$$. What is the value of $$g'(8)$$?
AP Calculus AB / Unit 5: Analytical Applications of Differentiation
1/1 December 26, 2025 21:31
100%
$$\displaystyle\frac{d}{dx} \left( \frac{\sin(x^3)}{x} \right) = $$
AP Calculus AB / Unit 5: Analytical Applications of Differentiation
1/1 December 26, 2025 21:25
20%
All of the following statements regarding the second derivative and concavity are true except:
AP Calculus AB / Unit 5: Analytical Applications of Differentiation
1/5 December 26, 2025 21:24
100%
If $$x + 3y^{\frac{1}{3}} = y$$, what is $$\displaystyle \frac{dy}{dx}$$ at the point $$(2, 8)$$?
AP Calculus AB / Unit 5: Analytical Applications of Differentiation
1/1 December 26, 2025 21:17
0%
Develop code to define behaviors of an object through methods written in a class using primitive values and determine the result of calling these methods.
AP Computer Science A / Unit 5: Writing Classes
0/1 December 26, 2025 18:53
100%
What prevents this code from compiling?
AP Computer Science A / Unit 5: Writing Classes
1/1 December 26, 2025 18:53
100%
Develop code to define behaviors of a class through class methods.
AP Computer Science A / Unit 5: Writing Classes
1/1 December 26, 2025 18:53
100%
Which of the following could be used as /* implementation code */?
AP Computer Science A / Unit 5: Writing Classes
1/1 December 26, 2025 18:53
0%
How many iterations does the while-loop execute in the code above?
AP Computer Science A / Unit 5: Writing Classes
0/1 December 26, 2025 18:53
100%
What value is printed when the FibonacciCalc program runs?
AP Computer Science A / Unit 5: Writing Classes
1/1 December 26, 2025 18:53
100%
Which of the following is an example of a method with correct naming and parameters based on the notes?
AP Computer Science A / Unit 5: Writing Classes
1/1 December 26, 2025 18:53
100%
How many iterations does the while-loop execute in the code above?
AP Computer Science A / Unit 5: Writing Classes
1/1 December 26, 2025 18:53
100%
What is printed when the main method is executed?
AP Computer Science A / Unit 5: Writing Classes
1/1 December 26, 2025 18:53
100%
What concept is demonstrated by the two add methods in the Calculator class?
AP Computer Science A / Unit 5: Writing Classes
1/1 December 26, 2025 18:53
100%
Develop code to define behaviors of an object through methods written in a class using primitive values and determine the result of calling these methods.
AP Computer Science A / Unit 5: Writing Classes
1/1 December 26, 2025 18:53
100%
Identify the error that prevents this code from compiling.
AP Computer Science A / Unit 5: Writing Classes
1/1 December 26, 2025 18:53
100%
What will be the result of executing the following?
AP Computer Science A / Unit 5: Writing Classes
1/1 December 26, 2025 18:23
33%
If $$ f(x) = \sec(6x^2 + \frac{\pi}{3}) $$, then $$ f'\left(\sqrt{\frac{\pi}{18}}\right) = $$ ?
AP Calculus AB / Unit 5: Analytical Applications of Differentiation
1/3 December 25, 2025 17:48
100%
If $$y=\left(\frac{x}{x^2+1}\right)^3$$, then $$\frac{dy}{dx}=$$?
AP Calculus AB / Unit 5: Analytical Applications of Differentiation
1/1 December 25, 2025 17:43
100%
If $$ f(x) = \cos\left(12x^2 + \frac{\pi}{6}\right) $$, then $$ f'\left(\sqrt{\frac{\pi}{36}}\right) = $$ ?
AP Calculus AB / Unit 5: Analytical Applications of Differentiation
1/1 December 25, 2025 17:31
50%
Consider the function $$f(x)=x^3-6*x^2+9*x+2$$ on the interval $$[2,5]$$. Using the candidate's test, determine the absolute minimum and maximum values of $$f(x)$$ on this interval.
AP Calculus AB / Unit 5: Analytical Applications of Differentiation
1/2 December 25, 2025 17:28
50%
If $$y = x\sqrt{2x + 5}$$, then $$y' = $$
AP Calculus AB / Unit 5: Analytical Applications of Differentiation
1/2 December 25, 2025 17:20
100%
$$\frac{d}{dx}\left(\sin^{-1}x-6x^{\frac{5}{4}}\right)=$$
AP Calculus AB / Unit 5: Analytical Applications of Differentiation
1/1 December 25, 2025 17:15
100%
Which of the following statements is true for the function $$f(x)=\sqrt{x}$$ on the interval $$[1,9]$$ as guaranteed by the Mean Value Theorem?
AP Calculus AB / Unit 5: Analytical Applications of Differentiation
1/1 December 25, 2025 17:14
100%
If $$ x^3 + 2xy - y^2 = 6y $$, then at the point $$ (2, 2) $$, what is $$ \frac{dy}{dx} $$?
AP Calculus AB / Unit 5: Analytical Applications of Differentiation
1/1 December 25, 2025 17:11
25%
Selected values of the increasing function $$h$$ and its derivative $$h'$$ are shown in the table above. If $$g$$ is a differentiable function such that $$h(g(x)) = x$$ for all $$x$$, what is the value of $$g'(7)$$?
AP Calculus AB / Unit 5: Analytical Applications of Differentiation
1/4 December 25, 2025 17:02
100%
What is the output when the program is executed?
AP Computer Science A / Unit 5: Writing Classes
1/1 December 25, 2025 16:59
100%
Develop code to declare the class variables that belong to the class.
AP Computer Science A / Unit 5: Writing Classes
1/1 December 25, 2025 16:58
100%
What is the output of the program and how does operator precedence affect the result?
AP Computer Science A / Unit 5: Writing Classes
1/1 December 25, 2025 16:53
100%
Develop code to declare instance variables `for` the attributes to be initialized in the body of the constructors of a class.
AP Computer Science A / Unit 5: Writing Classes
1/1 December 25, 2025 16:47
100%
Which of the following changes to SomeClass will allow other classes to access but not modify the value of myC?
AP Computer Science A / Unit 5: Writing Classes
1/1 December 25, 2025 16:42
33%
The function $$\displaystyle h$$ is given by $$\displaystyle h(x) = x^5 + 3x - 2$$ and $$\displaystyle h(1) = 2$$. If $$\displaystyle h^{-1}$$ is the inverse of $$\displaystyle h$$, what is the value of $$\displaystyle (h^{-1})'(2)$$?
AP Calculus AB / Unit 5: Analytical Applications of Differentiation
1/3 December 24, 2025 23:55
33%
A parallel plate capacitor with capacitance C is charged to voltage V₀ and disconnected. If an external agent does work W to increase the plate separation until the capacitance is C/3, what is the relationship between W and the initial stored energy U₀?
AP Physics 2 / Unit 10 – Electric Force, Field, and Potential
1/3 December 24, 2025 23:33
100%
What happens to electrons when two conductors are in electrical contact?
AP Physics 2 / Unit 10 – Electric Force, Field, and Potential
1/1 December 24, 2025 23:32
50%
A student rubs a glass rod with silk. Which statement correctly explains the charging process?
AP Physics 2 / Unit 10 – Electric Force, Field, and Potential
1/2 December 24, 2025 23:28
100%
Two point charges are separated by a distance of 2.0 m in vacuum. If the magnitude of the electric force between them is 3.6 × 10^-5 N, what would be the new force magnitude if the charges were placed in a medium with a relative permittivity of 4.0?
AP Physics 2 / Unit 10 – Electric Force, Field, and Potential
1/1 December 24, 2025 23:28
100%
A student calculates that the electrostatic repulsion between two protons is approximately 10^36 times stronger than their gravitational attraction. Yet when analyzing planetary motion, gravitational forces are used exclusively. This apparent contradiction is best explained by:
AP Physics 2 / Unit 10 – Electric Force, Field, and Potential
1/1 December 24, 2025 23:24
50%
Two points in space have a potential difference of 300 V. If they are separated by 5 cm in a uniform electric field, what is the magnitude of the electric field?
AP Physics 2 / Unit 10 – Electric Force, Field, and Potential
1/2 December 24, 2025 23:24
100%
A parallel plate capacitor has a capacitance of 12 pF. If the area of each plate is doubled while the separation distance is halved, what will be the new capacitance?
AP Physics 2 / Unit 10 – Electric Force, Field, and Potential
1/1 December 24, 2025 23:20
50%
What is the direction of the electric field around an isolated positive charge?
AP Physics 2 / Unit 10 – Electric Force, Field, and Potential
1/2 December 24, 2025 23:15
50%
All of the following statements regarding L'Hopital's Rule are true except:
AP Calculus AB / Unit 4: Contextual Applications of Differentiation
1/2 December 24, 2025 01:23
100%
A person who is 5 feet tall is walking away from a street light that is 15 feet tall. The person is walking at a constant rate of 3 feet per second. When the person is 10 feet from the base of the street light, what is the rate at which the tip of the person's shadow is moving away from the base of the street light, in feet per second?
AP Calculus AB / Unit 4: Contextual Applications of Differentiation
1/1 December 24, 2025 01:19
50%
Consider the function $$f(x)=\sqrt{x+8}+\frac{1}{\sqrt{x+8}}$$ for $$x > -8$$. After differentiating, one finds that $$f'(x)=\frac{1}{2*\sqrt{x+8}}-\frac{1}{2*(x+8)^{3/2}}.$$ Solve the equation $$f'(x)=0$$ to determine the critical number.
AP Calculus AB / Unit 4: Contextual Applications of Differentiation
1/2 December 24, 2025 01:10
100%
A spherical balloon is being inflated so that its volume increases at a constant rate of 36π cubic inches per minute. At what rate, in square inches per minute, is the surface area of the balloon increasing when the radius is 6 inches?
AP Calculus AB / Unit 4: Contextual Applications of Differentiation
1/1 December 24, 2025 01:08
100%
All of the following statements regarding the chain rule in the differentiation of composite functions are true except:
AP Calculus AB / Unit 4: Contextual Applications of Differentiation
1/1 December 24, 2025 01:06
100%
At what rate, in cubic units per minute, is the volume of air in the balloon changing at time $$t = 3$$ minutes?
AP Calculus AB / Unit 4: Contextual Applications of Differentiation
1/1 December 24, 2025 01:06
25%
Solve for x in the equation $$\frac{2*x-\sqrt{4*x+9}}{x+3}=1.$$ Begin by clearing the denominator and isolating the square root term; then square both sides to find the solution.
AP Calculus AB / Unit 4: Contextual Applications of Differentiation
1/4 December 24, 2025 01:00
100%
What is printed as a result of executing the code segment?
AP Computer Science A / Unit 4: Iteration
1/1 December 24, 2025 00:41
100%
What does the above program print when executed?
AP Computer Science A / Unit 4: Iteration
1/1 December 24, 2025 00:39
50%
Which of the following best describes the conditions under which methodOne and methodTwo return the same value?
AP Computer Science A / Unit 4: Iteration
1/2 December 24, 2025 00:37
100%
Which of the following is an example of a for loop that does not execute its body because the loop condition is false from the start?
AP Computer Science A / Unit 4: Iteration
1/1 December 23, 2025 17:09
100%
Develop code `for` standard and original algorithms that involve strings and determine the result of these algorithms.
AP Computer Science A / Unit 4: Iteration
1/1 December 23, 2025 17:08
100%
Which code snippet should be inserted as the missing line to print an asterisk (*) followed by a new line on each iteration of the loop?
AP Computer Science A / Unit 4: Iteration
1/1 December 23, 2025 17:04
100%
Identify when an iterative process is required to achieve a desired result.
AP Computer Science A / Unit 4: Iteration
1/1 December 23, 2025 17:03
100%
A savings plan simulation deposits an amount equal to twice the day number for 7 days. What total amount is printed at the end?
AP Computer Science A / Unit 4: Iteration
1/1 December 23, 2025 16:55
50%
Develop code `for` standard and original algorithms (without data structures) and determine the result of these algorithms.
AP Computer Science A / Unit 4: Iteration
1/2 December 23, 2025 16:38
100%
Which of the following method calls will cause "0 6 12 " to be printed?
AP Computer Science A / Unit 4: Iteration
1/1 December 23, 2025 16:36
100%
What error in the code prevents it from compiling?
AP Computer Science A / Unit 4: Iteration
1/1 December 23, 2025 16:35
100%
Let $$f(x)= x^4+2$$ be a one-to-one function. If $$g(x)$$ is its inverse and $$f(2)=18$$, which of the following represents the correct value of $$g'(18)$$?
AP Calculus AB / Unit 3: Differentiation: Composite, Implicit, and Inverse Functions
1/1 December 23, 2025 02:28
50%
Which of the following is an example of a composite function, as described in the provided financial model table, that requires the application of the chain rule for differentiation?
AP Calculus AB / Unit 3: Differentiation: Composite, Implicit, and Inverse Functions
1/2 December 23, 2025 02:28
100%
Question 13: Find the derivative of $$y = (3*x-2)^3$$ and evaluate it at $$x=1$$.
AP Calculus AB / Unit 3: Differentiation: Composite, Implicit, and Inverse Functions
1/1 December 23, 2025 02:27
50%
Differentiate $$f(x)=\cos(\ln(x^2+1))$$ using the chain rule. Rank the following steps from outermost to innermost: A: Differentiate the outer function, noting that $$\frac{d}{du}[\cos(u)] = -\sin(u)$$. B: Identify the inner function as $$u = \ln(x^2+1)$$. C: Differentiate the inner function to obtain $$\frac{2*x}{x^2+1}$$. D: Multiply the results to obtain the final derivative $$-\frac{2*x*sin(\ln(x^2+1))}{x^2+1}$$.
AP Calculus AB / Unit 3: Differentiation: Composite, Implicit, and Inverse Functions
1/2 December 23, 2025 02:23
100%
Find the derivative of $$y = e^{\sin(2*x)}$$ with respect to x.
AP Calculus AB / Unit 3: Differentiation: Composite, Implicit, and Inverse Functions
1/1 December 23, 2025 02:23
100%
I. Differentiating $$\cos(x)+\cos(y)=1$$ implicitly results in $$-\sin(x)-\sin(y)*(dy/dx)=0$$. II. Solving yields $$dy/dx=-\frac{\sin(x)}{\sin(y)}$$. III. At a point where $$\sin(y)=0$$, the tangent line to the curve is horizontal. Which of the above statements is/are true?
AP Calculus AB / Unit 3: Differentiation: Composite, Implicit, and Inverse Functions
1/1 December 23, 2025 02:18
67%
A monatomic ideal gas undergoes a cyclic process, returning to its initial state. During this cycle, 300 J of heat is added to the gas. What is the net work done by the gas during the complete cycle?
AP Physics 2 / Unit 9 – Thermodynamics
2/3 December 23, 2025 02:09
100%
How is energy transferred into a system according to the first law?
AP Physics 2 / Unit 9 – Thermodynamics
1/1 December 23, 2025 02:08
40%
Where do excess charges reside on a charged conductor?
AP Physics 2 / Unit 10 – Electric Force, Field, and Potential
2/5 December 23, 2025 02:02
50%
What values are stored in x and y after execution of the following program segment?
AP Computer Science A / Unit 3: Boolean Expressions and if Statements
1/2 December 23, 2025 01:40
50%
What is the printed output when the program above executes?
AP Computer Science A / Unit 3: Boolean Expressions and if Statements
1/2 December 23, 2025 00:18
100%
Given boolean variables x and y initialized with unspecified truth values, what is the result of evaluating the following expression?
AP Computer Science A / Unit 3: Boolean Expressions and if Statements
1/1 December 22, 2025 23:55
33%
All of the following statements about the if-else-if structure in the above code snippet are true except:
AP Computer Science A / Unit 3: Boolean Expressions and if Statements
1/3 December 22, 2025 23:39
100%
What is the value of result after the code segment is executed?
AP Computer Science A / Unit 3: Boolean Expressions and if Statements
1/1 December 22, 2025 23:37
100%
For the boolean expression (X && !Y) || (!X && Y), which of the following conditions will always make the expression evaluate to true?
AP Computer Science A / Unit 3: Boolean Expressions and if Statements
1/1 December 22, 2025 23:37
100%
Assume that a and b are integers. The boolean expression
AP Computer Science A / Unit 3: Boolean Expressions and if Statements
1/1 December 22, 2025 23:36
100%
What is printed when this program runs?
AP Computer Science A / Unit 3: Boolean Expressions and if Statements
1/1 December 22, 2025 23:36
100%
A student proposes a heat engine that operates in a cycle and converts 100% of absorbed heat into work. This proposal is:
AP Physics 2 / Unit 9 – Thermodynamics
1/1 December 21, 2025 22:46
33%
Two identical blocks, one at 100°C and one at 0°C, are placed in thermal contact in an isolated system. After they reach thermal equilibrium, what can be said about the entropy of the system?
AP Physics 2 / Unit 9 – Thermodynamics
1/3 December 21, 2025 22:46
100%
What is the role of potential energy in the internal energy of an ideal monatomic gas?
AP Physics 2 / Unit 9 – Thermodynamics
1/1 December 21, 2025 22:45
100%
Which equation relates the average kinetic energy of gas molecules to temperature?
AP Physics 2 / Unit 9 – Thermodynamics
1/1 December 21, 2025 22:45
50%
A sample of ideal gas undergoes an isothermal compression from 3.0 L to 1.0 L. If the initial pressure was 2.0 atm, what is the final pressure, and how does the average kinetic energy of the gas molecules change?
AP Physics 2 / Unit 9 – Thermodynamics
1/2 December 21, 2025 22:41
50%
Which statement best describes entropy in thermodynamics?
AP Physics 2 / Unit 9 – Thermodynamics
1/2 December 21, 2025 22:39
50%
Which of the following is an equation of the line tangent to the graph of $$y = \cos x$$ at $$x = \displaystyle\frac{\pi}{2}$$?
AP Calculus AB / Unit 2: Differentiation: Definition and Fundamental Properties
1/2 December 21, 2025 22:32
50%
For the profit function $$P(x) = -2*x^2 + 12*x - 16$$, solve the equation $$-4*x + 12 = 0$$ to determine the production level $$x$$ at which marginal profit is zero.
AP Calculus AB / Unit 2: Differentiation: Definition and Fundamental Properties
1/2 December 21, 2025 22:30
100%
Let $$\displaystyle v$$ be the function defined above. Which of the following statements about $$\displaystyle v$$ are true?
AP Calculus AB / Unit 2: Differentiation: Definition and Fundamental Properties
1/1 December 21, 2025 22:27
100%
Determine the derivative of $$f(x)=\ln(x^2+1)$$ using the chain rule as suggested by the graph.
AP Calculus AB / Unit 2: Differentiation: Definition and Fundamental Properties
1/1 December 21, 2025 22:26
100%
If $$\displaystyle f(x) = x^{\frac{3}{2}} - \frac{6}{\sqrt{x}}$$, then $$\displaystyle f'(4) =$$
AP Calculus AB / Unit 2: Differentiation: Definition and Fundamental Properties
1/1 December 21, 2025 22:25
100%
$$\lim_{h\to0}\frac{e^{1+3h}-e^{1}}{h}$$ is
AP Calculus AB / Unit 2: Differentiation: Definition and Fundamental Properties
1/1 December 21, 2025 22:19
25%
Consider the function $$f(x)=x^2$$. Find the average rate of change over the interval [$$a, b$$]. Which of the following is true about the average rate of change of $$f(x)$$?
AP Calculus AB / Unit 2: Differentiation: Definition and Fundamental Properties
1/4 December 21, 2025 22:17
20%
Consider the function $$f(x) = |x - 1|$$ at $$x = 1$$. Which of the following statements about $$f$$ is true?
AP Calculus AB / Unit 2: Differentiation: Definition and Fundamental Properties
1/5 December 21, 2025 22:15
100%
Verify the derivative of $$f(x)=x^2$$ using the limit definition by ranking the steps. Order the steps from first to last: A: Write the difference quotient as $$\frac{(a+h)^2 - a^2}{h}$$ B: Expand $$(a+h)^2$$ to obtain $$a^2 + 2*a*h + h^2$$ C: Cancel the $$a^2$$ terms and factor h from the numerator D: Take the limit as $$h \to 0$$ to conclude that the derivative is $$2*a$$
AP Calculus AB / Unit 2: Differentiation: Definition and Fundamental Properties
1/1 December 21, 2025 22:09
25%
Develop code to cast primitive values to different primitive types in arithmetic expressions and determine the value that is produced as a result.
AP Computer Science A / Unit 2: Using Objects
1/4 December 21, 2025 22:03
100%
Which line correctly concatenates s1 and s2 with a space in between using the '+' operator?
AP Computer Science A / Unit 2: Using Objects
1/1 December 21, 2025 21:53
100%
Without using a calculator, determine which equation represents a continuous, linear function that passes through the points $$(0,2)$$ and $$(4,0)$$.
AP Calculus AB / Unit 1: Limits and Continuity
1/1 December 20, 2025 22:02
33%
How many vertical asymptotes does the graph of $$y = \displaystyle \frac{x^2 - 4}{x^2 + 4}$$ have?
AP Calculus AB / Unit 1: Limits and Continuity
1/3 December 20, 2025 22:02
33%
Using the provided graph of f(x) = $$\frac{1}{(x-3)}$$, evaluate $$\lim_{x \to 3^+} \frac{1}{(x-3)}$$.
AP Calculus AB / Unit 1: Limits and Continuity
1/3 December 20, 2025 22:00
33%
A straight wire carries a current of 5.0 A in the +x direction. At a point 3.0 cm directly above the wire, what is the direction of the magnetic field?
AP Physics 2 / Unit 12 – Magnetism and Electromagnetism
1/3 December 20, 2025 21:54
100%
A student performs a Hall effect experiment with a copper strip carrying current I in a magnetic field B. The student observes that doubling the thickness of the strip while maintaining the same current results in what change to the Hall voltage?
AP Physics 2 / Unit 12 – Magnetism and Electromagnetism
1/1 December 20, 2025 21:53
100%
The magnetic permeability of a material is μ = 5μ₀, where μ₀ is the permeability of free space. If this material is placed in a solenoid with current I, by what factor does the magnetic field inside the solenoid change compared to when the solenoid contains only air?
AP Physics 2 / Unit 12 – Magnetism and Electromagnetism
1/1 December 20, 2025 21:51
50%
Two long, parallel wires separated by 0.1 m carry currents of 5 A in opposite directions. How would the force per unit length between them change if the vacuum permeability μ₀ were hypothetically doubled?
AP Physics 2 / Unit 12 – Magnetism and Electromagnetism
1/2 December 20, 2025 21:50
25%
What is the relationship between external magnetic field strength and material permeability?
AP Physics 2 / Unit 12 – Magnetism and Electromagnetism
1/4 December 20, 2025 21:49
100%
Which equation represents the force on a current-carrying wire?
AP Physics 2 / Unit 12 – Magnetism and Electromagnetism
1/1 December 20, 2025 21:48
20%
A charged particle moves in a circular path in the xy-plane (counterclockwise when viewed from the positive z-axis). At the instant when the particle is at the origin and moving in the positive x-direction, at what point would the magnetic field created by this particle's motion be directed in the positive y-direction?
AP Physics 2 / Unit 12 – Magnetism and Electromagnetism
1/5 December 20, 2025 21:44
25%
A long, straight wire carries a current `I` directed upwards. A point `P` is located at a distance `r` to the right of the wire. Which of the following best describes the direction of the magnetic field at point `P` due to the current in the wire?
AP Physics 2 / Unit 12 – Magnetism and Electromagnetism
1/4 December 20, 2025 21:41
100%
If the magnetic field strength is tripled, how is the force on a moving charge affected?
AP Physics 2 / Unit 12 – Magnetism and Electromagnetism
1/1 December 20, 2025 21:40
100%
What is the role of the position vector in determining the magnetic field direction?
AP Physics 2 / Unit 12 – Magnetism and Electromagnetism
1/1 December 20, 2025 21:40
50%
What happens to a magnetic dipole when placed in a uniform magnetic field?
AP Physics 2 / Unit 12 – Magnetism and Electromagnetism
1/2 December 20, 2025 21:39
50%
A flexible wire carrying 2.0 A is bent into a semicircle of radius 10 cm and placed in a uniform 0.40 T magnetic field perpendicular to the plane of the semicircle. What is the magnitude of the net force on the wire?
AP Physics 2 / Unit 12 – Magnetism and Electromagnetism
1/2 December 20, 2025 21:39
100%
What does the above program print when executed?
AP Computer Science A / Unit 1: Primitive Types
2/2 December 20, 2025 21:10
100%
What is the value of d after the code segment is executed?
AP Computer Science A / Unit 1: Primitive Types
1/1 December 20, 2025 21:06
50%
Which of the following is an example of using parentheses to change the order of operations in a Java arithmetic expression?
AP Computer Science A / Unit 1: Primitive Types
1/2 December 20, 2025 21:05
33%
Which of the following pairs of declarations will cause an error message?
AP Computer Science A / Unit 1: Primitive Types
1/3 December 20, 2025 21:03
100%
Identify the error that prevents the code from compiling.
AP Computer Science A / Unit 1: Primitive Types
1/1 December 20, 2025 21:02
100%
Which of the following best describes the value printed when processWords is called?
AP Computer Science A / Unit 1: Primitive Types
1/1 December 20, 2025 21:01
100%
All of the following statements about concatenating strings with primitive types in Java are true except:
AP Computer Science A / Unit 1: Primitive Types
1/1 December 20, 2025 21:00
100%
$$\lim_{x\to\infty}\frac{5x^3+2}{\sqrt{9x^6+4x^2}}$$ is
AP Calculus AB / Unit 1: Limits and Continuity
1/1 December 20, 2025 17:42
100%
Solve the equation: $$\lim_{t\to5}\frac{t^2-t-20}{t-5}$$.
AP Calculus AB / Unit 1: Limits and Continuity
1/1 December 20, 2025 17:40
20%
$$\displaystyle\lim_{x \to 0} \dfrac{e^x - 1}{x}$$ is
AP Calculus AB / Unit 1: Limits and Continuity
1/5 December 20, 2025 17:39
100%
Evaluate $$\lim_{x \to \infty} \left(1 + \frac{1}{x}\right)^{x}$$.
AP Calculus AB / Unit 1: Limits and Continuity
1/1 December 20, 2025 17:38
100%
Evaluate $$\displaystyle\lim\limits_{x \to 6} \frac{|x^2 - 36|}{|x - 6|}$$. Which of the following best describes the limit?
AP Calculus AB / Unit 1: Limits and Continuity
1/1 December 20, 2025 17:37
100%
Evaluate the limit $$\lim_{x\to 5} (2*x+3)$$.
AP Calculus AB / Unit 1: Limits and Continuity
1/1 December 20, 2025 17:37
APFIVE © 2020.
Email: [email protected]|Privacy Policy