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

1 Answer

Answer :

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

Related questions

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. 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. 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 : 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 : what happened harry waved the first wand mr.olivand gave him?

Last Answer : Harry took the wand and (feeling foolish) waved it around a bit, but Mr.Ollivander snatched it out of his hand almost at once.

Description : How is the Resonant Peak (Mr), resonant frequency (ωr), and band width determined from Nichols chart?

Last Answer : i) The resonant peak is given by the value of ω contour which is tangent to G(j ω ii) The resonant frequency is given by the frequency of G(jω iii) The bandwidth is given by frequency corresponding to the intersection point of G(jω – 3dB M-contour.

Description : Why we cannot add titles to an embedded chart once chart is ready? -Technology

Last Answer : Titles have not been entered in chart elements step. And, these cannot be added later once the chart is ready.

Description : Write down the name and purpose of various components of a chart. -Technology

Last Answer : Various components or parts of the chart are as follows:1. X-axis Refers to a horizontal axis, which is also known as category axis.2. Y-axis Refers to a vertical axis also known as ... Data label Provides additional information about a value in the chart, that is coming from a worksheet cell.

Description : You can place the chart legend in the chart at ……………. -Technology

Last Answer : (d) You can place the chart legend in the chart at Bottom, Corner, Top, Right, and Left.

Description : In Excel chart, text displayed at data points to indicate the specific category is called …………….. -Technology

Last Answer : (c) Text displayed at data points to indicate the specific category is called data label.

Description : A chart is created on the basis of values in ……………… (a) mail merge -Technology

Last Answer : (c) A chart is a pictorial representation of data that created on the basis of values in a spreadsheet.

Description : Which of the following chart selects only one range of the data series? -Technology

Last Answer : (b) Pie chart can select only one range of the data series.

Description : The another name for the XY chart is ………………. -Technology

Last Answer : (d) XY chart is also called Scatter chart.

Description : The range of cells containing data that makes a chart is termed as ……………… data. -Technology

Last Answer : The range of cells containing data that makes a chart is termed as Numbers data.

Description : A chart is a graphical representation of worksheet data. -Technology

Last Answer : True A chart is a graphical representation of worksheet data.

Description : The title of the chart tells the type of the chart. -Technology

Last Answer : False The title of chart tells the name of the chart.

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 : 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 : 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 : On 'Family Guy', Stewie's Teddy bear is named 'Rupert'. Is this a reference to Mr. Murdoch?

Last Answer : I’ve always hoped so.

Description : Your an FBI agent and you are assigned to the case of a murder. A man named Julious Jill was murderered by someone in the house. At least that's what people say. You are to interview everyone that ... maid what she was doing the maid says she was getting the mail. Who murderered Mr. Jill? -Riddles

Last Answer : The maid: the maid said she was getting the mail on a Sunday the mail doesn't come on Sundays and she lied to Mrs. Jill about going out with friends.

Description : Mr. and Mrs. Ketchum have daughters named January, February, March, April, May, June and July. What is her next daughters name. -Riddles

Last Answer : What.

Description : Mr. Bill Gates has 2 Sisters named _______. A. Libby and Emma B. Emma and Libby C. Kristianne and Libby D. Kristianne and Emma

Last Answer : ANSWER: C

Description : 10 Mr. Bill Gates has 2 Sisters named _______. A. Libby and Emma B. Emma and Libby C. Kristianne and Libby D. Kristianne and Emma

Last Answer : ANSWER: C

Description : A table named School (containing data of students of the whole school) is created -Technology

Last Answer : AdmissionNo should be set as the primary key because admission numbers are unique for each and every student of the school, which is not possible in the case with RollNo and Name.

Description : The following table named SummerCamp shows part of the information kept on children attending the summer camp in Shimla. -Technology

Last Answer : 1. Number of fields-62. Number of records-73. If a new child joins the SummerCamp, then SummerCamp would add a record to the table.4. If a child is shifted from one group to another, then ... the SummerCamp, then SummerCamp would delete a record of that child from the table.6. Text and Date/Time.

Description : Write a statement in HTML that inserts an image named ‘school.jpg’ found in the ‘images’ folder of the current folder. -Technology

Last Answer :

Description : Write the HTML code to display an inline image named pencil.jpg located at C:\ in the center of your Web page. -Technology

Last Answer :

Description : Yesterday, Rahul created a file named detail.txt and saved it. -Technology

Last Answer : He can find his file by using Search option.

Description : Suppose you move or copy a folder named Alignment. The Alignment folder contains four subfolders, -Technology

Last Answer : Yes, the Alignment folder will carry the four sub-folders Left, Center, Right and Justify because when we move or copy a folder to a new location, then all its contents (i.e. sub-folders and files) also get moved or copied.

Description : In PowerPoint 2007 under the Insert tab, there is a button named Text Box. What is the utility of this button? -Technology

Last Answer : Like a title placeholder, a Text Box is used to hold the text information

Description : Fill in the blanks (i) Viruses, worms and trojans are collectively named ________________. -Technology

Last Answer : (i) Malware(ii) (iii) Web browser(iv) Website(v) (vi) Worm(vii) href(viii) Spyware(ix) Quotes(x) Trojan Horse

Description : Observe the table named “Training” given above carefully and predict the output of the following queries: -Technology

Last Answer : (i) New DelhiFaridabadGurugram(ii) 2(iii) 11000(iv) Ms. Neena

Description : What is the degree and cardinality of the above given table named ‘Training’. -Technology

Last Answer : Degree: 6Cardinality: 5

Description : Predict the output displayed in text fields named jTextField2 and jTextField3 after running the above code. -Technology

Last Answer : (i) GREEN WORLD, CLEAN WORLD76 more characters can be entered(ii)length(),toUpperCase()

Description : Write java statement to make the Net Fee text field named txtNetFee un_editable at run time. -Technology

Last Answer : txtNetFee.setEditable(false);

Description : Help Ramesh in identifying any two columns for a table named student along with their suitable data type. -Technology

Last Answer : Column NameData TypeRollNoIntegerNameVarchar(20)

Description : Ms. Achla, works as a Programmer in a survey firm named “National Survey Foundation”. In her current project, she is supposed to design -Technology

Last Answer : S. No.Control used to inputControl1TRAINEE’S NAMETextField2TRAINING LOCATIONRadio Button/Combo Box3GRADE THE SESSION(Excellent, Good, Satisfactory, Unsatisfactory)Radio Button/Combo Box4SUGGESTIONSText Area

Description : Observe the given table named “Loan” carefully and predict the output of the following queries: -Technology

Last Answer : (i)(ii)(iii)(iv)

Description : Ms. Shalini has just created a table named “Employee” containing columns Ename, Department, Salary. -Technology

Last Answer : SQL command to add a primary key column:Alter table employee add empid int primary key;Importance of Primary key in a table:Primary key column is used to uniquely identify each record of the table. A column defined as primary key cannot have a duplicate entry and can't be left blank.

Description : Ms. Juhi, works as an IT Executive in a health insurance company named 'Total Health'. She has been assigned a task to design -Technology

Last Answer : S. No.Control used toControl1CUSTOMER‟S NAMETextField2CUSTOMER‟S CITYComboBox3POLICY TYPE (Individual/Family)RadioButton4INCLUSIONS (Critical Illness/Accidental Coverage/Health Checkup/Others)CheckBox/ListBox

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 : In a school, a database named “school” is created in mysql whose password is “cbse”. Smith is trying to add a new record of a student having details -Technology

Last Answer : import mysql.connectormydb = mysql.connector.connect{host='localhost',user='root',passwd='cbse',database='school'}mycursor = mydb.cursor()mycursor.execute('INSERT INTO student values(3,'Michelle', 'Agartala');')mydb.commit()

Description : What is the degree and cardinality of the above given table named ‘Training’. -Technology

Last Answer : Degree: 6Cardinality: 5

Description : The rate of Simple Interest in UBI & BOI are in the ratio of 5:4. Mr.Naveen wants to deposit his total savings in two banks in such a way that he receive equal half-yearly interest from both banks.He should deposit in both banks UBI & BOI in the ratio of a) 2:5 b) 1:5 c) 4:5 d) 3:5 e) None of these

Last Answer : R1 =5x R2=4x T1=T2=1/2 yr [P1*5x*(1/2)]/100 = [P2*4x*(1/2)]/100 P1:P2 = 4:5 Answer: c)

Description : Mr. (A) is a manager in a manufacturing company, he attempts to establish a culture of quality affecting the attitudes and actions of every employee and relies on a workforce that wants to ... Management ; (b) Knowledge management ; (c) Operations Management (d) Management of Information System

Last Answer : (c) Operations Management