volume_mute
Language Processing Systems - Purpose
publish date: 2026/06/10 22:54:2.777122 UTC
volume_mute
Which of the following correctly describes what a language processing system does?
Correct Answer
It translates a natural or artificial language into another representation, and for programming languages may also execute the resulting code
Explanation
Language processing systems translate a natural or artificial language into another representation of that language, and for programming languages, may also execute the resulting code. The best-known examples are compilers, which translate high-level programs into machine code. They are also used for XML processing, database command languages, and natural language translation.
Reference
Software Engineering, Ian Sommerville, 10th edition
