wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

BANL 1100 Review [English]

Total questions: 100

Worksheet time: 50mins

Name
Class
Date
1.

What is the first step in analyzing a dataset like the Baidu search logs?

a)

Create visualizations

b)

Run statistical tests

c)

Clean and prepare the data

d)

Write the final report

2.

Which of the following is NOT typically part of the data cleaning process?

a)

Handling missing values

b)

Converting data types

c)

Creating a data dictionary

d)

Performing regression analysis

3.

How do I create a histogram in R to visualize the distribution of response times across different device types?

a)

Use the plot() function

b)

Use the hist() function with facet_wrap()

c)

Use the barplot() function

d)

Use the boxplot() function

4.

What statistical test should I use to compare click-through rates between mobile and desktop users?

a)

T-test

b)

ANOVA

c)

Chi-square test

d)

Z-test

5.

How can I use ggplot2 to create a scatter plot showing the relationship between query complexity and time spent on search result pages?

a)

Use geom_bar()

b)

Use geom_line()

c)

Use geom_point()

d)

Use geom_boxplot()

6.

Which R packages are best for cleaning and preprocessing the Baidu search log data?

a)

ggplot2 and lattice

b)

dplyr and tidyr

c)

caret and glmnet

d)

rpart and randomForest

7.

What's the most appropriate way to visualize trends in search volume over time using R?

a)

Histogram

b)

Scatter plot

c)

Box plot

d)

Line plot

8.

How do I perform a chi-square test in R to analyze the relationship between user demographics and query types?

a)

Use the t.test() function

b)

Use the aov() function

c)

Use the chisq.test() function

d)

Use the lm() function

9.

What online resources can I use to research current trends in Chinese search engine user behavior?

a)

Google Trends

b)

Baidu Index

c)

Bing Webmaster Tools

d)

Yandex Metrica

10.

Which function in R is suitable for visualizing the distribution of a dataset across different categories?

a)

Use pie() function

b)

Use scatterplot() function

c)

Use boxplot() function

d)

Use lineplot() function

11.

What statistical method should I use to identify factors that best predict whether a user will click on a search result?

a)

Linear regression

b)

ANOVA

c)

Chi-square test

d)

Logistic regression

12.

How do I conduct sentiment analysis on search queries using R, and what online resources can help me interpret the results in a business context?

a)

Use the sentiment() function from the syuzhet package; consult academic papers

b)

Use the analyze_sentiment() function from the sentimentr package; refer to industry blogs

c)

Use the get_sentiments() function from the tidytext package; consult R-specific forums

d)

Use the sentiment_analyzer() function from the openNLP package; refer to data science textbooks

13.

What is the primary purpose of Exploratory Data Analysis?

a)

To prove hypotheses

b)

To identify patterns and relationships in the data

c)

To create the final presentation

d)

To clean the dataset

14.

Which R package is commonly used for data visualization in EDA?

a)

dplyr

b)

ggplot2

c)

tidyr

d)

stringr

15.

When comparing click-through rates between mobile and desktop users, which statistical test would be most appropriate?

a)

Chi-square test

b)

ANOVA

c)

Z-test

d)

Linear regression

16.

What does a p-value of 0.03 in a hypothesis test indicate?

a)

The null hypothesis is definitely true

b)

The alternative hypothesis is definitely true

c)

There's strong evidence against the null hypothesis

d)

The test was inconclusive

17.

Which type of plot is best suited for showing the distribution of a continuous variable like response time?

a)

Bar chart

b)

Pie chart

c)

Histogram

d)

Scatter plot

18.

When creating visualizations for non-technical managers, what should be your primary focus?

a)

Using complex statistical terminology

b)

Showing as much data as possible in one graph

c)

Clarity and ease of understanding

d)

Using advanced R functions

19.

In the context of Nicoll's Contextual Usability Framework, which quadrant focuses on particular instances, events, occasions, conditions, motivations, contexts and exigencies of users when they actually interact with a search engine?

a)

Use (Situational)

b)

Usability (Defined and Designed)

c)

Usage (Behavioural)

d)

Usefulness (Expected/Discovered Value)

20.

When presenting findings to Baidu's management, what should be the primary focus of your recommendations?

a)

Technical details of the R code

b)

Actionable insights that can improve business performance

c)

Complex statistical formulas

d)

Raw data tables

21.

What is the purpose of treating the project proposal as a 'living document'?

a)

To avoid making any changes to the initial plan, crystallising contingencies

b)

To continuously adapt the project focus and objectives as new insights and feedback arise or changes are made to hypothesis

c)

To increase the workload and getting subordinate workers to be more productive

d)

To confuse team members as part of a training programme for handling ambiguity

22.

What are summary or descriptive statistics, that subfield of statistics that deals with characterizing the features of known data, what are its main concerns?

a)

Used to analyze data points recorded at regular time intervals.

b)

Providing a straightforward and concise overview of the data, enabling researchers or analysts to gain insights and understand patterns, trends, and distributions within the dataset.

c)

Draw conclusions about the population using samples

d)

Describe variability among observed, correlated variables in terms of a potentially lower number of unobserved variables called factors

23.

Which of the following is a crucial step in data preparation?

a)

Running regression analysis

b)

Creating visualizations

c)

Handling missing values

d)

Writing the final report

24.

What is the purpose of creating a data dictionary?

a)

To list all R functions used in the analysis

b)

To explain categorical variables and their relevance

c)

To calculate descriptive statistics

d)

To create visualizations

25.

When converting data types, which of the following is most likely to be changed?

a)

Numerical variables to categorical

b)

Dates to numerical format

c)

Boolean values to text

d)

Text to numerical format

26.

Which R package is primarily used for data manipulation in the Tidyverse?

a)

ggplot2

b)

dplyr

c)

tidyr

d)

stringr

27.

In the context of Nicoll's Contextual Usability Framework, which quadrant focuses on patterns of use, patterns of interaction such as repeat searches and search habits?

a)

Use (Situational)

b)

Usability (Defined and Designed)

c)

Usage (Behavioural)

d)

Usefulness (Expected/Discovered Value)

28.

Which type of plot is most suitable for comparing distributions across different groups?

a)

Scatter plot

b)

Bar chart

c)

Box plot

d)

Line graph

29.

When comparing the frequency of query types across different age groups, which statistical test would be most appropriate?

a)

T-test

b)

ANOVA

c)

Chi-square test

d)

Linear regression

30.

What does a correlation coefficient of 0.8 between response time and relevance score indicate?

a)

A weak negative relationship

b)

A strong positive relationship

c)

No relationship

d)

A perfect relationship

31.

Which of the following is NOT a measure of central tendency?

a)

Mean

b)

Median

c)

Mode

d)

Standard deviation

32.

Which type of plot is best for showing the relationship between two continuous variables?

a)

Bar chart

b)

Pie chart

c)

Scatter plot

d)

Box plot

33.

When creating a time series plot of search volume, what should be on the x-axis?

a)

Search volume

b)

Query type

c)

Time (e.g., hours, days, or weeks)

d)

User age

34.

Which ggplot2 function is used to create a histogram?

a)

geom_bar()

b)

geom_histogram()

c)

geom_boxplot()

d)

geom_point()

35.

In Nicoll's Contextual Usability Framework, which quadrant is most concerned with how difficult or easy, how frustrating or how convenient, it is to find relevant information through search when you want to?

a)

Use (Situational)

b)

Usability (Defined and Designed)

c)

Usage (Behavioural)

d)

Usefulness (Expected/Discovered Value)

36.

When presenting findings to Baidu's management, what should be the primary focus of your recommendations?

a)

Technical details of the R code

b)

Complex statistical formulas

c)

Actionable insights that can improve business performance

d)

Raw data tables

37.

What is the purpose of treating the project proposal as a 'living document'?

a)

To avoid making any changes to the initial plan

b)

To continuously adapt the project based on new insights and feedback

c)

To increase the workload

d)

To confuse team members

38.

How often should the team update the project documentation?

a)

Only at the beginning of the project

b)

Only at the end of the project

c)

Regularly throughout the project lifecycle

d)

Never

39.

What is the recommended approach for task allocation in the group project?

a)

The group leader does all the work

b)

Tasks are randomly assigned

c)

The group leader coordinates work ensuring everyone contributes

d)

Only the most skilled member performs all tasks

40.

What is the purpose of performing hypothesis testing?

a)

To prove a theory with absolute certainty

b)

To assess the likelihood of an observed result occurring by chance

c)

To create complex visualizations

d)

To clean the dataset

41.

Which of the following is a common mistake to avoid when interpreting hypothesis tests?

a)

Sampling bias

b)

Type I and Type II errors

c)

Using the wrong statistical test

d)

ALL of these answers

42.

When would you use a Z-test instead of a T-test?

a)

When treating "not rejecting" as "proving" the hypothesis

b)

When the population variance is known and the sample size is large (n > 30).

c)

  • Only when the population variance is unknown or the sample size is small (n > 30)

d)

When the focus is only on the p-value

43.

What does a p-value of 0.01 in a hypothesis test indicate?

a)

The null hypothesis is definitely true

b)

The alternative hypothesis is definitely true

c)

There's very strong evidence against the null hypothesis

d)

The test was inconclusive

44.

Which of the following best describes Baidu's business context?

a)

A social media platform

b)

China's leading search engine

c)

An e-commerce website

d)

A video streaming service

45.

Why do Business Analysts analyze search user log data?

a)

To increase the company's stock price

b)

To develop understanding of user behaviour and so adjust and improve search engine performance

c)

To spy on users' personal information

d)

To create marketing campaigns

46.

Which of the following is NOT a typical research question for analyzing search engine data?

a)

How do search patterns differ across age groups?

b)

What are the most common query categories?

c)

How does query complexity relate to user engagement metrics?

d)

What is the favorite color of Baidu's CEO?

47.

Whether to use ANOVA or a t-test largely hinges on the study’s design, the number of groups involved, and the specific characteristics of the data. When would you use ANOVA in favour of a T-test?

a)

When there is only one categorical variable

b)

When there are three or more groups to compare

c)

When comparing the means of two distinct group

d)

When comparing medians of 3 or more distinct groups

48.

What is true of statistical regression?

a)

All of the other answers

b)

  • Regression is a statistical technique that relates a dependent variable to one or more independent variables.

c)

  • For regression results to be properly interpreted, several assumptions about the data and the model itself must hold.

d)

It essentially determines a best-fit line and seeing how the data is dispersed around this line.

49.

Which one of the following is not important in Regression Analysis

a)

  • Clearly articulating the dependent and independent variables.

b)

  • Collecting relevant data and ensure it is clean, consistent, and free from outliers or errors.

c)

When comparing mean differences across multiple groups and assessing the effects of one or more independent variables on a single dependent variable.

d)

  • Select the method based on the nature of the dependent variable and the relationship, such as logistic regression for binary outcomes and linear regression for continuous outcomes.

50.

Which one IS NOT a Limitation of Regression Analysis?

a)

  1. Assumption Dependence: Assumes linearity, normality, and independence, which may not always hold.

b)

  1. Overfitting: Models with too many predictors can fit the training data too well but fail to generalize.

c)

  1. Quantifies Relationships: Measures the strength and direction of variable interactions.

d)

  1. Causation Misinterpretation: Correlation does not imply causation; external factors might influence results.

51.

Which of the following IS NOT one of the main advantages of Regression Analysis?

a)

Data Sensitivity: Outliers and multicollinearity can distort results.

b)
  1. Predictive Power: Forecast outcomes and trends effectively.

c)
  1. Supports Decision-Making: Provides data-driven insights for strategic planning.

d)
  1. Quantifies Relationships: Measures the strength and direction of variable interactions.

52.

What principle should be applied when explaining findings to keep them as simple as possible?

a)

Einstein's Relativity

b)

Newton's Laws

c)

Occam's Razor

d)

Pythagoras' Theorem

53.

Which framework is recommended for enhancing the data story-telling, deriving data insights and enhancing meaning in data from the user perspective?

a)

SWOT analysis

b)

Porter's Five Forces

c)

Contextual usability

d)

PESTEL analysis

54.

What should the storytelling framework in the final report include?

a)

A fictional narrative about Baidu's history

b)

Personal anecdotes from team members

c)

A clear problem statement, methodology justification, key findings, and business implications

d)

Detailed technical specifications of Baidu's search algorithm

55.

Which of the following best describes the purpose of this project in relation to the course?

a)

To memorize R functions

b)

To develop and showcase R programming skills, data visualization abilities, and application of basic statistical concepts

c)

To learn about Baidu's corporate structure

d)

To practice public speaking skills

56.

What type of experience does this project aim to provide?

a)

A theoretical understanding of search engines

b)

A realistic and practical experience of what kind of work happens in business analytics

c)

An opportunity to learn Chinese

d)

A chance to develop marketing strategies

57.

Which of the following is NOT a key task in the Exploratory Data Analysis stage?

a)

Generate summary statistics using R

b)

Create initial visualizations with ggplot2

c)

Write the final report

d)

Identify patterns in the data

58.

What should be done if the team's findings contradict their initial hypotheses?

a)

Ignore the contradictory findings

b)

Manipulate the data to fit the hypotheses

c)

Document the changes and present them clearly with their rationale

d)

Abandon the project entirely

59.

Which of the following best describes the nature of the business analytics process as presented in the project brief?

a)

Linear and predictable

b)

Cyclic and iterative

c)

Random and chaotic

d)

Static and unchanging

60.

What is the primary goal of analyzing search patterns across different times of day and cities?

a)

To determine the best time to schedule team meetings

b)

To understand how usage -user behavior - varies by time and location

c)

To decide where to build new Baidu offices

d)

To set working hours for Baidu employees

61.

Which of the following is a key aspect of evaluating search engine performance?

a)

Examining factors influencing click-through rates

b)

Analyzing employee satisfaction at Baidu

c)

Studying competitors' marketing strategies

d)

Reviewing Baidu's financial statements

62.

What is the purpose of analyzing how current events affect search behavior?

a)

To predict future stock market trends

b)

To understand the impact of real-world events on user queries

c)

To decide which news stories Baidu should report

d)

To influence public opinion on current events

63.

How does creativity play a role in choosing which variables to explore during the EDA process?

a)

It has no role; variable selection is purely scientific

b)

It helps analysts identify unexpected relationships between variables

c)

It replaces the need for statistical analysis

d)

It only applies to visualization, not variable selection

64.

In what ways does intuition complement statistical rigor when interpreting patterns in data visualizations?

a)

Intuition replaces the need for statistical analysis

b)

It helps guide further statistical inquiries based on visual patterns

c)

Intuition and statistical rigor are mutually exclusive

d)

It only applies to qualitative data, not quantitative

65.

How do analysts balance the need for scientific objectivity with the art of storytelling when presenting insights to non-technical stakeholders?

a)

By focusing solely on statistical results

b)

By ignoring scientific objectivity in favor of storytelling

c)

By using storytelling techniques to make objective findings more accessible and engaging

d)

By presenting raw data without interpretation

66.

How does the iterative nature of EDA reflect both scientific method and artistic refinement?

a)

It doesn't; EDA is purely scientific

b)

By allowing for hypothesis testing and creative exploration of data

c)

By replacing scientific method with artistic interpretation

d)

By focusing solely on data visualization

67.

In what ways does the selection of visualization types involve both artistic design principles and scientific communication of data?

a)

It doesn't; visualization is purely artistic

b)

By choosing visually appealing charts that accurately represent the data, and showcase observable tell-tale characteristics in their shape and size

c)

By ignoring data accuracy in favor of aesthetics

d)

By using only standard chart types regardless of data

68.

How do analysts artfully craft hypotheses while maintaining scientific validity in the business analytics process?

a)

By basing hypotheses solely on intuition

b)

By ignoring business context when forming hypotheses

c)

By creatively combining business insights with data-driven observations

d)

By avoiding hypothesis formation altogether

69.

How does the art of asking the right questions intersect with the science of data analysis in EDA?

a)

It doesn't; question formulation is separate from data analysis

b)

By guiding the analytical process towards meaningful insights

c)

By replacing data analysis with intuitive questioning

d)

By focusing only on questions that can be answered with available data

70.

In what ways does the creative interpretation of outliers or unexpected patterns in data complement statistical analysis?

a)

It replaces the need for statistical analysis of outliers

b)

By providing context and potential explanations for statistical anomalies

c)

By ignoring outliers in favor of the main trend

d)

By focusing solely on outliers and ignoring the overall data distribution

71.

How do analysts balance the art of simplification with the scientific need for accuracy when communicating complex findings?

a)

By presenting all data without simplification

b)

By oversimplifying to the point of inaccuracy

c)

By using appropriate levels of detail for different audiences while maintaining core accuracy

d)

By focusing solely on the most complex aspects of the analysis

72.

How does the process of feature engineering in data preparation blend creative insight with scientific methodology?

a)

It doesn't; feature engineering is purely scientific

b)

By creatively combining variables based on domain knowledge and validating through statistical methods

c)

By randomly creating new features without scientific basis

d)

By avoiding feature engineering to maintain data purity

73.

What is the primary purpose of exploratory data analysis (EDA)?

a)

To create complex machine learning models

b)

To clean and prepare data for analysis

c)

To summarize the main characteristics of a dataset

d)

To perform hypothesis testing

74.

Which of the following is a common method for handling missing data in a dataset?

a)

Deleting the entire dataset

b)

Filling missing values with the mean or median

c)

Ignoring the missing data

d)

Randomly assigning values to missing data

75.

What is the role of a p-value in statistical hypothesis testing?

a)

It provides a summary of the data distribution

b)

It determines the sample size needed for the test

c)

It indicates the strength of the evidence against the null hypothesis

d)

It measures the probability of the null hypothesis being true

76.

What is the primary purpose of using a boxplot in data analysis?

a)

To compare the means of different groups

b)

To visualize the frequency of data points

c)

To show the relationship between two categorical variables

d)

To display the distribution of data based on a five-number summary

77.

Which statistical test is most appropriate for determining if there is a significant difference in means between three or more independent groups?

a)

ANOVA

b)

Correlation analysis

c)

T-test

d)

Chi-square test

78.

What does a confidence interval represent in statistical analysis?

a)

The probability of making a Type I error

b)

The range within which the true population parameter is expected to lie with a certain level of confidence

c)

The likelihood of the null hypothesis being true

d)

The average value of a dataset

79.

Which statistical method is best suited for predicting a continuous outcome based on multiple predictor variables?

a)

Chi-square test

b)

ANOVA

c)

Linear regression

d)

Logistic regression

80.

What is the primary purpose of using a box plot in data analysis?

a)

To show the distribution of data and identify outliers

b)

To compare means of different groups

c)

To display the frequency of data points

d)

To illustrate the relationship between two variables

81.

Which of the following is NOT a common data visualization tool used in R?

a)

lattice

b)

matplotlib

c)

plotly

d)

ggplot2

82.

What is the primary goal of using a decision tree in data analysis?

a)

To perform complex mathematical calculations

b)

To classify data into distinct categories based on input features

c)

To visualize data trends over time

d)

To summarize data using central tendency measures

83.

Which statistical test is most appropriate for comparing the means of two independent groups?

a)

Chi-square test

b)

t-test

c)

ANOVA

d)

Regression analysis

84.

Which of the following is a key assumption of linear regression?

a)

Variables must be categorical

b)

Data must be heteroscedastic

c)

Data must be normally distributed

d)

There must be multicollinearity

85.

Which of the following is NOT a common method for visualizing categorical data?

a)

Bar chart

b)

Line plot

c)

Pie chart

d)

Histogram

86.

Which R function is used to calculate the mean of a numeric vector?

a)

sum()

b)

mode()

c)

mean()

d)

median()

87.

What is the primary purpose of using a scatter plot in data analysis?

a)

To compare the means of two groups

b)

To show the distribution of a single variable

c)

To visualize the relationship between two continuous variables

d)

To display the frequency of categorical data

88.

What is the primary benefit of using a data visualization tool like ggplot2 in R?

a)

To perform complex statistical tests

b)

To create interactive web applications

c)

To generate clear and informative visual representations of data

d)

To automate data cleaning processes

89.

Which of the following is a key consideration when selecting a statistical test for data analysis?

a)

The sample size and distribution of the data

b)

The brand of software used

c)

The time of day the analysis is performed

d)

The color scheme of the output

90.

What is the main purpose of conducting a literature review in a research project?

a)

To prove the researcher's hypothesis

b)

To summarize existing knowledge and identify research gaps

c)

To increase the length of the research paper

d)

To find errors in previous studies

91.

Which R function is used to perform linear regression analysis?

a)

glm()

b)

lm()

c)

t.test()

d)

anova()

92.

What is the best practice for handling missing data in a dataset before analysis?

a)

Delete the entire dataset

b)

Use imputation methods

c)

Replace with zeros

d)

Ignore the missing data

93.

Which visualization technique is most effective for comparing the proportions of different categories?

a)

Line plot

b)

Pie chart

c)

Scatter plot

d)

Histogram

94.

What is the primary goal of data preprocessing in data analysis?

a)

To increase the size of the dataset

b)

To visualize data trends

c)

To create complex models

d)

To ensure data is clean and ready for analysis

95.

Which R function is used to calculate the mean of a numeric vector?

a)

mode()

b)

mean()

c)

median()

d)

sum()

96.

What is the primary purpose of using a boxplot in data analysis?

a)

To compare two categorical variables

b)

To show the distribution of data and identify outliers

c)

To visualize the correlation between variables

d)

To display the frequency of data points

97.

Which statistical test is appropriate for comparing the means of two independent groups?

a)

Regression analysis

b)

T-test

c)

ANOVA

d)

Chi-square test

98.

What is the primary goal of conducting a hypothesis test?

a)

To calculate the mean of the sample data

b)

To prove the null hypothesis

c)

To determine the probability of a Type III error

d)

To assess the evidence against the null hypothesis

99.

Which statistical test is most appropriate for comparing the means of two independent groups?

a)

T-test

b)

ANOVA

c)

Chi-square test

d)

Correlation analysis

100.

What is the significance of a confidence interval in statistical analysis?

a)

It indicates the probability of a Type I error

b)

It determines the sample size needed for the study

c)

It measures the central tendency of the data

d)

It provides a range of values that is likely to contain the population parameter