Concept:Translators are system software that change source code into a form the computer can execute.
Explanation:Programs are usually written by humans in languages such as Python, Java, or assembly language.
Computers cannot run these programs directly because they only understand machine code.
Translators, such as compilers, interpreters, and assemblers, convert the source code into machine code or object code.
System software is designed to manage and run computer hardware and provide a platform for application software.
Because translators help in running programs by managing low-level operations, they belong to system software.
They are not application software, since they do not directly solve user problems like word processing or browsing.
They are not limited to utility programs, although some utility programs may assist them.
They also are not operating systems, even though the operating system relies on them during program execution.
Answer:The correct answer is A. System software.