Advertisements
Advertisements
Read the code:
a. import matplotlib.pyplot as plt
b. plt.plot(3,2)
c. plt.show()
Identify the output for the above coding.
Concept: undefined >> undefined
Read the statements given below. Identify the right option from the following pie chart.
Statement A: To make a pie chart with Matplotlib, we can use the plt.pie() function.
Statement B: The autopct parameter allows us to display the percentage value using the Python string formatting.
Concept: undefined >> undefined
Advertisements
Identify the right type of chart using the following hints.
Hint 1: This chart is often used to visualize a trend in data over intervals of time.
Hint 2: The line in this type of chart is often drawn chronologically.
Concept: undefined >> undefined
The functions which will give exact result when same arguments are passed are called ______
Concept: undefined >> undefined
The functions which cause side effects to the arguments passed are called ______
Concept: undefined >> undefined
Why strlen is called pure function?
Concept: undefined >> undefined
What is the side effect of the impure function? Give example.
Concept: undefined >> undefined
Differentiate pure and impure functions.
Concept: undefined >> undefined
Explain with example Pure and impure functions.
Concept: undefined >> undefined
Define Local scope with an example.
Concept: undefined >> undefined
Define Global scope with an example.
Concept: undefined >> undefined
Define the Enclosed scope with an example.
Concept: undefined >> undefined
Explain the types of scopes for variable or LEGB rule with example.
Concept: undefined >> undefined
In which arguments the correct positional order is passed to a function?
Concept: undefined >> undefined
How will you delete a string in Python?
Concept: undefined >> undefined
Class members are accessed through which operator?
Concept: undefined >> undefined
What are class members? How do you define it?
Concept: undefined >> undefined
What is the acronym of DBMS?
Concept: undefined >> undefined
What symbol is used for the SELECT statement?
Concept: undefined >> undefined
A tuple is also known as ______
Concept: undefined >> undefined
