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

1 Answer

Answer :

(i) plt.bar(x,y)(ii) plt.show()

Related questions

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 : Mr. Sanjay, a banking professional want to enroll himself in an e_Learning course. Mention him any two challenges of e_Learning. -Technology

Last Answer : (i)The lack of learner‟s motivation.(ii) The busy schedule of the learners.

Description : Draw the following bar graph representing the number of students in each class. -Technology

Last Answer : import matplotlib.pyplot as pltClasses = ['VII','VIII','IX','X']Students = [40,45,35,44]plt.bar(classes, students)plt.show()

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

Last Answer : (d)plt.title()

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 : 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 : In a class 140 students numbered 1 to 140, all even numbered students opted Mathematics course, those whose number is divisible by 3 opted Physics cou

Last Answer : In a class 140 students numbered 1 to 140, all even numbered students opted Mathematics course, those whose number is ... B. `42` C. `102` D. `1`

Description : Mr. Ravindra wants to send some money to her wife who is in some other city. -Technology

Last Answer : E-banking is the easiest way to transfer money through the bank.

Description : Mr. Harry wants to draw a line chart using a list of elements named LIST. -Technology

Last Answer : (i) PLINE.plot(LIST)(ii) PLINE.ylabel(“Sample Numbers”)

Description : Ram wants to create a text file to store name and roll number of his students. Suggest, which program he should use. -Technology

Last Answer : He can create a text file using Notepad or WordPad. Follow these steps to create a file using Notepad:(a) Step 1:Click Start.(b) Step 2:Choose All Programs -> Accessories -> Notepad.(c) Step 3: ... dialog box will appear.(g) Step 7:Give file name with extension.(h) Step 8: Click Save button.

Description : To display the details of all those students who have IP as their optional subject. -Technology

Last Answer : (i) select * from student where optional=‟IP‟;(ii) select name, stream, optional from student where name like 'A%';(iii) update student set average=average+3 where stream=‟Humanities‟ and optional='Maths';(iv) select name from student where average>75;

Description : Nikhil and Neha went to a remote village in Kerala to meet their grandmother. They were surprised to see a biogas plant in Mr. Nair's house in the neighbourhood. There were plenty of livestocks ... given by Nikhil and Neha to the sarpanch to convince him to set up community biogas plant. -Science

Last Answer : (a) Mr Nair: Higher degree of general awareness, helping nature. Nikhil and Neha: Knowledge sharing. helping nature. concern for community advantage. (b) Possible arguments given by Nikhil ... . Basically they discuss and explain the advantages of community bio gas plant for the'entire village.

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 : The ratio of girls and boys in a class is 1: 3. Set up an equation between the students of a class and boys and then draw its graph. Also find the number of boys in a class of 40 students from the graph. -Maths 9th

Last Answer : Total number of boys and girl = 40, Ratio = 1 : 3 Number of girls be A and Number of boys be B. Ratio of number of girls and boys is 1 : 3, so Therefore 3A=B To find number of boys we ... the number 30 represents the number of girls. 40 as total on the line A = 10, which is the common equation.

Description : Naman wants to change the background image of his Laptop. 1. Can he set his image as wallpaper? -Technology

Last Answer : 1. Yes2. Label B E G A D F C

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 : The status of your document like current page and number of pages are given by ………… (a) Formatting toolbar (b) Status bar -Technology

Last Answer : (b) Status bar gives the status of your document like current page number and number of pages.

Description : What is the name of winner of the Sanjay Chopra National Award for Bravery 2012? -Do You Know?

Last Answer : answer:

Description : Who is the author of the book Sanjay Dutt: The Crazy Untold Story of Bollywood’s Bad Boy ? -General Knowledge

Last Answer : Yasser Usman

Description : 1. Who has taken over as the Director of Operations at the Bangalore based National Cricket Academy in place of his predecessor Dave Whatmore that joined IPL team Kolkata Knight Raiders recently? a. Kapil Dev b. Madan Lal c. Sanjay Manjrekar d. Sandeep Patil e. Karsan Ghavri

Last Answer : d. Sandeep Patil

Description : Name the winner of the Sanjay Chopra National Award for Bravery 2008. (1) Saumika Mishra (2) Santosh Sen (3) Amit Kumar (4) Pappu

Last Answer : Saumika Mishra

Description : Sharuk being the active partner receives 3/5th of profit and the remaining is divided between sanjay and Karthi in the ratio of 2:1. If the difference between the profit shares of Sharuk and sanjay is Rs.3400. What is Karthi share in Rs? A) 1540 B) 1360 C) 1698 D) None

Last Answer : Answer: B) Total profit =Y Sharuk’s share =3/5 * Y Balance share =2/5 * Y  Share of sanjay =2/5 *Y*2/3 =4/15 * Y Difference of sanjay & Sharuk share, 3/5* Y- 4/15* Y =3400 =>Y= Rs 10200 Karthi share =2/5 *10200 *1/3 =1360

Description : Sanjay gets 72 % marks in examinations. If these are 864 marks, find the maximum marks. a) 1050 b) 860 c) 1225 d) 1200 e) 1500

Last Answer : Answer: D  Let the maximum marks be s  Then 72 % of s = 864  72/100 × s = 864  s = (846 × 100)/72  s = 86400/92  s = 1200 Therefore, maximum marks in the examinations are 1200.

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 : 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 : 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 : For the information given in the above question, find the heights of the bars, when the data represente in a bar graph : Scale of the graph : 1 cm = R

Last Answer : For the information given in the above question, find the heights of the bars, when the data represente in a ... Scale of the graph : 1 cm = Rs. 500.

Description : Have you ever been told by your doctor that surgery is required - and opted out?

Last Answer : Nope never, I always went along the sugeries because I knew it would make me feel better than I was before. My galbladder was ready to burst when I had surgery but they didn't know how bad it was ... If I decided to not do the surgery and my galbladder did burst I could have risked an early death.

Description : If you were part of an office lottery pool, and you all won 16 mil each, but one person opted not to play that week, would you give him any share of the winnings?

Last Answer : Depending on how close I was with the person, I might give them a share of my share—without telling anyone else. I wouldn’t want to pressure the others into doing the same.

Description : How do you use the word opt? or opted?

Last Answer : It's generally used to opt in or to opt out of something. In the example you gave, the correct way to phrase it would be along the line of I opted to go with my friend's choice assuming that ... way of saying choose or choice basically. And the use of opt vs. opted is a past tense or not issue.

Description : Which new strategies were opted by the printers and publishers to sell their products? -SST 10th

Last Answer : . Printers and publishers continuously developed new strategies to sell their products. . In the 19th century periodicals, serialised novels, gave birth to a particular way of writing novels. . In ... feared a decline in book purchases. To sustain buying, they brought out cheap paperback editions.

Description : In which policy India opted for ‘Mixed Economy’? -General Knowledge

Last Answer : The answer is 'Industrial Policy of 1948'

Description : In which policy India opted for ‘Mixed Economy’? -General Knowledge

Last Answer : India has a mixed economy with both public and private sector. In public sector, industries of national importance are set-up such as defence industries, basic industries, power generation, etc.

Description : In which policy India opted for ‘Mixed Economy’? -General Knowledge

Last Answer : answer:

Description : What part of speech is the word opted?

Last Answer : it is a verb.

Description : 1. Which country has the briefest Constitution in the world? 2. Which petroleum refinery product has the lowest boiling point? 3. In which policy India opted for Mixed Economy'? 4. In which state ... was given in which year? 20. During which reign was the East India Company founded in London?

Last Answer : Answer : 1. USA 2. Gasoline 3. Industrial Policy of 1948 4. Andhra Pradesh 5. Firdausi 6. 3½ ft 7. Hargobind Khurana 8. B. R. Ambedkar 9. NH 7 10. Punjab and Sind 11. Neutron 12. Junko Tabei 13. ... 16. Dr. F G. Banting 17. About 3 years since Dec 9, 1946 18. Wrought iron 19. 1991 20. Akbar

Description : Mr. X has recently installed a new operating system on his computer 1. Describe the main functions of an operating system. -Technology

Last Answer : 1. Monitors the performance of the system, enables software to communicate with hardware and application softwares to be loaded; gives prompts and error reports to the users.2. Antivirus and compression tool.

Description : Mr. Singh and Mr. Tyagi want to send a song from each other. Both having a mobile phone. -Technology

Last Answer : Bluetooth technology is used for sharing the data like audio, video etc. Using this technology, users of cellular phones, initiate the sending or receiving data. In general, having all mobiles and fixed ... Tyagi can send a song to each other by using a bluetooth technology easily within short time.

Description : Mr. Suman, a programmer in New Era Programming World has designed a registration page for a hobby club as shown below: -Technology

Last Answer : (i) int x=c1.getSelectedIndex();int fee=0;if(x==0)fee=1000;else if(x==1)fee=1500;else if(x==2)fee=2000;else if(x==3)fee=2500;t2.setText(''+fee);(ii) double disc=0;int fee=Integer.parseInt(t2. ... (t2.getText());double net=fee-disc;t4.setText(''+net);(iv) System.exit(0);(v) c1.addItem('Reading');

Description : While creating a table named “Employee”, Mr. Rishi got confused as which data type he should chose for the column “EName” out of char and varchar. -Technology

Last Answer : Varchar would be the suitable data type for EName column as char data type is a fixed length data type while varchar is a variable length data type.Any employee‟s name will be of variable length so it‟s advisable to choose varchar over char data type.

Description : Mr. Manav, a database administrator in “Global Educational and Training Institute” has created following table named “Training” -Technology

Last Answer : i. Select count(name) from training where name like ‘Ms.%’;ii. Select * from training where fee is NULL;iii. Select city, fee from training where topic = ‘Cyber Security’;iv. Alter table training add feedback varchar(20);

Description : Mr. Pawan works as a programmer in “ABC Marketing Company” where he has designed a Salary -Technology

Last Answer : (i) We need to double click at the Commission button (jButtonl) and type the following code :int Commission :if (jRadioButtonl. isSelected ( ) = True )Commission = 500 ;elseif ( ... and type the following code :int Net_Sal ;Net_Sal = Gross_Sal-Fac_Charges ;jTextField6. setText (Net_Sal) ;

Description : How to plot the same thing against two x values in numbers?

Last Answer : So I guess you’d have two points, for example and say y=1 and x=2 and x=3 so the points are (2, 1) and (3, 1) do you know how to graph that? or are you trying to make a table?

Description : How is a keyword search different from subject search? -Technology

Last Answer : A keyword is simply a word that shows up somewhere in a record: it can be part of name, a subject, or a title, or appear in the table of contents.This is different from a subject search, which looks for the word only in the subject heading field.

Description : What is the need of a subject gateway? -Technology

Last Answer : Subject gateways provide high quality evaluated web resources and the basic objective of any subject gateway is to help users to locate high quality information resources available on the ... or subject headings.Example: INFOPORT (INFLIBNET Subject Gateways for Indian Electronic Resources), etc