0% found this document useful (0 votes)
9 views3 pages

Data Analysis Concepts and Techniques

The document contains a series of multiple-choice questions related to data science concepts, including data visualization, regression analysis, and data types. It covers topics such as Ordinary Least Squares, data integration, outlier identification, and the definitions of primary and secondary data. Additionally, it addresses statistical terms and methods used in data analysis and machine learning.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views3 pages

Data Analysis Concepts and Techniques

The document contains a series of multiple-choice questions related to data science concepts, including data visualization, regression analysis, and data types. It covers topics such as Ordinary Least Squares, data integration, outlier identification, and the definitions of primary and secondary data. Additionally, it addresses statistical terms and methods used in data analysis and machine learning.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

1.

aims to communicate data clearly and effectively through


graphical representation.
a) Data visualization b) Data Presentation
c) Both a&b d) None of the above
2. OLS stands for
a) Order Least Squares b) Ordinary Least Sum
c) Ordinary Least Squares d) Order Least Sum
3. Combines data from multiple sources into a coherent store
(a) Data integration (b) Data cleaning
(c) Data reduction (d) None of the above
4. Identifying outliers and smooth out noisy data is comes under
(a) Data transformation (b) Data cleaning
(c) Data reduction (d) None of the above
5. The below is an example for type of data .
Height and Sales
a)Categorical b)Continues
c)Logistic d)Nominal
6. Data is collected from the source of the origin
a)Secondary b)Primary
c)External d)Internal
8. X= c(1,3,5,2,9,NA,7,10) then mean(X) is
a) 5.2 b)4.6
c)NA d)5
9. data can be broken down into nominal and ordinal values.
a) Categorical data b)Numerical data
c)Logical data d)Binary data

10. The below is an example for type of data.


What is your educational qualification?
 Elementary
 High school
 Undergraduate
 Graduate
a) Nominal data b)Ordinal data
c)Numerical data d)Continues data
11. data can be broken down into Continues and Discrete values.
a)Categorical data b)Numerical data
c)Logical data d)Binary data
12. PMM stands for .
a) Predictive Missing Method b) Predictive Mean Matching
c) Predictive Mean Method d) Predictive Matching of Missing
13. What does a simple linear regression analysis examine?
a) The relationship between only two variables one is dependant and other
is independent
b) The relationship between one dependent and three independent variable
c) The relationship between many variables
d) The relationship between two dependent and one independent variable
14. is a measure of variability, based on dividing a data set into
quartiles.( The interquartile range (IQR))
15. function calculates the frequencies of the missing data
patterns.( [Link]())
16. Correlation coefficient = 1 indicates a linear relationship.
(perfect positive linear)
17. regression is a regression model that estimates the
relationship between one independent variable and one dependent variable using a
straight line. (Simple linear regression)
18. X= c(1,2,NA,3) then mean(X, [Link]=TRUE) = (2)
19. estimates the parameters in a regression model by minimizing
the sum of the squared residuals. (LEAST SQUARES METHOD)
20. is defined as variance of residual is the same for any value of
X.( Homoscedasticity)
21. In Regression the target variable has only two possible
outcomes. (Binary Logistic)
22. is a set of standards which are composed of certain policies,
rules, models. (Data architecture design)
23. Multinomial Logistic Regression deals with situations where the response variable
can have possible values. (two)
24. Point out the correct statement.
a) Raw data is original source of data
b) Preprocessed data is original source of data
c) Raw data is the data obtained after processing steps
d) None of the mentioned
25. Which of the following is one of the key data science skills?
a) Statistics b) Machine Learning
c) Data Visualization d) All of the mentioned
26. Which of the following focuses on the discovery of (previously) unknown properties
on the data?
a) Data mining b) Big Data
c) Data wrangling d) Machine Learning
27. A situation where the researcher collects and analyses the data is associated with
secondary data analysis.
a) True b)False
28. Observations, interviews and questionnaires are ways to collect primary data.
a) True b)False
29. Linear Regression is a supervised machine learning algorithm.
a) True b) False
30. Which of the following methods do we use to find the best fit line for data in Linear
Regression?
a) Least Square Error b) Maximum Likelihood
c) Logarithmic Loss d) Both A and B

31. What is the meaning of the term "heteroscedasticity"?


a) The variance of the errors is not constant
b) The variance of the dependent variable is not constant
c) The errors are not linearly independent of one another
d) The errors have non-zero mean
32. Data originally collected in the process of investigation are known as
a. Foreign Data b. Primary Data c. Third Data d. Secondary Data
33. What is Secondary data?
a. Data collected in the process of investigation
b. None
c. Both
d. Data collected from some other agency
34. Which ONE of these is the best description of secondary data?
a) Ordinary data. b) Existing data. c) Omnibus data. d) Ordinal data
35. LSD stands for (Latin Square Design)
36. Representing only one Quantitative Response variable is called type
of regression. (Univariate)
37. RMSE stands for (Root Mean Square Error)
38. Any data that can be stored, accessed and processed in the form of fixed format
is termed as a data. (structured)
39. The value is a discrepancy between the actual and the predicted
value(residual)
40. Correlation coefficient = -1 indicates a relationship. (perfect negative
linear)

Common questions

Powered by AI

The significance of the correlation coefficient lies in its ability to measure the strength and direction of a linear relationship between two variables. Values range from -1 to 1, where 1 indicates a perfect positive relationship, -1 indicates a perfect negative relationship, and 0 indicates no linear relationship .

Simple linear regression is a statistical method that estimates the relationship between one independent variable and one dependent variable using a straight line. It is used in predictive modeling to forecast the value of the dependent variable based on the independent variable, assuming a linear relationship .

Categorical data differs from numerical data in that it represents discrete categories or groups, while numerical data represents quantifiable measurements that can be continuous or discrete. In research, categorical data is used to classify subjects into distinct groups (e.g., gender, education level), whereas numerical data is used for measures that require calculation, comparison, and statistical analysis (e.g., height, sales).

Data cleaning improves data quality by identifying and correcting errors, removing irrelevant data, and dealing with missing values to ensure accuracy, completeness, and consistency. Specific processes involved include outlier identification, noise smoothing, and standardization .

The role of Ordinary Least Squares (OLS) in statistical analysis is to estimate the parameters in a linear regression model by minimizing the sum of the squared residuals. This method provides the best linear unbiased estimators under the Gauss-Markov assumptions .

Primary data is preferred over secondary data in scenarios requiring specific, relevant information directly from the source, such as in customized or specific research questions. Advantages include higher data accuracy, reliability, and relevance to the specific study context as it is collected firsthand by researchers .

Heteroscedasticity affects regression analysis by causing inefficient estimates and invalid statistical tests due to the non-constant variance of error terms. Potential solutions include using robust standard errors, transforming variables, or applying weighted least squares regression to stabilize variance .

Data integration is important in data management because it combines data from multiple sources into a coherent data store, which helps ensure consistent data across systems. It addresses challenges such as data inconsistency, redundancy, and incompatibility, allowing for a unified view of data assets .

Structured data refers to data that is organized in a fixed format, such as databases with defined fields, whereas unstructured data lacks a predefined format, including text, images, and videos. This distinction is important in data processing because structured data is easier to search and analyze using traditional methods, while unstructured data requires advanced processing techniques like natural language processing and machine learning for effective analysis .

Data visualization contributes to data communication by presenting data in a graphical format, which makes complex data more accessible, understandable, and usable. Its primary functions are to communicate information clearly and effectively and to reveal patterns, trends, and correlations that might not be visible in text-based data .

You might also like