top of page
Python MCQs: Data Visualization
This quiz consists of 20 questions and it is carefully designed to help you self-assess your comprehension of the information presented on the topic Python Pandas: Data Visualization
Topics: Python MCQ
1.Basics of Python-1
2.Basics of Python-2
3.Data types and
Identifiers in Python-1
4.Data types and
Identifiers in Python-2
5.Operators in Python-1
6.Operators in Python-2
7.Operators in Python-3
8.Operators in Python-4
9.If Else Statement-1
10.If Else Statement-2
11.for and while Loop in Python-1
12.for and while Loop in Python-2
13.Break, Continue and Pass Statement
14.Python Pandas: Series -1
15.Python Pandas: Series -2
16.Python Pandas: Series -3
17.Python Pandas: Series -4
18.Python Pandas: Series -5
19.Python Pandas: Series -6
(MCQ on Assertion & Reasoning)
20.Python Pandas: Series -7
21.Python Pandas: Series -8
22.Pandas: DataFrame-1
23.Pandas: DataFrame-2
24.Pandas: DataFrame-3
25.Pandas: DataFrame-4
26.Pandas: DataFrame-5
27.Pandas: DataFrame-6
28.Pandas: DataFrame-7
29.Pandas: DataFrame-8
30.Pandas: Data Visualization
-
Data Visualization - 1
-
Data Visualization - 2
-
Data Visualization - Case Study Based Questions
-
Case Study - 1
-
Case Study - 2
-
Case Study - 3
-
Case Study - 4
-
Case Study - 5
-
Topic: Data Visualization -3
You must answer all the questions before submitting
Welcome to Python Quiz
Your Score is
0/5
Case Study Based Questions: -I
​
Mr. Rakesh Malhotra wants to create a bar chart showing the sales of his company in 4 Quarters of the year 2010. The data of sales is given as follows :
SALES
Quarter 1: 200
Quarter 2: 150
Quarter 3: 300
Quarter 4: 900
He imported the required module as follows :
import matplotlib as plt #L1
He created a list storing data of all the quarters
yr2010=[200,150,300,900]
Help him in plotting the data properly.
Question:
Wrong answer
Correct answer
The correct answer is:
Heading 6
Question:
Heading 6
Wrong answer
The correct answer is:
Heading 6
Question:
Heading 6
Wrong answer
The correct answer is:
Heading 6
Question:
Heading 6
Wrong answer
The correct answer is:
Heading 6
Question:
Heading 6
Wrong answer
The correct answer is:
Heading 6
bottom of page