We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3
CBSE SAMPLE PAPER 24-25
SUBJECT : DATA SCIENCE
Q1. Answer the following Questions : (10 X 1 = 10marks) 1. Regression can be performed for which kind of variables? a. Continuous b. Discrete c. Categorical d. All of the above 2. Which of the following statement is false? a. Regression can be done for only two variables. b. Regression is a supervised learning technique. c. Regression can be done for categorical variables. d. None of the above 3. Which of the following are used for regression? a. K-NN b. Linear Regression c. Both of the above d. None of the above 4. The value of RSME is usually greater than the value of MAE a. True b. False 5. MEA considers the direction of the residuals a. True b. False 6. The equation for a _______________linear regression is of the form y=mx+b. 7. ________________ is the problem of predicting the value of the dependent variable. 8. Regression methods that do not have a linear function are called _____________regression models. 9. In the given figure, The red line is known as the _____________________________
10. The actual value of the RSME depends on the data and the degree of accuracy required – True / False
Q2. Answer the following Questions : (10 X 1 = 10marks)
11. Non-Linear Regression can be performed for which kind of variables: a) Continuous b) Discrete c) Categorical d) All of the above 12. Which of the following statement is false? a) The equation for Non-Linear Regression follows the equation of a line. b) The equation for Non-Linear Regression follows the equation of a curve. c) None of the above 13. Which of the following are used for regression? a) K-NN b) Linear Regression c) Both of the above d) None of the above 14. Non-linear regression is more flexible than linear regression. State True or False 15. The graph of linear regression follows the equation of a ______________ 16. The graph of _____________________follows the equation of a curve 17. Multiple linear regression (MLR) is a type of statistical analysis a. Univariate b. bivariate c, Multivariate d. None of the above 18. Which of the following is not used for regression ? a. K-NN b. Multiple regression c, Linear Regression d. Decision Tree 19. Non-Linear Regression is performed for : a. Continuous Variable b. Discrete Variable c. Categorical Variable d. All of the above. 20. Name the type of regression represented in the figure given below. Q3. Answer the following Questions : (10 X 1 = 10marks) 21. Which of the following are applications of unsupervised learning: a. Medical Imaging b. Anomaly detection c. News d. All of the above
22. What are some of the clustering techniques?
a. Partition based clustering b. Density-based clustering c. Both a and b d. None of the above
23. Unsupervised learning can be used for classification. a. True b. False
24. Unsupervised learning can help us find out irrelevant data.
a. True b. False
25. Unsupervised learning is done on unlabelled data sets. a. True b. False
26. Unsupervised learning needs human intervention.
a. True b. False 27. Unsupervised learning is a continuous process. a. True b. False 28. In K means clustering, the algorithm randomly selects _________, equal to the number of clusters that the user chooses.
29. Regression is the problem of predicting the value of the ______________variable.
30. What is line of best fit ? SECTION B: SUBJECTIVE TYPE QUESTIONS
II. Answer the following questions ( 7 x 2m = 14 marks )
31. What is Linear Regression ? 32. What is the application of root mean square deviation? . 33. List out the Examples of non-linear functions 34. What is the difference between multiple linear regression and non-linear regression? 35. List out some of the main clustering methods 36. What is clustering? 37. List out the difference between supervised and Unsupervised learning.
III . Answer the following questions : ( 4 x 4 = 16 marks)
38. Write a short note on Linear Regression 39. What are the steps for performing non-linear regression? 40. Explain the woking of k-means clustering algorithm. 41. List out the real-world applications of unsupervised learning and Explain any two.