Computer Applications
Distinguish between Testing and Debugging
Input in Java
97 Likes
Answer
Testing | Debugging |
---|---|
In the process of Testing, we check if the program is working as expected and find out the errors if it is not giving the expected output. | In the process of Debugging, we correct the errors that were found during testing. |
Answered By
61 Likes
Related Questions
What is a Runtime error? Explain with an example.
What are the different types of errors that take place during the execution of a program?
The time period of a Simple Pendulum is given by the formula:
T = 2π√(l/g)
Write a program to calculate the time period of a Simple Pendulum by taking length and acceleration due to gravity (g) as inputs.
Write a program by using class 'Employee' to accept Basic Pay of an employee. Calculate the allowances/deductions as given below.
Allowance / Deduction Rate Dearness Allowance (DA) 30% of Basic Pay House Rent Allowance (HRA) 15% of Basic Pay Provident Fund (PF) 12.5% of Basic Pay Finally, find and print the Gross and Net pay.
Gross Pay = Basic Pay + Dearness Allowance + House Rent Allowance
Net Pay = Gross Pay - Provident Fund