DAC Fundamentals of Data Analytics 1 — Questions and Answers
Question 1: What is the primary purpose of data analytics?
- To randomly store large amounts of data.
- To extract insights and support decision-making. (Correct answer)
- To replace human decision-making entirely.
- To encrypt sensitive data for security purposes.
Correct answer: To extract insights and support decision-making.
Data analytics is the systematic process of examining raw data to discover meaningful patterns, correlations, and insights. Its primary purpose is to transform data into actionable information, enabling businesses and organizations to make more informed, data-driven decisions and improve various aspects of their operations and strategies.
Question 2: Which of the following best describes structured data?
- Data that lacks a defined format.
- Data organized in rows and columns. (Correct answer)
- Data stored only in cloud systems.
- Data exclusively generated from sensors.
Correct answer: Data organized in rows and columns.
Structured data refers to information that is highly organized and follows a predefined format, making it easily searchable and analyzable. It typically resides in relational databases or spreadsheets, where data elements are arranged in tables with rows and columns, each having a specific type and meaning, ensuring consistency and clarity.
Question 3: What is the first step in the data analytics process?
- Performing data visualization.
- Defining the problem or objective. (Correct answer)
- Generating machine learning models.
- Cleaning the dataset.
Correct answer: Defining the problem or objective.
Before diving into data collection or analysis, the crucial first step in any data analytics project is clearly defining the business problem or objective that needs to be addressed. This ensures that all subsequent efforts—from data gathering to visualization—are focused, relevant, and aligned with achieving a specific, measurable goal.
Question 4: Which type of analytics predicts future trends based on historical data?
- Descriptive analytics.
- Predictive analytics. (Correct answer)
- Diagnostic analytics.
- Prescriptive analytics.
Correct answer: Predictive analytics.
Predictive analytics is a type of data analytics that uses historical data, statistical algorithms, and machine learning techniques to identify the likelihood of future outcomes or trends. It aims to forecast what might happen next, enabling proactive decision-making, risk assessment, and strategic planning based on anticipated events.
Question 5: What is a key characteristic of big data?
- Data that is always structured.
- High volume, velocity, and variety. (Correct answer)
- Data that only exists in spreadsheets.
- Data stored in a single location.
Correct answer: High volume, velocity, and variety.
Big data is characterized by the 'Three Vs': Volume, Velocity, and Variety. Volume refers to the immense amount of data generated, Velocity to the speed at which data is generated and processed, and Variety to the diverse types and formats of data. These characteristics present unique challenges and opportunities for storage, processing, and analysis.
Question 6: Which programming language is widely used for data analysis?
- HTML
- Python (Correct answer)
- C++
- Swift
Correct answer: Python
Python is widely recognized as a leading programming language for data analysis due to its extensive ecosystem of libraries. Libraries like Pandas, NumPy, SciPy, and Scikit-learn provide powerful tools for data manipulation, statistical analysis, machine learning, and visualization. Its readability and versatility make it a preferred choice for data professionals.
What is the primary purpose of data analytics?