Class 12 Informatics Practices
Data Handling Using Python Pandas – 1 (Set 1)
Multiple Choice Questions
Data Handling Using Pandas – I MCQs
Topics Covered : Introduction to Python Libraries & Series
1. _______________ contain a collection of built in modules that allow us to perform many actions without writing detailed programs for it
a. Word
b. Windows
c. Python
d. None of these
2. Which of the following libraries are well established libraries for scientific and analytical use.
a. NumPy
b. Pandas
c. Matplotlib
d. All of these
3. Which libraries allow us to manipulate, transform and visualise data easily and efficiently.
a. NumPy
b. Pandas
c. Matplotlib
d. All of these
4. NumPy stands for _________________.
a. Number Program
b. Numerical Python
c. Numeric Array Python
d. Nested Python
5. Which package can be used for numerical data analysis and scientific computing.
a. NumPy
b. Pandas
c. Matplotlib
d. All of these
6. _________ uses a multidimensional array object and has functions and tools for working with these arrays.
a. NumPy
b. Pandas
c. Matplotlib
d. All of these
7. PANDAS stands for –
a. Panel Data
b. Panel Data System
c. Pandas Data Structures
d. Pandas NumPy Data Structures
9. __________ is a high-level data manipulation tool used for analysing data.
a. NumPy
b. Pandas
c. Matplotlib
d. All of these
10. Pandas is built on packages like ____________, ______ .
a. NumPy
b. SciPy
c. Matplotlib
d. Both a and c
11. Pandas has __________ important data structure.
a. 1
b. 2
c. 3
d. 4
12. The ___________ library in Python is used for plotting graphs and visualisation.
a. NumPy
b. Pandas
c. Matplotlib
d. All of these
13. Which package can be used to generate publication quality plots, histograms, bar charts, scatterplots, etc.
a. NumPy
b. Pandas
c. Matplotlib
d. All of these
14. Identify the valid command to install Pandas.
a. install pandas
b. pip pandas
c. pip install pandas
d. python install pandas
16. _______ is used for numeric array based data manipulation.
a. NumPy
b. Pandas
c. Matplotlib
d. All of these
17. __________ have a simpler interface for operations like file loading, plotting, selection, joining, GROUP BY, etc.
a. NumPy
b. Pandas
c. Matplotlib
d. All of these
18. A _______________ is a collection of data values and operations that can be applied to that data. It enables efficient storage, retrieval and modification to the data.
a. array
b. series
c. data frame
d. data structure
19. Which of the following is not a Python Pandas data structure?
a. Series
b. DataFrame
c. Panel
d. Array
20. A _________ is a combination of sequence of values and data label.
a. Series
b. Data Frame
c. Array
d. List
Class 12 Informatics Practices – Data Handling Using Pandas – I Multiple Choice Questions
Class 12 Informatics Practices Societal Impacts Multiple Choice Questions
- 200+ MCQ’s Class 12 Informatics Practices Unit 4 Societal Impacts Set 1
- 200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 2
- 200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 3
- 200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 4
- 200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 5
- 200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 6
- 200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 7
- 200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 8
- 200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 9
- 200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 10