CUET-UG SERIES Informatics-practices
Plotting Data Using Matplotlib
3 previous year questions.
Volume: 3 Ques
Yield: Medium
High-Yield Trend
3
2023 Chapter Questions 3 MCQs
01
PYQ 2023
medium
informatics-practices ID: cuet-ug-
In data processing cycle after generating output, data is summarized using some statistical techniques. Choose the technique that is not used for Data summarization from the options given below
(A) Mean
(B) Matplotlib
(C) Mode
(D) Rank
(E) Numpy
Choose the correct answer from the options given below :
(A) Mean
(B) Matplotlib
(C) Mode
(D) Rank
(E) Numpy
Choose the correct answer from the options given below :
1
(A) and (C) only
2
(B) and (E) only
3
(C) and (D) only
4
(A) and (D) only
02
PYQ 2023
medium
informatics-practices ID: cuet-ug-
Arrange the following statements to create a bar chart:
(A) import matplotlib.pyplot as plt
(B) y=[50, 60, 70] (C) plt.plot(x, y) plt.show()
(D) plt.bar(x, y) plt.show()
(E) x=['Mon', 'Tue', 'Wed']
Choose the correct answer from the options given below:
(A) import matplotlib.pyplot as plt
(B) y=[50, 60, 70] (C) plt.plot(x, y) plt.show()
(D) plt.bar(x, y) plt.show()
(E) x=['Mon', 'Tue', 'Wed']
Choose the correct answer from the options given below:
1
(A), (E), (B), (D)
2
(A), (E), (B), (C)
3
(A), (B), (C), (D)
4
(A), (B), (E), (C)
03
PYQ 2023
medium
informatics-practices ID: cuet-ug-
Study the statements linked to the plotting graph using matplotlib.
(A) plot() function is used to create a line chart
(B) show() function display graph on screen
(C) x label() is used to given label for x axis
(D) y axis() is used to give label for y axis
(E) matplotlib.pyplot library is to be imported for graphs
Choose the correct answer from the options given below :
(A) plot() function is used to create a line chart
(B) show() function display graph on screen
(C) x label() is used to given label for x axis
(D) y axis() is used to give label for y axis
(E) matplotlib.pyplot library is to be imported for graphs
Choose the correct answer from the options given below :
1
(A), (B), (C), (D) and (E)
2
(A), (B), (C) and (D)
3
(A), (B), (D) and (E)
4
(A), (B), (C) and (E)