Mathematics · Quantitative Aptitude

Statistics and Dispersion

559 Questions

Statistics and dispersion involve the calculation of mean, standard deviation, variance, and coefficient of variation for data sets. These questions also cover probability distributions and cumulative frequency analysis. Such quantitative aptitude topics are heavily featured in banking and SSC examinations.

Standard deviationNormal distributionMean calculationCumulative frequencyCoefficient of variation

Statistics and Dispersion Questions

Multiple choice general knowledge
  1. 100

  2. 110

  3. 150

  4. 135

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

IQ scores are standardized so that the average (mean) score for a population is always 100, with a standard deviation of typically 15. This is a fundamental property of IQ testing - by definition, 100 represents average intelligence for the reference population. Scores above or below 100 indicate above or below average performance.

Multiple choice general knowledge
  1. Poverty

  2. Line

  3. Average

  4. Triangle

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In Hindi, 'Ausat' means average - the typical or central value in a set of numbers. It comes from the mathematical concept of arithmetic mean used in statistics.

Multiple choice technology programming languages
  1. (1) 1% slower than,38% slower

  2. (2) 10% slower than,4% slower

  3. (3) 1% faster than,38% faster

  4. (4) 10% faster than,4% faster

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

According to IBM COBOL performance benchmarks, compiling with ARITH(EXTEND) is on average 1% slower than compiling with ARITH(COMPAT), with a maximum range of up to 38% slower in extreme cases.

Multiple choice technology databases
  1. Count

  2. Avg

  3. Total

  4. Max

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Standard SQL group/aggregate functions include COUNT, AVG, MAX, MIN, SUM, STDDEV, and VARIANCE. TOTAL is not a standard SQL aggregate function - the standard uses SUM for totaling values. While some databases might implement TOTAL, it's not part of core SQL group functions.