Ms. Priya works as a programmer in “Avon Education” where she has designed a software -Technology

1 Answer

Answer :

Here,Name is stored in jTextField1Fee Per Quarter is stored in jTextField2Concession Amount is stored in jTextField3Fee to be Paid is stored in jTextField4(i) We need to double click at the ‘Calculate Charges’ button (jButtonl) and type the following code ;int Fee_per_quar,concession_amount ;float fee_tobe_paid ;String name = jTextFieldl. getText ( ) ;if (jRadioButtonl. isSelected ( ) = =True)Fee_per_quar = 2000 ;else if (jRadioButton2. isSelectedO == True) Fee_per_quar = 2500 :else if (jRadioButton3. is Selected ( ) == True)Fee_per_quar = 2300 ;elseFee, per_quar = 0 ;jTextField2. setText (Fee_per_quar) ;if (jCheckBox. isSelected ( ) = =True)concession_amount = (Fee__per_quar * 7) / 100 ;elseconcession_amount = 0 ;JTextField3. setText(concession_amount) ;fee_tobe_paid = Fee_per_quar - concession_amount ;jTextField4. setText (fee_tobe_paid) ;(ii) We need to double click at the ‘Clear’ button (jButton2) and type the following code :jTextFieldl. setText (' ') ;jTextField2. setText (' ') ;jTextField3. setText (' ') ;jTextField4. setText (' ') ;jRadioButton1. setSelected (False) ; jRadioButton2. setSelected (False); jRadioButton3. setSelected (False) ; jCheckBox. setSelected (False) ;(iii) We need to double click at the ‘Exit’ button (jButton3) and type the following code:System., exit (0) ;

Related questions

Description : Ms. Neelam works as a programmer in “Kidz Entertainment Zone”. She has designed a Registration Page to calculate -Technology

Last Answer : (i)int age=Integer.parseInt(jTextField2.getText());if(age>=3 && age1000)disc=fee*20/100;jTextField4.setText(''+(disc));(iv)int fee=Integer.parseInt(jTextField3.getText());int disc=Integer.parseInt(jTextField4.getText());jTextField5.setText(''+(fee-disc));

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 : 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 : Deepti works as a programmer in a travel company. She has developed the following code to display -Technology

Last Answer : switch (choice){Case 1 : JTextFieldl. setText ('New Delhi to Goa') ;break ;Case 2 : jTextFieldl.setText ('New Delhi to Paris') ;break ;Case 3 : jTextFieldl.setText ('New Delhi to Bangkok') ;break ;default: jTextFieldl.setText ('P1. choose valid option') ;}

Description : While working in Netbeans, Ms. Sonia has designed a login page where she wants to display -Technology

Last Answer : If statement is more appropriate for this situation because here is given only two conditions which will be executed by if statement while switch statement is used where multiple branch selection statements are given.

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 : 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 : In the table “Student”, Priya wanted to increase the Marks (Column Name: Marks) of those students -Technology

Last Answer : Correct SQL statement :UPDATE Student SET Marks = Marks +5 WHERE Marks

Description : Mention any one major environmental benefits of ICT to Ms. Megha so that she can utilize it in her future “Save Earth” campaign. -Technology

Last Answer : Major environmental impact of ICT on our society is that it is creating a virtually paperless work environment so reducing cutting down of trees for paper manufacturing.

Description : Who was the programmer of MS-DOS operating system ?

Last Answer : Bill Gates was the programmer of MS-DOS operating system.

Description : Who was the programmer of Ms-Dos operating system 1) R Jhon 2) Bill Gates 3) Dennis Ritchi 4) none

Last Answer : 2) Bill Gates

Description : Who was the programmer of Ms-Dos operating system 1 R Jhon 2 Bill Gates 3 Dennis Ritchi 4 none

Last Answer : 2 Bill Gates

Description : Ms Samtha has many electronics gadgets which are not usable due to outdated hardware and software. Help her to find any three best ways -Technology

Last Answer : 1. Give Your Electronic Waste to a Certified E-Waste Recycler2. Donating Your Outdated Technology3. Give Back to Your Electronic Companies and Drop Off Points.

Description : Out of the following, whom do you think is the most probable user of a Light Pen? (a) Computer Programmer (b) Graphic Designer (c) Journalist -Technology

Last Answer : (b) Light pen is useful for graphic designer as it is useful for identifying a particular location on the screen.

Description : Machine language sometimes referred to as (a) programming language that is used widely by the programmer. (b) machine code or object code -Technology

Last Answer : (b) Machine language sometimes referred to as machine code or object code because it is the language which is only understood by the computer as a computer itself is just a machine or an electronic device.

Description : Pronita is a programmer in an institution and is asked to handle the records containing personal information -Technology

Last Answer : Suggested five fields are as follows:1. TCode -> To store the code of the teachers.TName -> To store the name of the teachers.TSubject -> To store the name of subjects for which the teacher is placed ... TCode is most likely to be the key field because it has a unique value for each of the records.

Description : Damini is a programmer in an institute and is asked to handle the records -Technology

Last Answer : FieldNameDataTypeRollNoNumberNameTextClassTextSectioTextGenderText

Description : Anila works in a Multinational Company (MNC) and needs to work online from home also. She requires fast Internet connection -Technology

Last Answer : She should prefer broadband connection. FTP protocol will help her in uploading and downloading of files.

Description : Lakshmi works for a school. She wishes to create controls on a form for the following functions. -Technology

Last Answer : S.No.control used tocontrol1.Enter Admission numberText Field2.select StreamCombo Box3.select StreamCheck Box4.Clear the FromButton

Description : Which are designed to interpret a specified number of instruction code. a. Programmer b. Processors c. Instruction d. Opcode

Last Answer : b. Processors

Description : Which type of software is designed to perform specific, personal, business or scientific processing tasks? (a) System (b) Application -Technology

Last Answer : (b) Application software is a computer software which is designed to help the user to perform some specific or personal tasks.

Description : The set of programs designed to perform user specific tasks is called application software. -Technology

Last Answer : TrueApplication software refers to the programs that perform operations for a specified task of a user.

Description : A ……. is a software program that is designed to copy itself from one computer to another, without human intervention. -Technology

Last Answer : (c) A worm is a self-replicating software program. It does not require another program to host it.

Description : ……….. is a software program that is designed to copy itself from one computer to another. -Technology

Last Answer : Worm is a software program that is designed to copy itself from one computer to another.

Description : If you work with a transgendered programmer on programs meant for kids do you enforce normative gender roles?

Last Answer : answer:I know two transgender kids (both around 10 years old). Allowing for other is the right thing to do. We have moved beyond the male/female thing. It's also doesn't affect anyone's use ... If the vast majority are going to choose male or female, what does it matter that there is this option.

Description : To whom was the title 'Devanam Priya' given? -Do You Know?

Last Answer : answer:

Description : What is the meaning of the name Priya ?

Last Answer : The name Priya means: -Apanjan ,, Priyojan .

Description : What is the meaning of the name Priya ?

Last Answer : The name Priya means loved one.

Description : To whom was the title ‘Devanam Priya’ given?

Last Answer : Ashoka

Description : Which of the following breed is not related with broiler chicken in India? a) ILI-80 b) Golden-92 c) Priya d) Sonali e) Frizzle

Last Answer : b) Golden-92

Description : There is a circular path around a sports field. Priya takes 18 minutes to drive one round of the field. Harish takes 12 minutes. Suppose they both start at the same point and at the same time and go in the same ... will they meet ? (a) 36 minutes (b) 18 minutes (c) 6 minutes (d) They will not meet

Last Answer : (a) 36 minutes

Description : If A stands for 5 , B for 6, C for 7, D for 8, and so on, what do the following numbers stand for : 22, 25, 8, 22 and 5 ? (A) PRIYA (B) NEEMA (C) MEENA (D) RUDRA

Last Answer : Answer: D

Description : Praneetha and Pooja together can do a piece of work in 24 days ,which pooja and priya can do in 32 days. After praneetha has been working at it for 10 days and pooja for 14 days, Priya finishes it in 26 days. In how many days Priya alone will do the work? a) 12 days b) 24 days. c) 48 days d) 50 days

Last Answer : C Praneetha's 10 day's work + Pooja 14 day's work + Priya's 26 days work = 1 (Praneetha's +pooja's) 10 day's work + (pooja + priya)'s 4 day's work +priya's 22 days work = 1 =>10/24 + 4/32 + priya' ... 13/24 =11/24 Priya's 1 day's work = 11/24 * 1/22 =1/48 Priya can finish the work in 48 days.

Description : Pradeesh gets a chance of 40% to win 1st round of a game and a Priya gets a chance of 55% to win 2nd round of the game. In what % of cases are they likely to contradict each other, narrating the same incident? a) 49% b) 54% c) 51% d) 38%

Last Answer : Answer: C) Let A be the event that a pradeesh wins 1st round Let B be the event that a priya wins 2nd round. Then, A' = Event that the pradeesh losses 1st round and B' = event that the priya losses 2nd ... =72/400+132/400 = 204/400 We have to find the %. Required % = (204/400)x100 = 51%.

Description : Ms. Ivana, a leading marketing professional working in a multinational company, is most of the time on move to cater her profession demands. -Technology

Last Answer : Software name:Team Viewer

Description : Ms. Pari, a beginner in SQL is not able to understand the meaning of “Cancelling a Transaction”. Help her in understanding the same. -Technology

Last Answer : Cancelling a transaction means rolls the transaction to the beginning. It aborts any changes made during the transaction and the state of database is returned to what it was before the transaction began to execute.Rollback command is used for the same.

Description : Ms. Sita trying to log into your Internet Banking account for online transaction activity. However, as strange as it may seem, -Technology

Last Answer : I. (i)Source code is available.(ii) Money need not to be paid for procuring the license for usage and further distribution.II. She could be under a DoS attack!She should deploy an ... into her network if not already done. This helps in restricting the bandwidth usage to authenticated users only.

Description : (i) Ms. Sangeeta wants to add few descriptive lines in the HTML code which should not be displayed on the webpage rather -Technology

Last Answer : (i) She should use comments in HTML.Any text to make comments in HTML, should be preceded by Example:Welcome(ii)HTML is used to display data and to focus on formatting of data, whereas XML ... XML is used to store and transfer the data over different platforms while HTML is used to design webpages.

Description : Ms. Archana, a class XI student has just started learning MySQL. Help her in understanding the basic difference between -Technology

Last Answer : ALTERUPDATEIt s a DDL command.It s a DML command.It can be used for the following purpose:To add a new column.To remove an existing column.To modify a column.To add/remove a constraint.It s ... Delhi ;suitable command:(i)Show Databases(ii) Use City(iii) Drop Database Clients(iv) Drop table Club

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. Ivana, a leading marketing professional working in a multinational company, is most of the time on move to cater her profession demands. -Technology

Last Answer : Team Viewer

Description : Ms. Cathy is creating a form for Vidya University Sports Council application. Help her to choose the most appropriate controls -Technology

Last Answer : Appropriate controls for the given entries :S.NOFunctionControl1.To let the user enter NameTextField2.To let the user enter MOBILE NUMBERTextField3.To let the user choose one PROFESSION out of the ... , Yoga, Table Tennis, Badminton and Aerobics. More than one facility may be chosen.CheckBox

Description : While creating the table Student last week, Ms. Sharma forgot to include the column -Technology

Last Answer : ALTER TABLE Student ADD Game_Played VARCHAR (30) ;

Description : What software can help me learn to be a programmer?

Last Answer : SQL Server 2008, Developer Edition, WebPlus X4, and Microsoft Expression Web 3.0 are three leading programs for those who are, or wish to become programmers.

Description : How does software developer differ from a computer programmer?

Last Answer : Pretty much the same thing

Description : A person who designs the programs in a software package is called : a) User b) Software Manager c) System Developer d) System Programmer

Last Answer : Answer: d Explanation: The programs included in a system software package are called system programs. The programmers who design them and prepare them are called system programmers

Description : Public domain software is usually: a) System supported b) Source supported c) Community supported d) Programmer supported

Last Answer : Answer: c Explanation: The public domain software is generally community supported. It is community supported as author does not support users directly

Description : A person who creates software is called a: a) Programmer b) Software Engineer c) Software Developer d) All of the Above e) None of These

Last Answer : d) All of the Above

Description : The person who writes and tests computer programs is called a: a) Programmer b) Software Engineer c) Project Developer d) None of These

Last Answer : b) Software Engineer

Description : The person who writes and tests computer programs is called a a) programmer b) computer scientist c) software engineer d) project developer e) None of these

Last Answer : c) software engineer