This is the general term for any error or flaw in a program that makes it behave incorrectly.
What is a bug?
DNA makes RNA make this.
What is protein?
Number of semesters Aliyah has been in A(liyah).O.E
Who is Aliyah?
F = ma is this scientist's second law of motion
Who is Isaac Newton?
This former First Lady launched the "Let's Move!" campaign in 2010 to fight childhood obesity.
Who is Michelle Obama?
This OOP principle shows only the essential features of something while hiding the implementation details.
What is abstraction?
The cell membrane is described by this model, which is named after the way proteins drift laterally through a lipid bilayer.
What is the fluid mosaic model?
Iconic place to find A.O.E sisters
What is ESJ?
In Ohm's Law, V = IR, the R stands for this quantity, measured in ohms.
What is resistance?
John Snow founded modern epidemiology by mapping cases of this disease to a single contaminated water pump on London's Broad Street.
What is cholera?
Convert this binary value into decimal: 0010 0110
What is 38?
When a molecule's true structure can't be drawn with one Lewis structure and is instead a weighted average of several, those contributing structures are called this.
What are resonance structures?
This sister is chalant abt A.O.E, charismatic, and computational.
Who is Charlotte H?
Evaluate the limit of sin(x)/x as x approaches 0
What is 1?
This is the indirect protection unvaccinated people get when a high enough percentage of the community is immune.
What is herd immunity?
This sorting algorithm splits a list in half, sorts each half, and merges them back together and has O(n log n) performance.
What is merge sort?
Benzene doesn't behave like a normal alkene because its pi electrons are spread across all six carbons, which gives it extra stability and this property.
What is aromaticity?
Number of active sisters
What is 75?
Find the derivative of f(x) = x3e(x2)
What is 3x2e(x2)+2x4e(x2)?
Written R-naught, this number represents the average number of people one infected person will infect in a fully susceptible population.
What is the basic reproduction number?
mov $5, %rax
lea(%rax,%rax, 4), %rbx
The value of %rbx is...
What is 25? (rax +rax*4 = 5+20)
O
||
H3C --- C ---- O --- H
What is carboxylic acid?
Alpha Omega Epsilon founding date
When was Novemeber 13 1983?
Find the eigenvalues of [[4, 1], [2, 3]].
What are 5 and 2?(λ² − 7λ + 10 = 0)
Everyone talks about "Correlation isn't causation", but epidemiologists use this term for a third variable that distorts the apparent relationship between an exposure and an outcome.
What is a confounder(confounding variable?)