New ! Computer Science MCQ Practise Tests



12th Standard Computer Science Data Visualization Using Pyplot English Medium Free Online Test One Mark Questions with Answer Key 2020 - 2021

12th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 00:10:00 Hrs
Total Marks : 10

    Answer all the questions

    10 x 1 = 10
  1. Identify the package manager for Python packages, or modules.

    (a)

    Matplotlib

    (b)

    PIP

    (c)

    plt.show()

    (d)

    python package

  2. Observe the output figure. Identify the coding for obtaining this output.

    (a)

    import matplotlib.pyplot as plt
    plt.plot([1,2,3],[4,5,1])
    plt.show()

    (b)

    import matplotlib.pyplot as plt
    plt.plot([1,2],[4,5])
    plt.show()

    (c)

    import matplotlib.pyplot as plt
    plt.plot([2,3],[5,1])
    plt.show()

    (d)

    import matplotlib.pyplot as plt
    plt.plot([1,3],[4,1])
    plt.show()

  3. Which key is used to run the module?

    (a)

    F6

    (b)

    F4

    (c)

    F3

    (d)

    F5

  4. The numerical data is encoded using

    (a)

    dots

    (b)

    lines

    (c)

    bars

    (d)

    all of these

  5. Which type of charts displays information as series of data points?

    (a)

    Bar

    (b)

    Pie

    (c)

    Line

    (d)

    Histogram

  6. Which type of chart shows the relationship between a numerical variable and categorical variable?

    (a)

    line

    (b)

    bar

    (c)

    pie

    (d)

    x-y plot

  7. Which of the following plot we cannot rearrange the blocks from highest to lowest?

    (a)

    Line

    (b)

    Bar chart

    (c)

    Pie chart

    (d)

    Histogram

  8. In which plot the width of the bars mayor may not be same?

    (a)

    Histogram

    (b)

    Pie chat

    (c)

    Bar chat

    (d)

    Line

  9. Which parameter used to display ( ) the percentage value using Python string formatting in pie chart?

    (a)

    percent

    (b)

    autopct

    (c)

    pet

    (d)

    percentage

  10. ________ and ______  are the two ways to display data in the form of diagram.

    (a)

    Line chart, Pie chart

    (b)

    Line chart, Bar chart

    (c)

    Bar Graph, Histogram

    (d)

    Line chart, Histogram

*****************************************

Reviews & Comments about 12th Standard Computer Science Data Visualization Using Pyplot English Medium Free Online Test One Mark Questions with Answer Key 2020 - 2021

Write your Comment