Data Analysis Foundations with PythonChapter 31
Multiple Choice Questions
Section 2 of 3-~ 12 min read-Synced from Cuantum content
- Which of the following sectors does NOT typically employ data analysis?
- - a) Healthcare
- b) Finance
- c) Fast-food
- d) Marketing
- What makes Python suitable for data analysis?
- - a) Readability
- b) Rich Libraries
- c) Community Support
- d) All of the above
- Which Python library is commonly used for data manipulation and analysis?
- - a) TensorFlow
- b) Pandas
- c) PyTorch
- d) Matplotlib
- What is the first stage in the data analysis process?
- - a) Data Cleaning
- b) Model Evaluation
- c) Data Collection
- d) Problem Definition
- What is the term for a model that performs well on the training data but poorly on unseen data?
- - a) Underfitting
- b) Overfitting
- c) Just right fitting
- d) No fitting