1What does descriptive statistics primarily aim to do?
statistical analysis
Easy
A.Prove that a theory is universally true
B.Generate random numbers for simulations
C.Encrypt data for secure storage
D.Summarize and describe the main features of a dataset
Correct Answer: Summarize and describe the main features of a dataset
Explanation:
Descriptive statistics summarize data using measures like mean, median, and standard deviation, describing what the data shows without making broader inferences.
Incorrect! Try again.
2Which measure of central tendency is most affected by extreme outliers?
statistical analysis
Easy
A.Mode
B.Range
C.Mean
D.Median
Correct Answer: Mean
Explanation:
The mean adds all values and divides by the count, so a very large or small value pulls it in that direction. The median and mode are more resistant to outliers.
Incorrect! Try again.
3The standard deviation is a measure of:
statistical analysis
Easy
A.The total sum of all data points
B.The middle value of the data
C.The most frequent value in the data
D.The spread or dispersion of data around the mean
Correct Answer: The spread or dispersion of data around the mean
Explanation:
Standard deviation quantifies how much the data values deviate, on average, from the mean. A larger value means more spread.
Incorrect! Try again.
4In hypothesis testing, the null hypothesis () typically represents:
hypothesis testing
Easy
A.A guaranteed positive result
B.No effect or no difference
C.The largest possible effect size
D.The alternative claim being tested
Correct Answer: No effect or no difference
Explanation:
The null hypothesis states there is no effect, no difference, or no relationship. It is the default assumption we try to reject.
Incorrect! Try again.
5A Type I error occurs when we:
hypothesis testing
Easy
A.Reject a true null hypothesis
B.Reject a false null hypothesis
C.Fail to collect enough data
D.Accept a true null hypothesis
Correct Answer: Reject a true null hypothesis
Explanation:
A Type I error (false positive) happens when we reject even though it is actually true. Its probability is denoted by .
Incorrect! Try again.
6The significance level of a test is usually denoted by which symbol?
hypothesis testing
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
The significance level is denoted and represents the probability of committing a Type I error, commonly set at 0.05.
Incorrect! Try again.
7A p-value represents the probability of:
significance of p-value
Easy
A.The null hypothesis being true
B.The alternative hypothesis being true
C.Observing results as extreme as the data, assuming is true
D.Making a correct decision in the test
Correct Answer: Observing results as extreme as the data, assuming is true
Explanation:
The p-value is the probability of getting results at least as extreme as those observed, under the assumption that the null hypothesis is true.
Incorrect! Try again.
8If a p-value is less than the significance level , we typically:
significance of p-value
Easy
A.Change the alternative hypothesis
B.Accept the null hypothesis
C.Reject the null hypothesis
D.Increase the sample size
Correct Answer: Reject the null hypothesis
Explanation:
When , the result is statistically significant, so we reject in favor of the alternative hypothesis.
Incorrect! Try again.
9A smaller p-value indicates:
significance of p-value
Easy
A.A larger sample was required
B.Stronger evidence for the null hypothesis
C.A guaranteed real effect exists
D.Stronger evidence against the null hypothesis
Correct Answer: Stronger evidence against the null hypothesis
Explanation:
The smaller the p-value, the stronger the evidence against , making it more likely we reject the null hypothesis.
Incorrect! Try again.
10The chi-square test is most commonly used to analyze:
chi-square
Easy
A.Correlation between two continuous variables
B.Continuous numeric averages
C.Categorical (frequency) data
D.Time-series trends
Correct Answer: Categorical (frequency) data
Explanation:
The chi-square test works with categorical data, comparing observed frequencies against expected frequencies in categories.
Incorrect! Try again.
11A chi-square test of independence checks whether:
chi-square
Easy
A.Two means are equal
B.A sample follows a normal distribution
C.Three or more group variances differ
D.Two categorical variables are associated
Correct Answer: Two categorical variables are associated
Explanation:
The chi-square test of independence determines whether there is a significant association between two categorical variables.
Incorrect! Try again.
12In the chi-square statistic , what does represent?
chi-square
Easy
A.The observed frequency
B.The overall mean
C.The number of outcomes
D.The expected frequency
Correct Answer: The observed frequency
Explanation:
In the formula, is the observed frequency (actual counts) and is the expected frequency under the null hypothesis.
Incorrect! Try again.
13A t-test is generally used to compare:
t-test
Easy
A.The means of one or two groups
B.The frequencies of categorical data
C.The correlation of two datasets
D.The variances of three or more groups
Correct Answer: The means of one or two groups
Explanation:
A t-test compares means, either a sample mean to a known value (one-sample) or the means of two groups, especially with small samples.
Incorrect! Try again.
14Which type of t-test compares the means of two related measurements from the same subjects?
t-test
Easy
A.Independent samples t-test
B.Paired t-test
C.Welch's t-test
D.One-sample t-test
Correct Answer: Paired t-test
Explanation:
A paired t-test compares two related measurements, such as before-and-after values from the same subjects.
Incorrect! Try again.
15The t-test is preferred over the z-test mainly when:
t-test
Easy
A.The data is purely categorical
B.More than three groups are compared
C.The population is infinitely large
D.The sample size is small and population variance is unknown
Correct Answer: The sample size is small and population variance is unknown
Explanation:
The t-test is designed for small samples where the population standard deviation is unknown and must be estimated from the sample.
Incorrect! Try again.
16ANOVA is primarily used to compare:
ANOVA
Easy
A.The median of two groups
B.Means of three or more groups
C.The spread of a single dataset
D.Two categorical variables
Correct Answer: Means of three or more groups
Explanation:
ANOVA (Analysis of Variance) tests whether the means of three or more groups differ significantly from one another.
Incorrect! Try again.
17The test statistic used in ANOVA is the:
ANOVA
Easy
A.t-statistic
B.Chi-square statistic
C.F-statistic
D.z-statistic
Correct Answer: F-statistic
Explanation:
ANOVA uses the F-statistic, which is the ratio of variance between groups to variance within groups.
Incorrect! Try again.
18What does the null hypothesis of a one-way ANOVA state?
ANOVA
Easy
A.The groups are categorical
B.All group variances are zero
C.At least one mean is different
D.All group means are equal
Correct Answer: All group means are equal
Explanation:
The null hypothesis in one-way ANOVA is that all group means are equal ().
Incorrect! Try again.
19Bayes' theorem is used to update the probability of a hypothesis based on:
bayesian probability
Easy
A.The number of groups compared
B.The sample size only
C.New evidence or data
D.The significance level
Correct Answer: New evidence or data
Explanation:
Bayes' theorem revises a prior probability into a posterior probability as new evidence becomes available.
Incorrect! Try again.
20In Bayesian probability, the probability assigned before observing any new data is called the:
bayesian probability
Easy
A.Posterior probability
B.Prior probability
C.Marginal probability
D.Likelihood
Correct Answer: Prior probability
Explanation:
The prior probability represents our initial belief before new evidence; after updating with data it becomes the posterior probability.
Incorrect! Try again.
21A researcher sets a significance level of and obtains a test statistic that leads to a p-value of . What is the correct decision?
hypothesis testing
Medium
A.Reject the null hypothesis
B.Increase the sample size before deciding
C.Fail to reject the null hypothesis
D.Accept the null hypothesis as true
Correct Answer: Reject the null hypothesis
Explanation:
Since the p-value () is less than (), the result is statistically significant, so we reject the null hypothesis.
Incorrect! Try again.
22Which statement best describes the meaning of a p-value in hypothesis testing?
significance of p-value
Medium
A.The probability of observing data as extreme as the sample, assuming the null hypothesis is true
B.The probability that the alternative hypothesis is correct
C.The probability that the null hypothesis is true given the data
D.The probability of making a Type II error in the test
Correct Answer: The probability of observing data as extreme as the sample, assuming the null hypothesis is true
Explanation:
The p-value is the probability of obtaining results at least as extreme as those observed, computed under the assumption that is true. It is not the probability that itself is true.
Incorrect! Try again.
23You want to compare the mean test scores of two independent groups with small samples and unknown, unequal variances. Which test is most appropriate?
t-test
Medium
A.One-sample z-test
B.Welch's two-sample t-test
C.Chi-square test of independence
D.Paired t-test
Correct Answer: Welch's two-sample t-test
Explanation:
Welch's t-test compares means of two independent groups without assuming equal variances, making it suitable for small samples with unequal variances.
Incorrect! Try again.
24A chi-square goodness-of-fit test compares observed frequencies with expected frequencies . What is the test statistic formula?
chi-square
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
The chi-square statistic sums the squared differences between observed and expected counts, each divided by the expected count .
Incorrect! Try again.
25When comparing the means of four different groups simultaneously, why is one-way ANOVA preferred over multiple t-tests?
ANOVA
Medium
A.It works only when variances are unequal
B.It controls the inflation of the overall Type I error rate
C.It eliminates the need for a null hypothesis
D.It requires fewer assumptions about the data
Correct Answer: It controls the inflation of the overall Type I error rate
Explanation:
Running many pairwise t-tests inflates the family-wise Type I error rate. ANOVA tests all group means together with a single test, controlling this error.
Incorrect! Try again.
26A disease affects of a population. A test is sensitive and specific. Using Bayes' theorem, which quantity is the posterior probability of disease given a positive test?
bayesian probability
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
The posterior probability is , computed via Bayes' theorem using the prior, sensitivity, and specificity. Sensitivity is the likelihood term .
Incorrect! Try again.
27A test fails to reject the null hypothesis even though the alternative is actually true. What type of error has occurred?
hypothesis testing
Medium
A.Sampling error
B.Type I error
C.Standard error
D.Type II error
Correct Answer: Type II error
Explanation:
A Type II error () occurs when we fail to reject a false null hypothesis. A Type I error is rejecting a true null hypothesis.
Incorrect! Try again.
28In a study measuring blood pressure of the same patients before and after treatment, which t-test correctly accounts for the data structure?
t-test
Medium
A.Paired t-test
B.Independent two-sample t-test
C.Welch's t-test
D.One-way ANOVA
Correct Answer: Paired t-test
Explanation:
Measurements on the same subjects before and after are dependent (paired). A paired t-test uses the differences within each subject to test for change.
Incorrect! Try again.
29A result yields with . Which interpretation is most accurate?
significance of p-value
Medium
A.The effect size is guaranteed to be large
B.The result proves the alternative hypothesis is true
C.There is a chance the alternative is correct
D.The result is statistically significant but the effect may still be small
Correct Answer: The result is statistically significant but the effect may still be small
Explanation:
Statistical significance () does not imply practical importance. A small p-value can accompany a small effect, especially with large samples.
Incorrect! Try again.
30A chi-square test of independence uses a contingency table. How many degrees of freedom does it have?
chi-square
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
Degrees of freedom equal .
Incorrect! Try again.
31In one-way ANOVA, what does a large F-statistic generally indicate?
ANOVA
Medium
A.The sample sizes are too small to analyze
B.Between-group variance is large relative to within-group variance
C.All group means are exactly equal
D.Within-group variance is large relative to between-group variance
Correct Answer: Between-group variance is large relative to within-group variance
Explanation:
The F-statistic is the ratio of between-group to within-group variance. A large F suggests group means differ more than expected from random variation.
Incorrect! Try again.
32In Bayesian inference, how is the posterior distribution related to the prior and the likelihood?
bayesian probability
Medium
A.Posterior Likelihood Prior
B.Posterior Prior Likelihood
C.Posterior Likelihood Prior
D.Posterior Prior Likelihood
Correct Answer: Posterior Likelihood Prior
Explanation:
By Bayes' theorem, the posterior is proportional to the product of the likelihood and the prior, normalized by the evidence.
Incorrect! Try again.
33A dataset is strongly right-skewed with several large outliers. Which measure of central tendency best represents its typical value?
statistical analysis
Medium
A.Mean
B.Standard deviation
C.Range
D.Median
Correct Answer: Median
Explanation:
The median is resistant to outliers and skew, while the mean is pulled toward the tail. Range and standard deviation measure spread, not central tendency.
Incorrect! Try again.
34Increasing the sample size in a hypothesis test, while keeping other factors fixed, generally has what effect on statistical power?
hypothesis testing
Medium
A.Power becomes undefined
B.Power decreases
C.Power stays exactly the same
D.Power increases
Correct Answer: Power increases
Explanation:
Larger samples reduce the standard error, making it easier to detect a true effect, thereby increasing the power () of the test.
Incorrect! Try again.
35A one-sample t-test gives with degrees of freedom and a two-tailed critical value of at . What is the conclusion?
t-test
Medium
A.Reject the null hypothesis
B.The test is inconclusive
C.Switch to a chi-square test
D.Fail to reject the null hypothesis
Correct Answer: Reject the null hypothesis
Explanation:
Since exceeds the critical value , the statistic falls in the rejection region, so we reject .
Incorrect! Try again.
36In a chi-square test, expected cell counts are recommended to be at least . What is the main reason for this guideline?
chi-square
Medium
A.To guarantee the observed counts are whole numbers
B.To make the degrees of freedom larger
C.To force the null hypothesis to be true
D.To ensure the chi-square approximation to the sampling distribution is reliable
Correct Answer: To ensure the chi-square approximation to the sampling distribution is reliable
Explanation:
With small expected counts, the chi-square distribution poorly approximates the true sampling distribution, making p-values inaccurate. Fisher's exact test is an alternative.
Incorrect! Try again.
37After a significant one-way ANOVA result, why are post-hoc tests such as Tukey's HSD performed?
ANOVA
Medium
A.To confirm the ANOVA assumptions were met
B.To reduce the number of groups compared
C.To identify which specific group means differ from each other
D.To increase the between-group variance
Correct Answer: To identify which specific group means differ from each other
Explanation:
ANOVA only tells us that at least one mean differs. Post-hoc tests like Tukey's HSD pinpoint which pairs of group means are significantly different while controlling error.
Incorrect! Try again.
38A prior probability of rain is . New forecast evidence has likelihood under rain and under no rain. Which value is the denominator (evidence) in Bayes' theorem for updating?
bayesian probability
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
The evidence is the total probability of the observation: .
Incorrect! Try again.
39Two variables have a Pearson correlation of . Which conclusion is justified?
statistical analysis
Medium
A.One variable definitely causes the other
B.The variables are unrelated
C.The relationship is strongly negative
D.There is a strong positive linear association between the variables
Correct Answer: There is a strong positive linear association between the variables
Explanation:
A correlation near indicates a strong positive linear relationship, but correlation does not establish causation.
Incorrect! Try again.
40A researcher lowers the significance threshold from to . What is the direct effect on the two error types?
significance of p-value
Medium
A.Both error probabilities decrease equally
B.Type I error probability decreases while Type II error probability tends to increase
C.Type I error probability increases while Type II decreases
D.Neither error probability is affected
Correct Answer: Type I error probability decreases while Type II error probability tends to increase
Explanation:
A smaller makes it harder to reject , lowering Type I error risk but raising the chance of missing a true effect (Type II error), for a fixed sample size.
Incorrect! Try again.
41A researcher obtains in a two-sided test with and declares the effect "real and important." Which statement is the most accurate critique?
significance of p-value
Hard
A.A means there is a probability the null hypothesis is true
B.A -value just below neither quantifies effect size nor the probability the null is true; significance and importance are distinct
C.The result cannot be significant because is too close to the threshold
D.A -value this small guarantees the finding will replicate
Correct Answer: A -value just below neither quantifies effect size nor the probability the null is true; significance and importance are distinct
Explanation:
The -value is , not , and says nothing about magnitude or replicability. Statistical significance does not imply practical importance.
Incorrect! Try again.
42In a fixed-sample test, holding effect size and sample size constant, what happens to the Type II error rate as you lower from to ?
hypothesis testing
Hard
A. is unaffected by
B. becomes equal to
C. increases (power decreases)
D. decreases (power increases)
Correct Answer: increases (power decreases)
Explanation:
Lowering shrinks the rejection region, making it harder to reject . With everything else fixed, this raises and reduces power .
Incorrect! Try again.
43Two groups have equal sample sizes but markedly unequal variances. Using a Student's pooled-variance -test instead of Welch's -test primarily risks:
t-test
Hard
A.Making the test invalid only when exceeds 30
B.Always inflating power regardless of variance ratio
C.Producing an identical result to Welch's test in all cases
D.Distorting the Type I error rate because the pooled variance misestimates the standard error
Correct Answer: Distorting the Type I error rate because the pooled variance misestimates the standard error
Explanation:
With unequal variances the pooled estimate is wrong, so the actual Type I error deviates from the nominal . Welch's test does not assume equal variances and is generally safer.
Incorrect! Try again.
44A one-way ANOVA across 4 groups yields a significant . What is the correct next step and why?
ANOVA
Hard
A.Conclude all four means are pairwise different
B.Run 6 independent -tests at each with no correction
C.Run post-hoc pairwise comparisons with a correction (e.g., Tukey HSD) because ANOVA only shows that at least one mean differs
D.Conclude only the largest and smallest means differ
Correct Answer: Run post-hoc pairwise comparisons with a correction (e.g., Tukey HSD) because ANOVA only shows that at least one mean differs
Explanation:
A significant omnibus indicates some difference exists but not where. Multiplicity-corrected post-hoc tests locate the differences while controlling the family-wise error rate.
Incorrect! Try again.
45In a chi-square test of independence on a table, several expected cell counts fall below 5. The most appropriate response is to:
chi-square
Hard
A.Increase to compensate for the small counts
B.Report the chi-square statistic anyway with no adjustment
C.Use Fisher's exact test, since the chi-square approximation is unreliable with small expected counts
D.Convert counts to proportions and use a -test on raw percentages
Correct Answer: Use Fisher's exact test, since the chi-square approximation is unreliable with small expected counts
Explanation:
The chi-square distribution is an asymptotic approximation that fails with small expected frequencies. Fisher's exact test gives exact probabilities and is preferred for sparse tables.
Incorrect! Try again.
46A disease affects of a population. A test has sensitivity and specificity. Given a positive result, the posterior probability of disease is approximately:
bayesian probability
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
. Then . Low prevalence keeps the posterior low despite high accuracy.
Incorrect! Try again.
47A dataset is strongly right-skewed with several extreme high values. Which pair of summary statistics best describes its center and spread?
statistical analysis
Hard
A.Mode and range
B.Mean and standard deviation
C.Median and interquartile range (IQR)
D.Mean and variance
Correct Answer: Median and interquartile range (IQR)
Explanation:
The median and IQR are robust to skew and outliers, whereas the mean and standard deviation are pulled by extreme values and misrepresent a skewed center and spread.
Incorrect! Try again.
48Researchers test 100 independent true null hypotheses each at . What is the expected number of false positives, and what does this illustrate?
hypothesis testing
Hard
A.About 5 false positives, illustrating the multiple-comparisons problem
B.Exactly 1 false positive, fixed by
C.About 50 false positives, because compounds multiplicatively
D.Zero false positives, because all nulls are true
Correct Answer: About 5 false positives, illustrating the multiple-comparisons problem
Explanation:
Each true null has a chance of a false rejection, so the expected count is . Testing many hypotheses inflates the chance of spurious findings, motivating corrections.
Incorrect! Try again.
49A paired-samples design (before/after on the same subjects) is incorrectly analyzed with an independent two-sample -test. The typical consequence is:
t-test
Hard
A.An identical -statistic to the paired test
B.Automatic Type I error inflation regardless of correlation
C.The test becomes invalid only for negative correlations
D.Loss of power because the analysis ignores within-subject correlation and inflates the standard error
Correct Answer: Loss of power because the analysis ignores within-subject correlation and inflates the standard error
Explanation:
Positive within-subject correlation is exploited by the paired test to reduce error variance. An independent-samples test ignores this pairing, inflating the standard error and reducing power.
Incorrect! Try again.
50In a one-way ANOVA, if the between-group variability is small relative to within-group variability, the -statistic will be:
ANOVA
Hard
A.Very large, indicating strong group differences
B.Negative, indicating error in computation
C.Exactly 0 whenever means are unequal
D.Close to 1, suggesting group means do not differ beyond chance
Correct Answer: Close to 1, suggesting group means do not differ beyond chance
Explanation:
. When between-group variance is comparable to within-group variance, , consistent with the null of equal means.
Incorrect! Try again.
51Which interpretation of a confidence interval that excludes 0 for a mean difference is correct?
significance of p-value
Hard
A.The true difference is definitely nonzero
B.There is a probability the true difference lies in this specific interval
C.The -value must be exactly
D.The corresponding two-sided test rejects at
Correct Answer: The corresponding two-sided test rejects at
Explanation:
CIs and two-sided tests are dual: if a CI excludes the null value, the test rejects at . The refers to the long-run coverage of the procedure, not a probability about one fixed interval.
Incorrect! Try again.
52A chi-square goodness-of-fit test compares observed counts across 6 categories to a theoretical distribution with no estimated parameters. The degrees of freedom are:
chi-square
Hard
A.5
B.6
C.1
D.4
Correct Answer: 5
Explanation:
For goodness-of-fit, , where categories and estimated parameters. Thus .
Incorrect! Try again.
53In Bayesian inference, as the sample size grows very large, the influence of a proper prior on the posterior typically:
bayesian probability
Hard
A.Diminishes, so the posterior is dominated by the likelihood
B.Grows, so the prior overwhelms the data
C.Stays constant regardless of data
D.Becomes undefined for continuous parameters
Correct Answer: Diminishes, so the posterior is dominated by the likelihood
Explanation:
With large , the likelihood concentrates sharply and swamps a fixed proper prior, so posteriors from different reasonable priors converge—a form of Bayesian consistency.
Incorrect! Try again.
54A strong positive linear correlation () is found between ice-cream sales and drowning incidents. The best explanation is:
statistical analysis
Hard
A.Ice-cream consumption causes drowning
B.Drownings cause increased ice-cream sales
C.A likely confounder (e.g., temperature) drives both; correlation does not imply causation
D.The correlation must be a computational artifact
Correct Answer: A likely confounder (e.g., temperature) drives both; correlation does not imply causation
Explanation:
A lurking variable such as hot weather increases both quantities, producing spurious correlation. Association alone cannot establish a causal link.
Incorrect! Try again.
55For a one-sample -test with , the degrees of freedom and the reason are:
t-test
Hard
A., because two parameters are estimated
B., because
C., because equals the sample size
D., because one parameter (the sample mean) is estimated from the data
Correct Answer: , because one parameter (the sample mean) is estimated from the data
Explanation:
The one-sample -test uses the sample mean to estimate the standard error, consuming one degree of freedom: .
Incorrect! Try again.
56A study is 'underpowered.' What is the most direct risk this poses to interpreting a non-significant result?
hypothesis testing
Hard
A.The confidence interval will be too narrow
B.The Type I error rate is inflated above
C.The -value is guaranteed to be below
D.A true effect may exist but go undetected (high Type II error)
Correct Answer: A true effect may exist but go undetected (high Type II error)
Explanation:
Low power means a high : real effects are often missed. A non-significant result from an underpowered study is inconclusive, not evidence of no effect.
Incorrect! Try again.
57A two-way ANOVA shows a significant interaction between Factor A and Factor B. How should the main effects be interpreted?
ANOVA
Hard
A.With caution, because the effect of one factor depends on the level of the other
B.As automatically non-significant
C.As fully independent and directly interpretable
D.As identical to the interaction effect
Correct Answer: With caution, because the effect of one factor depends on the level of the other
Explanation:
A significant interaction means the factors' effects are not additive; interpreting main effects in isolation can be misleading, so simple-effects analyses are preferred.
Incorrect! Try again.
58Which practice most directly leads to 'p-hacking' and inflated false-positive rates?
significance of p-value
Hard
A.Trying many analyses and reporting only those with
B.Pre-registering a single hypothesis before data collection
C.Reporting effect sizes with confidence intervals
D.Correcting for multiple comparisons
Correct Answer: Trying many analyses and reporting only those with
Explanation:
Selectively reporting significant results out of many analyses exploits random variation, so the reported -values no longer reflect the true false-positive rate.
Incorrect! Try again.
59For a contingency table with rows and columns, the degrees of freedom for the chi-square test of independence are:
chi-square
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
Independence uses row and column marginals as constraints, leaving freely varying cells, which sets the degrees of freedom.
Incorrect! Try again.
60You flip a coin 10 times and get 8 heads. Using a uniform prior on the head probability , the posterior distribution is:
bayesian probability
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
The Beta is conjugate to the binomial: posterior .
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →