AP Notes, Outlines, Study Guides, Vocabulary, Practice Exams and more!

AP Statistics Flashcards

Terms : Hide Images
14010341899How do you check if there is outliers?calculate IQR; anything above Q3+1.5(IQR) or below Q1-1.5(IQR) is an outlier0
14010341900If a graph is skewed, should we calculate the median or the mean? Why?median; it is resistant to skews and outliers1
14010341901If a graph is roughly symmetrical, should we calculate the median or the mean? Why?mean; generally is more accurate if the data has no outliers2
14010341902What is in the five number summary?Minimum, Q1, Median, Q3, Maximum3
14010341903Relationship between variance and standard deviation?variance=(standard deviation)^24
14010341904variance definitionthe variance is roughly the average of the squared differences between each observation and the mean5
14010341905standard deviationthe standard deviation is the square root of the variance6
14010341906What should we use to measure spread if the median was calculated?IQR7
14010341907What should we use to measure spread if the mean was calculated?standard deviation8
14010341908What is the IQR? How much of the data does it represent?Q3-Q1; 50%9
14010341909How do you calculate standard deviation?1. Type data into L1 2. Find mean with 1 Variable Stats 3. Turn L2 into (L1-mean) 4. Turn L3 into (L2)^2 5. Go to 2nd STAT over to MATH, select sum( 6. Type in L3 7. multiply it by (1/n-1) 8. Square root it10
14010342089What is the formula for standard deviation?11
14010341910Categorical variables vs. Quantitative VariablesCategorical: individuals can be assigned to one of several groups or categories Quantitative: takes numberical values12
14010341911If a possible outlier is on the fence, is it an outlier?No13
14010341912Things to include when describing a distributionCenter (Mean or Median), Unusual Gaps or Outliers, Spread (Standard Deviation or IQR), Shape (Roughly Symmetric, slightly/heavily skewed left or right, bimodal, range)14
14010341913Explain how to standardize a variable. What is the purpose of standardizing a variable?Subtract the distribution mean and then divide by standard deviation. Tells us how many standard deviations from the mean an observation falls, and in what direction.15
14010341914What effect does standardizing the values have on the distribution?shape would be the same as the original distribution, the mean would become 0, the standard deviation would become 116
14010341915What is a density curve?a curve that (a) is on or above the horizontal axis, and (b) has exactly an area of 117
14010341916Inverse Normwhen you want to find the percentile: invNorm (area, mean, standard deviation)18
14010341917z(x-mean)/standard deviation19
14010341918pth percentilethe value with p percent observations less than is20
14010341919cumulative relative frequency graphcan be used to describe the position of an individual within a distribution or to locate a specified percentile of the distribution21
14010341920How to find and interpret the correlation coefficient r for a scatterplotSTAT plot, scatter, L1 and L2 (Plot 1: ON); STAT --> CALC --> 8:LinReg(a+bx) No r? --> 2nd 0 (Catalog) down to Diagnostic ON22
14010341921rtells us the strength of a LINEAR association. -1 to 1. Not resistant to outliers23
14010341922r^2the proportion (percent) of the variation in the values of y that can be accounted for by the least squares regression line24
14010341923residual plota scatterplot of the residuals against the explanatory variable. Residual plots help us assess how well a regression line fits the data. It should have NO PATTERN25
14010341924regression linea line that describes how a response variable y changes as an explanatory variable x changes. We often use a regression line to predict the value of y for a given value of x.26
14010341925residual formularesidual=y-y(hat) aka observed y - predicted y27
14010341926What method do you use to check if a distribution or probability is binomial?BINS: 1. Binary: There only two outcomes (success and failure) 2. Independent: The events independent of one another? 3. Number: There is a fixed number of trials 4. Success: The probability of success equal in each trial28
14010341927What method do you use to check if a distribution or probability is geometric?BITS: 1. Binary: There only two outcomes (success and failure) 2. Independent: The events independent of one another 3. Trials: There is not a fixed number of trials 4. Success: The probability of success equal in each trial29
14010341928nnumber of trials30
14010341929pprobability of success31
14010341930knumber of successes32
14010341931Binomial Formula for P(X=k)(n choose k) p^k (1-p)^(n-k)33
14010341932Binomial Calculator Function to find P(X=k)binompdf(n,p,k)34
14010341933Binomial Calculator Function for P(X≤k)binomcdf(n,p,k)35
14010341934Binomial Calculator Function for P(X≥k)1-binomcdf(n,p,k-1)36
14010341935mean of a binomial distributionnp37
14010341936standard deviation of a binomial distribution√(np(1-p))38
14010341937Geometric Formula for P(X=k)(1-p)^(k-1) x p39
14010341938Geometric Calculator Function to find P(X=k)geometpdf(p,k)40
14010341939Geometric Calculator Function for P(X≤k)geometcdf(p,k)41
14010341940Geometric Calculator Function for P(X≥k)1-geometcdf(p,k-1)42
14010341941Mean of a geometric distribution1/p=expected number of trials until success43
14010341942Standard deviation of a geometric distribution√((1-p)/(p²))44
14010341943What do you do if the binomial probability is for a range, rather than a specific number?Take binomcdf(n,p,maximum) - binomcdf(n,p,minimum-1)45
14010341944how do you enter n choose k into the calculator?type "n" on home screen, go to MATH --> PRB --> 3: ncr, type "k"46
14010341945μ(x+y)μx+μy47
14010341946μ(x-y)μx-μy48
14010341947σ(x+y)√(σ²x+σ²y)49
14010341948What does adding or subtracting a constant effect?Measures of center (median and mean). Does NOT affect measures of spread (IQR and Standard Deviation) or shape.50
14010341949What does multiplying or dividing a constant effect?Both measures of center (median and mean) and measures of spread (IQR and standard deviation). Shape is not effected. For variance, multiply by a² (if y=ax+b).51
14010341950σ(x-y)√(σ²x+σ²y) --> you add to get the difference because variance is distance from mean and you cannot have a negative distance52
14010341951calculate μx by handX1P1+X2P2+.... XKPK (SigmaXKPK)53
14010341952calculate var(x) by hand(X1-μx)²p(1)+(X2-μx)²p(2)+.... (Sigma(Xk-μx)²p(k))54
14010341953Standard deviationsquare root of variance55
14010341954discrete random variablesa fixed set of possible x values (whole numbers)56
14010341955continuous random variables-x takes all values in an interval of numbers -can be represented by a density curve (area of 1, on or above the horizontal axis)57
14010341956What is the variance of the sum of 2 random variables X and Y?(σx)²+(σy)², but ONLY if x and y are independent.58
14010341957mutually exclusiveno outcomes in common59
14010341958addition rule for mutually exclusive events P (A U B)P(A)+P(B)60
14010341959complement rule P(A^C)1-P(A)61
14010341960general addition rule (not mutually exclusive) P(A U B)P(A)+P(B)-P(A n B)62
14010341961intersection P(A n B)both A and B will occur63
14010341962conditional probability P (A | B)P(A n B) / P(B)64
14010341963independent events (how to check independence)P(A) = P(A|B) P(B)= P(B|A)65
14010341964multiplication rule for independent events P(A n B)P(A) x P(B)66
14010341965general multiplication rule (non-independent events) P(A n B)P(A) x P(B|A)67
14010341966sample spacea list of possible outcomes68
14010341967probability modela description of some chance process that consists of 2 parts: a sample space S and a probability for each outcome69
14010341968eventany collection of outcomes from some chance process, designated by a capital letter (an event is a subset of the sample space)70
14010341969What is the P(A) if all outcomes in the sample space are equally likely?P(A) = (number of outcomes corresponding to event A)/(total number of outcomes in sample space)71
14010341970Complementprobability that an event does not occur72
14010341971What is the sum of the probabilities of all possible outcomes?173
14010341972What is the probability of two mutually exclusive events?P(A U B)= P(A)+P(B)74
14010341973five basic probability rules1. for event A, 0≤P(A)≤1 2. P(S)=1 3. If all outcomes in the sample space are equally likely, P(A)=number of outcomes corresponding to event A / total number of outcomes in sample space 4. P(A^C) = 1-P(A) 5. If A and B are mutually exclusive, P(A n B)=P(A)+P(B)75
14010341974When is a two-way table helpfuldisplays the sample space for probabilities involving two events more clearly76
14010341975In statistics, what is meant by the word "or"?could have either event or both77
14010341976When can a Venn Diagram be helpful?visually represents the probabilities of not mutually exclusive events78
14010341977What is the general addition rule for two events?If A and B are any two events resulting from some chance process, then the probability of A or B (or both) is P(A U B)= P(A)+P(B)-P(A n B)79
14010341978What does the intersection of two or more events mean?both event A and event B occur80
14010341979What does the union of two or more events mean?either event A or event B (or both) occurs81
14010341980What is the law of large numbers?If we observe more and more repetitions of any chance process, the proportion of times that a specific outcome occurs approaches a single value, which we can call the probability of that outcome82
14010341981the probability of any outcome...is a number between 0 and 1 that describes the proportion of times the outcome would occur in a very long series of repetitions83
14010341982How do you interpret a probability?We interpret probability to represent the most accurate results if we did an infinite amount of trials84
14010341983What are the two myths about randomness?1. Short-run regularity --> the idea that probability is predictable in the short run 2. Law of Averages --> people except the alternative outcome to follow a different outcome85
14010341984simulationthe imitation of chance behavior, based on a model that accurately reflects the situation86
14010341985Name and describe the four steps in performing a simulation1. State: What is the question of interest about some chance process 2. Plan: Describe how to use a chance device to imitate one repetition of process; clearly identify outcomes and measured variables 3. Do: Perform many repetitions of the simulation 4. Conclude: results to answer question of interest87
14010341986What are some common errors when using a table of random digits?not providing a clear description of the simulation process for the reader to replicate the simulation88
14010341987What does the intersection of two or more events mean?both event A and event B occur89
14010341988sampleThe part of the population from which we actually collect information. We use information from a sample to draw conclusions about the entire population90
14010341989populationIn a statistical study, this is the entire group of individuals about which we want information91
14010341990sample surveyA study that uses an organized plan to choose a sample that represents some specific population. We base conclusions about the population on data from the sample.92
14010341991convenience sampleA sample selected by taking the members of the population that are easiest to reach; particularly prone to large bias.93
14010341992biasThe design of a statistical study shows ______ if it systematically favors certain outcomes.94
14010341993voluntary response samplePeople decide whether to join a sample based on an open invitation; particularly prone to large bias.95
14010341994random samplingThe use of chance to select a sample; is the central principle of statistical sampling.96
14010341995simple random sample (SRS)every set of n individuals has an equal chance to be the sample actually selected97
14010341996strataGroups of individuals in a population that are similar in some way that might affect their responses.98
14010341997stratified random sampleTo select this type of sample, first classify the population into groups of similar individuals, called strata. Then choose a separate SRS from each stratum to form the full sample.99
14010341998cluster sampleTo take this type of sample, first divide the population into smaller groups. Ideally, these groups should mirror the characteristics of the population. Then choose an SRS of the groups. All individuals in the chosen groups are included in the sample.100
14010341999inferenceDrawing conclusions that go beyond the data at hand.101
14010342000margin of errorTells how close the estimate tends to be to the unknown parameter in repeated random sampling.102
14010342001sampling frameThe list from which a sample is actually chosen.103
14010342002undercoverageOccurs when some members of the population are left out of the sampling frame; a type of sampling error.104
14010342003nonresponseOccurs when a selected individual cannot be contacted or refuses to cooperate; an example of a nonsampling error.105
14010342004wording of questionsThe most important influence on the answers given to a survey. Confusing or leading questions can introduce strong bias, and changes in wording can greatly change a survey's outcome. Even the order in which questions are asked matters.106
14010342005observational studyObserves individuals and measures variables of interest but does not attempt to influence the responses.107
14010342006experimentDeliberately imposes some treatment on individuals to measure their responses.108
14010342007explanatory variableA variable that helps explain or influences changes in a response variable.109
14010342008response variableA variable that measures an outcome of a study.110
14010342009lurking variablea variable that is not among the explanatory or response variables in a study but that may influence the response variable.111
14010342010treatmentA specific condition applied to the individuals in an experiment. If an experiment has several explanatory variables, a treatment is a combination of specific values of these variables.112
14010342011experimental unitthe smallest collection of individuals to which treatments are applied.113
14010342012subjectsExperimental units that are human beings.114
14010342013factorsthe explanatory variables in an experiment are often called this115
14010342014random assignmentAn important experimental design principle. Use some chance process to assign experimental units to treatments. This helps create roughly equivalent groups of experimental units by balancing the effects of lurking variables that aren't controlled on the treatment groups.116
14010342015replicationAn important experimental design principle. Use enough experimental units in each group so that any differences in the effects of the treatments can be distinguished from chance differences between the groups.117
14010342016double-blindAn experiment in which neither the subjects nor those who interact with them and measure the response variable know which treatment a subject received.118
14010342017single-blindAn experiment in which either the subjects or those who interact with them and measure the response variable, but not both, know which treatment a subject received.119
14010342018placeboan inactive (fake) treatment120
14010342019placebo effectDescribes the fact that some subjects respond favorably to any treatment, even an inactive one121
14010342020blockA group of experimental units that are known before the experiment to be similar in some way that is expected to affect the response to the treatments.122
14010342021inference about the populationUsing information from a sample to draw conclusions about the larger population. Requires that the individuals taking part in a study be randomly selected from the population of interest.123
14010342022inference about cause and effectUsing the results of an experiment to conclude that the treatments caused the difference in responses. Requires a well-designed experiment in which the treatments are randomly assigned to the experimental units.124
14010342023lack of realismWhen the treatments, the subjects, or the environment of an experiment are not realistic. Lack of realism can limit researchers' ability to apply the conclusions of an experiment to the settings of greatest interest.125
14010342024institutional review boardA basic principle of data ethics. All planned studies must be approved in advance and monitored by _____________ charged with protecting the safety and well-being of the participants.126
14010342025informed consentA basic principle of data ethics. Individuals must be informed in advance about the nature of a study and any risk of harm it may bring. Participating individuals must then consent in writing.127
14010342026simulationa model of random events128
14010342027censusa sample that includes the entire population129
14010342028population parametera number that measures a characteristic of a population130
14010342029systematic sampleevery fifth individual, for example, is chosen131
14010342030multistage samplea sampling design where several sampling methods are combined132
14010342031sampling variabilitythe naturally occurring variability found in samples133
14010342032levelsthe values that the experimenter used for a factor134
14010342033the four principles of experimental designcontrol, randomization, replication, and blocking135
14010342034completely randomized designa design where all experimental units have an equal chance of receiving any treatment136
14010342035interpreting p valueif the true mean/proportion of the population is (null), the probability of getting a sample mean/proportion of _____ is (p-value).137
14010342036p̂1-p̂2 center, shape, and spreadcenter: p1-p2 shape: n1p1, n1(1-p1), n2p2, and n2(1-p2) ≥ 10 spread (if 10% condition checks): √((p1(1-p1)/n1)+(p2(1-p2)/n2)138
14010342037probability of getting a certain p̂1-p̂2 (ex. less than .1)plug in center and spread into bell curve, find probability139
14010342038Confidence intervals for difference in proportions formula(p̂1-p̂2) plus or minus z*(√((p1(1-p1)/n1)+(p2(1-p2)/n2))140
14010342039When do you use t and z test/intervals?t for mean z for proportions141
14010342090Significance test for difference in proportions142
14010342040What is a null hypothesis?What is being claimed. Statistical test designed to assess strength of evidence against null hypothesis. Abbreviated by Ho.143
14010342041What is an alternative hypothesis?the claim about the population that we are trying to find evidence FOR, abbreviated by Ha144
14010342042When is the alternative hypothesis one-sided?Ha less than or greater than145
14010342043When is the alternative hypothesis two-sided?Ha is not equal to146
14010342044What is a significance level?fixed value that we compare with the P-value, matter of judgement to determine if something is "statistically significant".147
14010342045What is the default significance level?α=.05148
14010342046Interpreting the p-valueif the true mean/proportion of the population is (null), the probability of getting a sample mean/proportion of _____ is (p-value).149
14010342047p value ≤ αWe reject our null hypothesis. There is sufficient evidence to say that (Ha) is true.150
14010342048p value ≥ αWe fail to reject our null hypothesis. There is insufficient evidence to say that (Ho) is not true.151
14010342049reject Ho when it is actually trueType I Error152
14010342050fail to reject Ho when it is actually falseType II Error153
14010342051Power definitionprobability of rejecting Ho when it is false154
14010342052probability of Type I Errorα155
14010342053probability of Type II Error1-power156
14010342054two ways to increase powerincrease sample size/significance level α157
140103420555 step process: z/t testState --> Ho/Ha, define parameter Plan --> one sample, z test Check --> random/normal/independent Do --> find p hat, find test statistic (z), use test statistic to find p-value Conclude --> p value ≤ α reject Ho p value ≥ α fail to reject Ho158
14010342091Formula for test statistic (μ)159
14010342056Formula for test statistic (p̂) (where p represents the null)(p̂-p)/(√((p)(1-p))/n)160
14010342057probability of a Type II Error?overlap normal distribution for null and true. Find rejection line. Use normalcdf161
14010342058when do you use z tests?for proportions162
14010342059when do you use t tests?for mean (population standard deviation unknown)163
14010342060finding p value for t teststcdf(min, max, df)164
14010342061Sample paired t teststate--> Ho: μ1-μ2=0 (if its difference) plan --> one sample, paired t test check --> random, normal, independent do --> find test statistic and p value conclude --> normal conclusion165
14010342062What does statistically significant mean in context of a problem?The sample mean/proportion is far enough away from the true mean/proportion that it couldn't have happened by chance166
14010342063When doing a paired t-test, to check normality, what do you do?check the differences histogram (μ1-μ2)167
14010342064How to interpret a C% Confidence LevelIn C% of all possible samples of size n, we will construct an interval that captures the true parameter (in context).168
14010342065How to interpret a C% Confidence IntervalWe are C% confident that the interval (_,_) will capture the true parameter (in context).169
14010342066What conditions must be checked before constructing a confidence interval?random, normal, independent170
14010342067C% confidence intervals of sample proportions, 5 step processState: Construct a C% confidence interval to estimate... Plan: one sample z-interval for proportions Check: Random, Normal, Independent Do: Find the standard error and z*, then p hat +/- z* Conclude: We are C% confident that the interval (_,_) will capture the true parameter (in context).171
14010342092What's the z interval standard error formula?172
14010342068How do you find z*?InvNorm(#)173
14010342069How do you find the point estimate of a sample?subtract the max and min confidence interval, divide it by two (aka find the mean of the interval ends)174
14010342070How do you find the margin of error, given the confidence interval?Ask, "What am I adding or subtracting from the point estimate?" So find the point estimate, then find the difference between the point estimate and the interval ends175
14010342071Finding sample size proportions: When p hat is unknown, or you want to guarantee a margin of error less than or equal to:use p hat=.5176
14010342072Finding the confidence interval when the standard deviation of the population is *known*x bar +/- z*(σ/√n)177
14010342073Checking normal condition for z* (population standard deviation known)starts normal or CLT178
14010342074Finding the confidence interval when the standard deviation of the population is *unknown* (which is almost always true)x bar +/- t*(Sx/√n)179
14010342075degrees of freedomn-1180
14010342076How do you find t*?InvT(area to the left, df)181
14010342077What is the standard error?same as standard deviation, but we call it "standard error" because we plugged in p hat for p (we are estimating)182
14010342078a point estimator is a statistic that...provides an estimate of a population parameter.183
14010342079Explain the two conditions when the margin of error gets smaller.Confidence level C decreases, sample size n increases184
14010342080Does the confidence level tell us the chance that a particular confidence interval captures the population parameter?NO; the confidence interval gives us a set of plausible values for the parameter185
14010342081Sx and σx: which is which?Sx is for a sample, σx is for a population186
14010342082How do we know when do use a t* interval instead of a z interval?you are not given the population standard deviation187
14010342083Checking normal condition for t* (population standard deviation unknown)Normal for sample size... -n -n<15: if the data appears closely normal (roughly symmetric, single peak, no outliers)188
14010342084How to check if a distribution is normal for t*, population n<15plug data into List 1, look at histogram. Conclude with "The histogram looks roughly symmetric, so we should be safe to use the t distribution)189
14010342085t* confidence interval, 5 step processState: Construct a __% confidence interval to estimate... Plan: one sample t interval for a population mean Check: Random, Normal, Independent (for Normal, look at sample size and go from there) Do: Find the standard error (Sx/√n) and t*, then do x bar +/- t*(standard error) Conclude: We are __% confident that the interval (_,_) will capture the true parameter (in context).190
14010342086margin of error formulaz* or t* (standard error)191
14010342087When calculating t interval, what is it and where do you find the data?x bar plus or minus t* (Sx/√n) -get x bar and Sx using 1 Var Stats -t*=Invt(area to the left, df) -population (n) will be given192
14010342088What is it looking for if it asks for the appropriate critical value?z/t* interval193
14010342093194

AP Literature Figurative Language Flashcards

Terms : Hide Images
11507353303ConnotationAn idea or feeling that a word invokes in addition to its literal or primary meaning.0
11507353304DenotationThe dictionary definition of a word1
11507353305ParableA simple story used to illustrate a moral or spiritual lesson2
11507353306AllegoryA literary work in which characters, objects, or actions represent abstractions3
11507353307MetaphorA comparison that establishes a figurative identity between objects being compared.4
11507353308AnalogyA comparison of two different things that are similar in some way5
11507353309RhymeRepetition of sounds at the end of words6
11507353310RepetitionThe use of a line, phrase or group of words more than once7
11507353311MeterA regular pattern of stressed and unstressed syllables in a line of poetry8
11507353312SymbolismA device in literature where an object represents an idea.9
11507353313AntithesisDirect opposite10
11507353314PersonificationThe giving of human qualities to an animal, object, or idea11
11507353315AllusionA reference to a well-known person, place, event, literary work, or work of art12
11507353316SimileA comparison using "like" or "as"13
11507353317MotifA recurring theme, subject or idea14
11507353318GothicOf or relating to the mysterious, grotesque, and desolate style of fiction15
11507353319RomanticA movement that appealed to emotion rather than reason, focused on the appeal of nature, and the individual.16
11507353320ForeshadowingA narrative device that hints at coming events; often builds suspense or anxiety in the reader.17
11507353321ClimaxThe most intense, exciting, or important point of something; a culmination or apex.18
11507353322Character DevelopmentThe process by which a character is introduced, advanced, and possibly transformed in a story.19
11507353323Indirect CharacterizationThe process by which the personality of a fictitious character is revealed through the character's speech, actions, appearance, etc.20
11507353324Direct CharacterizationThe author directly states a character's traits21
11507353325AlliterationRepetition of initial consonant sounds22
11507353326Synecdochea figure of speech in which a part is made to represent the whole or vice versa23
11507353327ConsonanceRepetition of a consonant sound within two or more words in close proximity.24
11507353328ParallelismPhrases or sentences of a similar construction/meaning placed side by side, balancing each other25
11507353329OnomatopeiaThe use of a word whose sound imitates or suggest its meaning.26
11507353330ThemeCentral idea of a work of literature27
11507353331RhythmPattern of stressed and unstressed syllables28
11507353332Iambic PentameterA line of poetry that contains five iambic feet.29
11507353333Selection of DetailsThe specific events or details an author chooses for a story30
11507353334Order of DetailsThe specific order in which an author chooses to release details in a story31
11507353335Verbal IronyA figure of speech in which what is said is the opposite of what is meant32
11507353336Dramatic IronyWhen a reader is aware of something that a character isn't33
11507353337Situational IronyAn outcome that turns out to be very different from what was expected34
11507353338FoilA character who acts as a contrast to another character35
11507353339PunA play on words36
11507353340Rhetorical QuestionA question asked merely for effect with no answer expected.37
11507353341ConflictA struggle between opposing forces (Man v. Man, Man v. Self, Man v. Nature)38
11507353342OxymoronA figure of speech that combines opposite or contradictory terms in a brief phrase.39
11507353343HyperboleA figure of speech that uses exaggeration to express strong emotion, make a point, or evoke humor40
11507353344EpigraphA quotation or aphorism at the beginning of a literary work suggestive of the theme.41

APES Biodiversity Flashcards

Terms : Hide Images
10915218881species richnessnumber of species in a given area0
10915218882species evennessrelative proportion of individuals within the different species in a given area1
10915218883phlyogeniesbranching pattern that shows the evolutionary relationships2
10915218884evolutiona change in the generic composition of a population over time3
10915218885microevolutionevolution below species level4
10915218886macroevolutionevolution that gives ride to a new species, genera, family, class or phyla5
10915218887genesphysical locations on the chromosome of an organism6
10915218888genotypethe complete set of genes in an individual7
10915218889phenotypethe traits expressed by the individual8
10915218890mutationsrandom change in the genetic code produced by a mistake in the copying process9
10915218891recombinationgeneric process by which one chromosome breaks off and attached to another10
10915218892evolution by artificial selectionprocess by which humans determine which individuals breed typically with a preconcieved set of traits in mind11
10915218893natural selectionenvironment determines which individuals survive and reproduce12
10943990166fitnesssability of an organism to survive and reproduce13
10943990167adaptionstraits that improve an individual fitnesss14
10943990169gene flowwhen individuals move from one population to another, altering the genetic composition of both populations15
10943990170genetic drifta change in the genetic composition of a population over time as a result of random mating16
10943990171bottleneck effectreduction in the genetic diversity of a population caused by a reduction in it's size17
10943990172founder effectchange in the genetic composition of a population as a result of descending from a small number of colonizing individuals18
10943990173allopatric effectthe process of speciation that occurs with geographic isolation19
10943990174sympatric speciationevolution of one species into two, without geographic isolation20
10943990176range of tolerancelimits to the abiotic conditions an organism can tolerate21
10943990177fundamental nicheslew of abiotic conditions under which an organisms can theortically survive, grow and reproduce22
10943990178realized nicherange of abiotic and biotic conditions under which an organism ACTUALLY lives23
10943990179generalistspecies that can live under a wide range of abiotic and biotic conditions24
10943990180specialistspecies that is specialized to live in specific habitat or to feed on a small group of species25
10943990183intrinsic valuehad nothing to do with what the ecosystem does for us26
11039795590regulating servicesregulating the climate, hydrologic cycle, nutrient27
11039795591support systemsnatural, polination, pest control, filtration28
11039795592cultural servicesbeauty, intellectual gains29
11039795593HIPCOhabitat loss, invasive species, pollution, climate change, overharvesting30
11189984255Nicheorganisms place in ecosystem31
11189984256Lacey Actprohibits interstate shipping of illegally harvested plants and animals32

AP Vocabulary Lists Flashcards

Terms : Hide Images
11261736457amelioratemake better0
11261736458detrimentalcause harm or injury1
11261736459impedimentsomething immaterial that interferes with action or progress2
11261736460subvertoverthrow from the very foundation; ruin3
11261736461indolentdisinclined to work or exertion4
11261736462alacrityliveliness and eagerness5
11261736463banesomething causing misery or death6
11261736464wanea gradual decline (in size or strength or power or number)7
11261736465inanedevoid of intelligence8
11261736466causticharsh or corrosive in tone9
11261736467salutarybeneficial, helpful; healthful, wholesome10
11261736468unwieldynot easily carried, handled, or managed because of size or complexity11
11261736469complacentself-satisfied; smug12
11261736470convivialfestive, sociable, having fun together, genial13
11261736471elatedin high spirits, jubilant; extremely pleased14
11261736472concurto agree15
11261736473novicea beginner16
11261736474dulcetmelodious; pleasing to the ear17
11261736475virtuoushaving or showing high moral standards18
11261736476foildefeat; frustrate; prevent from being successful; thwart; CF. fail19
11261736477pensive(adj.) thoughtful; melancholy20
11261736478buxomfull-bosomed; plump; jolly21
11261736479haggardshowing the wearing effects of overwork or care or suffering22
11261736480obsequiousshowing excessive willingness to serve23
11261736481lackeyfollower who carries out the wishes of another24

AP German - Email phrases Flashcards

Terms : Hide Images
14595716122Sehr geehrte Frau (...)Dear Mrs. (...)0
14595716123Sehr geehrter Herr (...)Dear Mr. (...)1
14595716124Ich danke Ihnen für Ihre E-MailThank you for your email2
14595716125Vielen Dank für die Antwort auf meine E-mailThank you for responding to my email.3
14595716126Mit freundlichen Grüßen,Sincerely yours,4
14595716127Ich freue mich auf Ihre AntwortI am looking forward to your answer5
14595716128Ich freue michI'm happy6
14595716129Es freut michIt makes me happy7
14595716130Ich freue mich auf mein BesuchI'm looking forward to my visit8
14595716131Ich freue mich auf die GelegentheitI'm looking forward to the opportunity9
14595716132Vielen Dank für diese GelegentheitThank you very much for this Opportunity10
14595716133diese Gelegentheitthis opportunity11
14595716134diese Möglichkeitthis possibility (option)12
14595716135dieses Angebotthis offer13
14595716136Vielleicht könnte ichMaybe I could14
14595716137Vielleicht könnten wirMaybe we could15
14595716138Vielleicht könnten SieMaybe you could16
14595716139Könnten Sie mir erzählen ...?Could you please tell me...?17
14595716140Sagen Sie mir bittePlease tell me18
14595716141Könnten Sie (etwas) vorschlagenCould you suggest19
14595716142Ich kenne keine ...I don't know any ...20
14595716143Ich möchte wissenI would like to know...21
14595716144Ich braucheI need22
14595716145Ich werdeI will23
14595716146Ich kann nichtI can't24
14595716147Ich würdeI would25
14595716148Es wäre besserIt would be better26
14595716149obif / whether27
14595716150wennif / whenever28
14595716151wannwhen (time)29
14595716152die Nachrichtmessage (news, email)30
14595716153die Meldungnotification31
14595716154meldennotify, get in touch32
14595716155sich vorstellento imagine (introduce oneself)33
14595716156Könnten Sie sich bitte (kurz) vorstellen?Could you please introduce yourself (a little)?34
14595716157Ich findeI find (think)35
14595716158Ich meineI think36

AP US History Chapter 14 Henretta 8th Edition Flashcards

Terms : Hide Images
15340930430Crittenden Compromise1860 - attempt to prevent Civil War by Senator Crittenden - offered a Constitutional amendment recognizing slavery in the territories south of the 36º30' line, noninterference by Congress with existing slavery, and compensation to the owners of fugitive slaves - defeated by Republicans0
15340930431total warA war that involves the complete mobilization of resources and people, affecting the lives of all citizens in the warring countries, even those remote from the battlefields.1
15340930432draftA law requiring people of a certain age to serve in the military2
15340930433habeas corpusConstitutional protection against unlawful imprisonment3
15340930434King cottonThe leading American export and a crucial staple of the nineteenth-century economy4
15340930435greenbacksName for Union paper money not backed by gold or silver. Value would fluctuate depending on status of the war (plural)5
15340930436"contrabands"Escaped slaves6
15340930437Radical RepublicansAfter the Civil War, a group that believed the South should be harshly punished and thought that Lincoln was sometimes too compassionate towards the South.7
15340930438Emancipation Proclamation(AL) , Issued by abraham lincoln on september 22, 1862 it declared that all slaves in the confederate states would be free8
15340930439scorched-earth campaignA campaign in the Shenandoah Valley of Virginia by Union general Philip H. Sheridan's troops. The troops destroyed grain, barns, and other useful resources to punish farmers who had aided Confederate raiders.9
15340930440War and Peace DemocratsMembers of the Democratic Party that split into two camps over war policy during the Civil War. War Democrats vowed to continue fighting until the rebellion ended, while Peace Democrats called for a constitutional convention to negotiate a peace settlement.10
15340930441"hard war"Shermans tactic of this is "when one nation is at war with another, all the people of one are enemies of the other"11
15340930442March to the SeaSherman's march from Atlanta, Georgia, to Savannah, Georgia which cut off confederate supplies received by the sea. They wanted to destroy the Southern economy and morale, leading to Southern surrender.12
15340930443Abraham Lincoln16th President of the United States saved the Union during the Civil War and emancipated the slaves; was assassinated by Booth (1809-1865)13
15340930444Jefferson DavisPresident of the Confederate States of America14
15340930445Robert E. LeeConfederate general who had opposed secession but did not believe the Union should be held together by force15
15340930446George McClellanA general for northern command of the Army of the Potomac in 1861; nicknamed "Tardy George" because of his failure to move troops to Richmond; lost battle vs. General Lee near the Chesapeake Bay; Lincoln fired him twice.16
15340930447Ulysses S. Grantan American general and the eighteenth President of the United States (1869-1877). He achieved international fame as the leading Union general in the American Civil War.17
15340930448William T. Shermangeneral whose march to sea caused destruction to the south18
153411248221st Battle of Bull Run (Manassas)July 21, 1861. Va. (outside of D.C.) People watched battle. Thomas "Stonewall" Jackson: Confederate general, held his ground and stood in battle like a "stone wall." Union retreated. Confederate victory. Showed that both sides needed training and war would be long and bloody19
15341138969Peninsula Campaign (1862)Union *General George McClellan*'s failed effort to seize Richmond, the Confederate Capital; Confederate victory made possible by the leadership of *General Robert E. Lee*.20
15341171318Battle of Antietam (1862)Single bloodiest day of the American Civil War; Union victory that turned back a Confederate invasion of the North. *Historical Significance:* Allowed Lincoln to issue the *Emancipation Proclamation* proclaiming the freedom of slaves in the ten states then in rebellion and shifting the war objectives of the North.21
15341182891Battle of Fredericksburg (December 1862)Union general = Ambrose "side burns" Burnside who replaced McClellan, Confed. general = Lee, Was a "mud march", Burnside wanted to launch a full assault on Lee to surprise him but it didn't work , Confed. victory and Lincoln fires Burnside!22
15341203768Battle of Shiloh (April 1862)Bloody Civil War battle on the Tennessee-Mississippi border that resulted in the deaths of more than 23,000 soldiers and ended in a marginal Union victory.23
15341212411Battle of Vicksburg (1863)A protracted battle in northern Mississippi in which Union forces under Ulysses Grant besieged the last major Confederate fortress on the Mississippi River, forcing the inhabitants into starvation and then submission and giving control of the Mississippi River to the Union.24
15341223445Battle of Gettysburg (1863)Largest and bloodiest battle of the American Civil War; Union victory; considered - when coupled with *General Ulysses S. Grant*'s victory in Vicksburg the next day - to be the turning point of the war. *Historical Significance:* Lincoln used the dedication ceremony for the Gettysburg National Cemetery to honor the fallen Union soldiers and redefine the purpose of the war in his historic *Gettysburg Address*.25

Pages

Subscribe to CourseNotes RSS

Need Help?

We hope your visit has been a productive one. If you're having any problems, or would like to give some feedback, we'd love to hear from you.

For general help, questions, and suggestions, try our dedicated support forums.

If you need to contact the Course-Notes.Org web experience team, please use our contact form.

Need Notes?

While we strive to provide the most comprehensive notes for as many high school textbooks as possible, there are certainly going to be some that we miss. Drop us a note and let us know which textbooks you need. Be sure to include which edition of the textbook you are using! If we see enough demand, we'll do whatever we can to get those notes up on the site for you!