मराठी
Tamil Nadu Board of Secondary EducationHSC Science इयत्ता १२

HSC Science इयत्ता १२ - Tamil Nadu Board of Secondary Education Question Bank Solutions for Computer Science

Advertisements
[object Object]
[object Object]
विषय
मुख्य विषय
अध्याय
Advertisements
Advertisements
Computer Science
< prev  101 to 120 of 385  next > 

List the types of Visualizations in Matplotlib.

[16] Data Visualization Using Pyplot: Line Chart, Pie Chart and Bar Chart
Chapter: [16] Data Visualization Using Pyplot: Line Chart, Pie Chart and Bar Chart
Concept: undefined >> undefined

How will you install Matplotlib?

[16] Data Visualization Using Pyplot: Line Chart, Pie Chart and Bar Chart
Chapter: [16] Data Visualization Using Pyplot: Line Chart, Pie Chart and Bar Chart
Concept: undefined >> undefined

Advertisements

To install matplotlib, the following function will be typed in your command prompt. What does “-U” represents?

Python –m pip install –U pip

[16] Data Visualization Using Pyplot: Line Chart, Pie Chart and Bar Chart
Chapter: [16] Data Visualization Using Pyplot: Line Chart, Pie Chart and Bar Chart
Concept: undefined >> undefined

Read the following code: Identify the purpose of this code and choose the right option from the following.

C:\Users\YourName\AppData\Local\Programs\Python\Python36-32\Scripts>pip – version

[16] Data Visualization Using Pyplot: Line Chart, Pie Chart and Bar Chart
Chapter: [16] Data Visualization Using Pyplot: Line Chart, Pie Chart and Bar Chart
Concept: undefined >> undefined

Read the following code: Identify the purpose of this code and choose the right option from the following.

C:\Users\Your Name\AppData\Local\Programs\Python\Python36-32\Scripts>pip list

[16] Data Visualization Using Pyplot: Line Chart, Pie Chart and Bar Chart
Chapter: [16] Data Visualization Using Pyplot: Line Chart, Pie Chart and Bar Chart
Concept: undefined >> undefined

Which key is used to run the module?

[16] Data Visualization Using Pyplot: Line Chart, Pie Chart and Bar Chart
Chapter: [16] Data Visualization Using Pyplot: Line Chart, Pie Chart and Bar Chart
Concept: undefined >> undefined

Identify the package manager for Python packages, or modules.

[16] Data Visualization Using Pyplot: Line Chart, Pie Chart and Bar Chart
Chapter: [16] Data Visualization Using Pyplot: Line Chart, Pie Chart and Bar Chart
Concept: undefined >> undefined

Which of the following is a distinct syntactic block?

[1] Function
Chapter: [1] Function
Concept: undefined >> undefined

The variables in a function definition are called as ______

[1] Function
Chapter: [1] Function
Concept: undefined >> undefined

The values which are passed to a function definition are called ______

[1] Function
Chapter: [1] Function
Concept: undefined >> undefined

Which of the following are mandatory to write the type annotations in the function definition?

[1] Function
Chapter: [1] Function
Concept: undefined >> undefined

Define Function with respect to Programming language.

[1] Function
Chapter: [1] Function
Concept: undefined >> undefined

What are called Parameters and write a note on Parameter without Type?

[1] Function
Chapter: [1] Function
Concept: undefined >> undefined

What are called Parameters and write a note on Parameter with Type?

[1] Function
Chapter: [1] Function
Concept: undefined >> undefined

Identify in the following program.

let rec gcd a b:=
      if b <> 0 then gcd b (a mod b) else return a

Identify the statement which tells it is a recursive function?

[1] Function
Chapter: [1] Function
Concept: undefined >> undefined

Identify in the following program.

let rec gcd a b:=
      if b <> 0 then gcd b (a mod b) else return a

Name of the argument variable.

[1] Function
Chapter: [1] Function
Concept: undefined >> undefined

Which of the following functions retrieve information from the data type?

[2] Data Abstraction
Chapter: [2] Data Abstraction
Concept: undefined >> undefined

The data type whose representation is known is called ______

[2] Data Abstraction
Chapter: [2] Data Abstraction
Concept: undefined >> undefined

The data type whose representation is unknown are called ______ 

[2] Data Abstraction
Chapter: [2] Data Abstraction
Concept: undefined >> undefined

What is abstract data type?

[2] Data Abstraction
Chapter: [2] Data Abstraction
Concept: undefined >> undefined
< prev  101 to 120 of 385  next > 
Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×