volume_mute
Source Code Translation
publish date: 2026/06/24 21:21:50.862531 UTC
volume_mute
What does the source code translation activity in reengineering accomplish?
Correct Answer
It converts a program from an old programming language to a more modern version of the same language, or to a different language
Explanation
Source code translation uses a translation tool to convert a program from an old programming language to a more modern version of the same language, or to an entirely different language, making the code more accessible to current developers and tools.
Reference
Software Engineering, Ian Sommerville, 10th edition
