Unit 8, Section A Quiz
-
Question 1:
Which characteristic of large data sets refers to the speed at which data is generated and collected?
- Volume
- Variety
- Velocity
- Veracity
-
Question 2:
What is the purpose of data aggregation in the analysis of large data sets?
- To identify and remove duplicate entries
- To summarize data and identify overall trends and patterns
- To visualize data using charts and graphs
- To replace missing values with estimates
-
Question 3:
Which technique involves grouping similar data points together based on shared characteristics?
- Data Filtering
- Cluster Analysis
- Regression Analysis
- Data Aggregation
-
Question 4:
What is the main goal of data cleaning and preparation?
- To improve data quality and ensure it is ready for analysis
- To visualize data in graphical formats
- To calculate descriptive statistics such as mean and median
- To create machine learning models for prediction
-
Question 5:
Which of the following is a common issue encountered in raw data?
- High resolution
- Consistent formatting
- Low volume
- Missing values
-
Question 6:
What is the purpose of Principal Component Analysis (PCA)?
- To standardize data for analysis
- To classify observations into predefined categories
- To identify outliers and anomalies in data
- To reduce the dimensionality of data while preserving variance
-
Question 7:
Which of the following is a key Python library used for data manipulation and analysis?
- ggplot2
- dplyr
- Pandas
- caret
-
Question 8:
In multivariate data analysis, what is the purpose of factor analysis?
- To reduce the number of variables while retaining variance
- To classify data points into different clusters
- To create visualizations for data exploration
- To identify underlying factors that explain correlations among variables
-
Question 9:
Which of the following is a benefit of using R and Python for data analysis?
- Limited support for data visualization
- Closed-source development and proprietary libraries
- Versatility and wide range of libraries for various tasks
- Lack of active user communities and resources
-
Question 10:
What is the role of descriptive statistics in data analysis?
- To summarize data using measures of central tendency and variability
- To make predictions based on data
- To clean and prepare data for analysis
- To visualize complex data using interactive tools