ExamGecko
Question list
Search
Search

Question 54 - CITM-001 discussion

Report
Export

A program that translates from a lower level language to a higher level language is a _____________

A.

complier

Answers
A.

complier

B.

decompiler

Answers
B.

decompiler

C.

translator

Answers
C.

translator

D.

mediator

Answers
D.

mediator

Suggested answer: B

Explanation:

A decompiler is a program that translates from a low-level language to a higher level one. A low-level language is one that is close to the machine code, such as assembly or binary. A higher level language is one that is more abstract and human-readable, such as C++ or Java. A decompiler can reverse-engineer the source code from an executable file, which can be useful for debugging, analysis, or modification purposes.However, decompilation is not always possible or accurate, as some information may be lost or obfuscated during the compilation process12.Reference:1: What is a compiler?How source code becomes machine code12: How does an interpreter/compiler work2

asked 18/11/2024
Babak Sadeghpour
28 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first