MCQOPTIONS
Saved Bookmarks
This section includes 8 Mcqs, each offering curated multiple-choice questions to sharpen your Data Science knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Andrews curves allow one to plot multivariate data. |
| A. | True |
| B. | False |
| Answer» B. False | |
| 2. |
__________ plots are used to visually assess the uncertainty of a statistic. |
| A. | Lag |
| B. | RadViz |
| C. | Bootstrap |
| D. | None of the mentioned |
| Answer» D. None of the mentioned | |
| 3. |
Which of the following plots are often used for checking randomness in time series? |
| A. | Autocausation |
| B. | Autorank |
| C. | Autocorrelation |
| D. | None of the mentioned |
| Answer» D. None of the mentioned | |
| 4. |
Which of the following plots are used to check if a data set or time series is random? |
| A. | Lag |
| B. | Random |
| C. | Lead |
| D. | None of the mentioned |
| Answer» B. Random | |
| 5. |
Point out the wrong combination with regards to kind keyword for graph plotting. |
| A. | scatter for scatter plots |
| B. | kde for hexagonal bin plots |
| C. | pie for pie plots |
| D. | none of the mentioned |
| Answer» C. pie for pie plots | |
| 6. |
Which of the following value is provided by kind keyword for barplot? |
| A. | bar |
| B. | kde |
| C. | hexbin |
| D. | none of the mentioned |
| Answer» B. kde | |
| 7. |
Point out the correct combination with regards to kind keyword for graph plotting. |
| A. | hist for histogram |
| B. | box for boxplot |
| C. | area for area plots |
| D. | all of the mentioned |
| Answer» E. | |
| 8. |
The plot method on Series and DataFrame is just a simple wrapper around ____________ |
| A. | gplt.plot() |
| B. | plt.plot() |
| C. | plt.plotgraph() |
| D. | none of the mentioned |
| Answer» C. plt.plotgraph() | |