...
Software-Engineering
August 28, 2024
Software-Engineering
August 28, 2024
Software-Engineering
August 28, 2024
Software-Engineering
August 28, 2024

Software-Engineering

Question 382

Which of the following statements is/are true?

    P: Software Reengineering is preferable for software products having high failure rates, having poor design and/or having poor code structure
    Q: Software Reverse Engineering is the process of analyzing software with the objective of recovering its design and requirement specification.

Choose the correct answer from the code given below:

Code:

A
P only
B
Neither P nor Q
C
Q only
D
Both P and Q
Question 382 Explanation: 
Re-Engineering:
Re-engineering refers to the rewriting the the part or whole system without changing its functionality. Re-Engineering is done for maintaining a system, to make the system compatible with the latest technologies.
Reverse engineering:
It is also called as back engineering which is done to examine the working of a product.
Correct Answer: D
Question 382 Explanation: 
Re-Engineering:
Re-engineering refers to the rewriting the the part or whole system without changing its functionality. Re-Engineering is done for maintaining a system, to make the system compatible with the latest technologies.
Reverse engineering:
It is also called as back engineering which is done to examine the working of a product.

Leave a Reply

Your email address will not be published. Required fields are marked *