The command used to give a heading to a graph is .... (a) plt.show() (b) plt.plot() (c) plt.xlabel() (d) plt.title() -Technology

1 Answer

Answer :

(d)plt.title()

Related questions

Description : Mr. Sanjay wants to plot a bar graph for the given set of values of subject on x_axis and number of students who opted for that subject on -Technology

Last Answer : (i) plt.bar(x,y)(ii) plt.show()

Description : Using Python Matplotlib ...... can be used to count how many values fall into each interval a. line plot b. bar graph -Technology

Last Answer : (c)histogram

Description : Consider the following graph . Write the code to plot it. -Technology

Last Answer : import matplotlib.pyplot as pltplt.plot([2,7],[1,6])plt.show()alternative answerimport matplotlib.pyplot as plta = [1,2,3,4,5,6]b = [2,3,4,5,6,7]plt.plot (a,b)

Description : Which of the following RP system is not developed by 3D systems? a.Selective Laser Sintering (SLS) b.Multi-Jet Modeling System (MJM) c.Paper Lamination Technology (PLT) d.Stereolithography Apparatus (SLA)

Last Answer : c.Paper Lamination Technology (PLT)

Description : Which of the following is not Solid-based RP system? a.Laminated Object Manufacturing (LOM) b.Paper Lamination Technology (PLT) c.Electron Beam Melting (EBM) d.Fused Deposition Modeling (FDM)

Last Answer : c.Electron Beam Melting (EBM)

Description : An aircraft heading 017° (T) has a small island showing on the AWR at 45nm range on the 60° left azimuth line. To obtain a fix from this information you should plot: a. Range 45nm and QTE 060 from ... QTE 317 from the center of the island d. Range 45nm and QTE 137 from the center of the island

Last Answer : d. Range 45nm and QTE 137 from the center of the island

Description : Rehearse Timings command is present on ………………. tab. (a) Animations (b) Review (c) Slide Show (d) View -Technology

Last Answer : c) Rehearse Timings command is present on Slide Show tab.

Description : Which heading element gives the most prominent headings? -Technology

Last Answer : heading element gives the most prominent headings.

Description : Which tag is used to insert heading of third level on a Web page? -Technology

Last Answer : tag is used to insert heading of third level on a Web page.

Description : Write the difference between and heading tags. -Technology

Last Answer : provides six levels of headings. is the largest heading level while is the smallest heading level. These headings help us in obtaining a uniform look and feel for the document.

Description : Write the HTML code to set the bgcolor as pink, heading level 2, text -Technology

Last Answer :

Description : Choose the correct HTML tag for the largest heading. (a) (b) -Technology

Last Answer : (d) tag provides the largest heading in HTML.

Description : In the tag, th stands for (a) Table Heading (b) Total Heading -Technology

Last Answer : (c) th stands lor Table Header

Description : Which tag is used for giving heading to the columns? -Technology

Last Answer : The tag is used to display the table heading only once for a table column.

Description : < caption > tag gives heading to a Web page. -Technology

Last Answer : False tag gives title or caption for the table.

Description : ‘tag is used to specify the column heading in a table. -Technology

Last Answer : True tag is used to specify the column heading in a table.

Description : What is the name of the column heading for each category in a data source? (a) Data field (b) Field (c) Field name (d) Record -Technology

Last Answer : (c) Field name is the name of the column heading for each category in a data source.

Description : What does WBS silver PLT mean?

Last Answer : Need answer

Description : low HGB low PLT and high WBC , peripheral smear shows blast cell with large nucleus and scant cytoplasm and some nucleoli -- positive meyloperoxidase test and negative esterase , DDx: - Acute lymphocytic - Acute myelocytic - Acute monocytic

Last Answer : Acute myelocytic

Description : plot the graph -Maths 9th

Last Answer : F = ma This equation can be written in the form of y = mx, where m is the slope In this case m = m = 3 kg The graph will be a straight line passing through the origin. When a = 2, F = 6 N When a = 3, F = 9 N

Description : Taking 0.5 cm as 1 unit, plot the following points on the graph paper. -Maths 9th

Last Answer : Here, in point 4(1, 3) both x and y-coordinates are positive, so it lies in I quadrant. In point 8(-3, -1),both x and y-coordinates are negative, so it lies in III quadrant. In point C(1, -4), x- ... is zero, so it lies on Y-axis and in point F(1,0) y-coordinate is zero, so it lies on X-axis.

Description : plot the graph -Maths 9th

Last Answer : F = ma This equation can be written in the form of y = mx, where m is the slope In this case m = m = 3 kg The graph will be a straight line passing through the origin. When a = 2, F = 6 N When a = 3, F = 9 N

Description : Taking 0.5 cm as 1 unit, plot the following points on the graph paper. -Maths 9th

Last Answer : Here, in point 4(1, 3) both x and y-coordinates are positive, so it lies in I quadrant. In point 8(-3, -1),both x and y-coordinates are negative, so it lies in III quadrant. In point C(1, -4), x- ... is zero, so it lies on Y-axis and in point F(1,0) y-coordinate is zero, so it lies on X-axis.

Description : If you were to plot the height of everyone in your class on graph the values would probable form a hill-shaped curve called?

Last Answer : logistic model

Description : A graph between __________ is called Wilson plot. (A) (1/U) Vs. (1/v 0.8 ) (B) (1/v 0.8 ) Vs. U (C) v 0.8 Vs . U (D) (1/U) Vs. (1/V)

Last Answer : (A) (1/U) Vs. (1/v 0.8 )

Description : Pick out the wrong statement. (A) Visible radiation provides the necessary activation energy in photochemical reactions (B) The order and molecularity of a complex reaction may not be the same (C) For ... rate constant (k) (D) Molecularity of the reaction is always a whole number greater than zero

Last Answer : (B) The order and molecularity of a complex reaction may not be the same

Description : Compressibility factor-reduced pressure plot on reduced co-ordinates facilitates (A) Use of only one graph for all gases (B) Covering of wide range (C) Easier plotting (D) More accurate plotting

Last Answer : A) Use of only one graph for all gases

Description : Bernard's distribution graph is a plot of time on X-axis and (A) Run off on the y-axis (B) Total run off on the y-axis (C) Percentage of total surface run off on y-axis (D) Percentage of total surface run off during uniform time intervals on y-axis

Last Answer : Answer: Option D

Description : ______bar displays the heading for each drop down menu. Commands are grouped under each of these menu headings according to function: a) Title Bar b) Formatting Toolbar c) Menu bar d) None of These

Last Answer : c) Menu bar

Description : _____refers to title for part of document: a) Header b) Indent c) Heading d) Leader Characters e) None of The Above

Last Answer : c) Heading

Description : Write a code to plot the speed of a passenger train as shown in the figure given below: -Technology

Last Answer : import matplotlib.pyplot as pltimport numpy as npx = np.arange(1, 5)plt.plot(x, x*1.5, label='Normal')plt.plot(x, x*3.0, label='Fast')plt.plot(x, x/3.0, label='Slow')plt.legend()plt.show()

Description : A command tab which allows to create the table in an interactive manner is called (a) Home -Technology

Last Answer : (d) MS-Access provides a command tab named Create which allows creating the table in an interactive manner.

Description : Write the HTML command to display the following in your Web page. -Technology

Last Answer : The HTML command is – A2 + B2

Description : Write the output on the Web page for the following HTML command. -Technology

Last Answer : The output on the Web page will be the Atomic weight of O 2

Description : Explain the given command Click Here for wild animals -Technology

Last Answer : In this command, anchor tag and its href attribute are included. The text (Click Here for wild animals) will appear underlined and indicates that clicking the text activates the hypertext link. The address ... is an URL or Web page address and Click Here for wild animals is the hyperlinked text.

Description : Which command should be use to link a page with HTML page? (a) -Technology

Last Answer : (b) page

Description : Sona wants to add her pictures in a Word document. 1. Which tab she should use? 2. Which command she should use to open Insert Picture dialog box? -Technology

Last Answer : 1. Insert tab2. Picture command in the Illustrations group.3. Yes4. Yes

Description : …….. command is used to move the text to a new page. -Technology

Last Answer : Page breakcommand is used to move the text to a new page.

Description : Which tab and command let you insert animations in your slide? Write the steps for applying animations in your presentation. -Technology

Last Answer : Animating Text and Objects:We can give sound effects or visual effects, including movement to the text or objects in a presentation. Animation can be used to focus on important points, to control the ... to animate the object.Effects appear in the Custom Animation list in the order that you add them

Description : ………………. provides a command to change the layout of your slide. -Technology

Last Answer : Home tab provides a command to change the layout of your slide.

Description : The Custom Animation command is present on ………………. tab. -Technology

Last Answer : The Custom Animationcommand is present on Animationstab.

Description : Write command for the operations (i) to (iii) based on the spreadsheet below: -Technology

Last Answer : 1. At cell F2, type =D2*E2 and then copy this formula using mouse Fill handle onto range F3: F5.2. At cell G2, type =IF(C2=”Consumable”, F2*0.07, F2*0.11) and then copy this formula using mouse Fill handle onto range G3: G5.3. At cell G6, type =SUM(G2: G5).

Description : Which command we use to link a page with an HTML page? -Technology

Last Answer : link textuse to link a page with an HTML page .

Description : Write the command using Insert() function to add a new column in the last place(3rd place) named “Salary” from the list Sal=[10000,15000,20000] -Technology

Last Answer : EMP.insert(loc=3,column=”Salary”,value=Sal)

Description : (i) Write command to compute sum of every column of the data frame. -Technology

Last Answer : (i) df1.sum()(ii) df1[‘Rainfall’].mean()(iii) df1.loc[:11, ‘maxtemp’:’Rainfall’].mean( )

Description : Write the Django command to start a new app named ‘users’ in an existing project? -Technology

Last Answer : python manage.py startapp users

Description : What is the function of ALTER command? -Technology

Last Answer : Alter command is used to change/modify the structure of database object like a table, index, etc.

Description : Write the output of the following SQL command. select round (49.88); (a)49.88 (b)49.8 (c)49.0 (d)50 -Technology

Last Answer : The correct answer is : (a) 50

Description : Given a Pandas series called Sequences, the command which will display the first 4 rows is .... (a) print(Sequences.head(4)) -Technology

Last Answer : (a) print(Sequences.head(4))

Description : Given the following Series S1 and S2: Write the command to find the sum of series S1 and S2 -Technology

Last Answer : print(S1+S2)