Questions

M.C.Q

🎯

Test yourself on this topic

11 questions · timed · auto-graded

MCQ 21 Mark
Which of the following is not used with pie diagram:
  • A
    explode
  • B
    autopct
  • C
    strangle
  • None
Answer
Correct option: D.
None
View full question & answer
MCQ 31 Mark
Choose the right answer for the given fill ups in the program:

  • A
    Subplot and Title
  • B
    Title and Blue
  • Title and green
  • D
    Pie and title
Answer
Correct option: C.
Title and green
View full question & answer
MCQ 41 Mark
Choose the right answer for the given fill ups in the program:
  • A
    show and plot
  • plot and show
  • C
    plot and display
  • D
    display and show
Answer
Correct option: B.
plot and show
View full question & answer
MCQ 51 Mark
Which type of chart we cannot make using pyplot library:
  • A
    Bar
  • Text
  • C
    Sub Plot
  • D
    Pie
Answer
Correct option: B.
Text
View full question & answer
MCQ 61 Mark
Which of the following plots are often used for checking randomness in time series?
  • A
    Auto causation
  • B
    Auto rank
  • Autocorrelation
  • D
    None of these
Answer
Correct option: C.
Autocorrelation
View full question & answer
MCQ 71 Mark
Point out the wrong combination with regards to kind keyword for graph plotting:
  • A
    'scatter' for scatter plots
  •  'kde' for hexagonal bin plots
  • C
    'pie' for pie plots
  • D
    none of these
Answer
Correct option: B.
 'kde' for hexagonal bin plots
View full question & answer
MCQ 81 Mark
You can create a scatter plot matrix using the $........$ method in pandas.tools.plotting.
  • A
    sca_matrix
  • scatter_matrix
  • C
    DataFrame.plot
  • D
    all of these
Answer
Correct option: B.
scatter_matrix
View full question & answer
MCQ 91 Mark
Which of the following value is provided by kind keyword for barplot?
  • barh
  • B
    kde
  • C
    hexbin
  • D
    none of these
Answer
Correct option: A.
barh
View full question & answer
MCQ 101 Mark
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
  • all of these
Answer
Correct option: D.
all of these
View full question & answer
MCQ 111 Mark
The plot method on Series and DataFrame is just a simple wrapper around :
  • A
    gplt.plot()
  • plt.plot()
  • C
    plt.plotgraph()
  • D
    none of the above
Answer
Correct option: B.
plt.plot()
B
View full question & answer
M.C.Q - Computer Science STD 12 Humanities Questions - Vidyadip