Learn/ 11th Computer Science/ Unit 5 /Short Questions

Unit 5: Data Analytics — Short Questions

11th Class Computer Science · Unit 5: Unit 5: Data Analytics

Basic Statistical Concepts

1.What is Data Analytics?

Data analytics is the process of examining data to find patterns, draw conclusions and support decision-making. It helps turn raw data into useful insights.

2.Why is data analytics important in business?

It supports informed decisions and improves performance using data insights. It helps businesses identify opportunities and solve problems effectively.

3.What are measures of central tendency?

Mean, median and mode represent the center of a dataset. They help summarize large datasets with a single value.

4.Define mean.

Mean is the average of all numbers in a dataset. It is calculated by dividing the sum of values by the total number of values.

5.How do you calculate the median?

Arrange data in order and pick the middle value. If there's an even count, take the average of the two middle values.

6.What is the mode in a dataset?

Mode is the most frequently occurring value in a dataset. It can have more than one value if multiple numbers repeat equally.

7.Can a dataset have more than one mode?

Yes, if multiple values appear with equal highest frequency. This is known as bimodal or multimodal distribution.

Variance and Standard Deviation

8.What is variance?

Variance shows how spread out the data points are from the mean. A higher variance indicates greater variability in the data.

9.What does high variance indicate?

High variance means the data points are far from the mean. It suggests less consistency in the dataset.

10.Define standard deviation.

Standard deviation is the square root of variance. It tells us how much the data varies from the average.

11.Why is standard deviation easier to interpret than variance?

Because it's expressed in the same unit as the original data. Variance is in squared units, making it harder to interpret.

12.What is the formula for standard deviation?

√(Variance) or sqrt(sum of squared deviations divided by N). It gives a practical measure of data spread.

Short Questions

13.What is probability?

Probability measures how likely an event is to occur. It ranges from 0 (impossible) to 1 (certain).

14.Give an example of probability on daily life.

There's a 70% chance of rain tomorrow. This helps people decide whether to carry an umbrella.

15.What is the formula for calculating probability?

Probability = Favorable outcomes / Total possible outcomes. It helps quantify uncertainty in real-life situations.

16.What is the probability of getting heads when flipping a coin?

The probability is 1/2 or 50%. There are only two equally likely outcomes: heads or tails.

17.How is probability used in weather forecasting?

Meteorologists use probability to predict the likelihood of weather events. For example, 80% chance of thunderstorms.

Data Collection and Preparation

18.What is data collection?

It is gathering information from various sources for analysis. Accurate data collection ensures reliable results.

19.Name three methods of collecting data.

Surveys, observations and experiments. Each method has its own strengths and suitable applications.

20.When would you use observation as a method?

To study behavior without asking people directly. Example: Tracking customer movement in a store.

21.What is the purpose of surveys?

To gather opinions, preferences, or feedback from people. Surveys are easy to distribute and analyze.

22.What is an experiment in data collection?

An experiment tests cause-and-effect relationships. One variable is changed to see its effect on another.

23.What is data preparation?

It involves organizing and converting raw data into usable formats. Proper preparation ensures accurate analysis.

24.What is data cleaning?

It fixes or removes errors and inconsistencies in data. Clean data leads to better insights and decisions.

25.Why is data cleaning important?

Clean data ensures accurate and reliable analysis results. Unclean data can lead to misleading conclusions.

26.What are some common issues found in unclean data?

Missing values, duplicates, incorrect formatting and typos. These issues must be addressed before analysis.

27.What is imputation?

Imputation replaces missing values with estimated ones. Common methods include using the mean, median, or similar data.

Building Statistical Modeling

28.What is statistical modeling?

It uses math models to analyze data and make predictions. Models help uncover patterns and forecast future outcomes.

29.List the steps involved in building a statistical model.

Define problem, collect data, choose model, train, evaluate. These steps ensure a structured approach to modeling.

30.What is linear regression used for?

It predicts numerical outcomes based on input variables. Example: Predicting house prices based on size and location.

31.What is logistic regression used for?

It predicts binary outcomes like yes/no or pass/fail. Example: Whether a student will pass or fail based on study hours.

32.What is clustering?

Clustering groups similar items together based on their features. It helps identify natural groupings in the data.

33.What is K-means clustering?

K-means divides data into K groups based on similarity. It's a simple and widely used clustering algorithm.

34.How many clusters must you specify before running K-means?

You must choose the number of clusters (K) first. Choosing the right K affects the quality of results.

35.Give an example of using clustering in education.

Grouping students based on academic performance for targeted teaching. Teachers can tailor strategies to each group.

36.Why is clustering useful in market research?

It segments customers with similar behaviors for marketing. Businesses can personalize offers to each segment.

Introduction to Data Visualization

37.What is the purpose of data visualization?

To represent data visually and help identify patterns, trends and insights.

38.When would you use a bar chart?

To compare different categories by showing their values as bars.

39.What does a histogram show?

The distribution of data by grouping values into intervals or bins.

40.How can Excel or Google Sheets help with data visualization?

They allow users to enter data and create charts like bar charts or line graphs for easier interpretation.