Sal Engineering & Technical Institute
CE, IT, CSE & ICT Department
Introduction to Data Science
(DAS-01- 114AT01)
Question Bank
Year: 2023-2024
Prepared By:
Dr. Ajay Upadhyaya
Prof. Madhuri Parekh
Prepared by: Dr.Ajay Upadhyaya, Prof. Madhuri Parekh, DAS-01
Page 1
Topic Marks CO
Module-1
1. Define: data, information, data science, big data, machine learning. Or 4,7 CO-1
different category of data.
2. List Machine Learning Algorithms and explain any two in brief. 3 CO-1
3. Discuss pyramid of analytics with diagram. 3 CO-1
4. Explain Business Analytics ,Predictive Analytics & Prescriptive Analytics in 4 CO-1
detail. (S-2023)
Or
What is the process of data analytics? Explain each step in detail.(S-2023)
5. Explain Challenges in Data-Driven Decision Making in Business Analytics. 7 CO-1
6. Explain Big Data Analytics and Web and Social Media Analytics in detail. 7 CO-1
7. Define Following Terms:(S-2023) 3 CO-1
1. Entropy
2. Information Gain
3. Population
8. Explain Data Types and Scales in Descriptive Analytics. 3 CO-1
9. Explain Percentile, Decile and Quartile in Detail. 7 CO-1
10. Explain Skewness and Kurtosis in Detail. 7,4 CO-1
Or
Explain significance of Histogram, Skewness and Kurtosis in data
analytics. (S-2023)
11. Explain Accuracy, Precision , Recall, F1-Score using following Confusion 7 CO-1
Matrix
Logistic Regression Predicate Class Predicate Class
N=100 False(0) True(1)
Actual False(0) 30 20
True (1) 10 40
12. A cancer detection dataset is used for building classification model and model 3 CO-1
performs at accuracy of 95 percent. Is this a good model to deploy in real
world usage
13. Why Python is used for Data science? (S-2023) 3 CO-1
14. Data science is used in which different sectors? Explain in brief(S-2023) 4 CO-1
15. Write a Python Program for checking whether the given number is odd or even. 3 CO-1
(S-2023)
16. Give a comparison between Numpy and Pandas. (S-2023) 4 CO-1
17. Write a Python program to do the following: 1) To create a list with six 7 CO-1
numbers. 2) To sum all the numbers in a list. 3) To get the largest number from
Prepared by: Dr.Ajay Upadhyaya, Prof. Madhuri Parekh, DAS-01
Page 2
a list. 4) To find the second largest number from a list. (S-2023)
18. Write a Python program to check whether a string is a palindrome or not. (S- 3 CO-1
2023)
Module-2
19. Explain EDA(S-2023) 4,7 CO-1,2
20. Explain EDA-Quantitative technique? (S-2023) CO-1,2
21. EDA- Graphical Technique, Data Analytics Conclusion and Predictions. (S- 3 CO-1,2
2023)
22. Explain Knowledge Check CO-1,2
23. Differentiate quantitative data and qualitative data with an example. (S-2023) 3 CO-1,2
24. Explain any one Python bitwise operator with an example. (S-2023) 4 CO-1,2
Module-3
25. Explain Feature Generation and Feature Selection.(S-2023) 4 CO-2
26. Feature Selection algorithms. (S-2023) 7 CO-2
Module-4 CO-2
27. Explain Data Visualization- Basic ideas and tools for data visualization, (S- 3 CO-2
2023)
28. Write a Python program to create and print a Numpy 2D and 3D array. (S- 4 CO-2
2023)
29. Write a Python program to print a dictionary where the keys are numbers 7 CO-2
between 1 and 5 (both included) and the values are the squares of the keys.
Sample Dictionary :- {1: 1, 2: 4, 3: 9, 4: 16, 5: 25}(S-2023)
30. Write a Python program to generate a 1-D array containing 100 values, where 4 CO-2
each value has to be 10, 20, 50 or 75. The probability for the value to be 10 is
set to be 0.4 The probability for the value to be 20 is set to be 0.2 The
probability for the value to be 50 is set to be 0.1 The probability for the value to
be 75 is set to be 0.3(S-2023)
31. What is DataFrame in Panda? (S-2023) 3 CO-2
32. Write a Python program to draw a line in a diagram from position (10, 10) to 4 CO-2
position (250, 250) using Matplotlib. (S-2023)
33. Explain Data Visualization with basic ideas and tools used for data 7 CO-2
visualization(S-2023)
Module-5
34. Explain Applications of Data Science. (S-2023) CO-3
35. Explain Data Science and Ethical Issues- Discussions on privacy,security. (S- 3 CO-3
2023)
36. Write a Python program to create a filter array. (S-2023) 3 CO-3
37. Explain Data science with different ethical issues in detail. (S-2023) 7 CO-3
38. Discuss the use of Data science in the agricultural field. (S-2023) 4 CO-3
Prepared by: Dr.Ajay Upadhyaya, Prof. Madhuri Parekh, DAS-01
Page 3