Question

    In a computer, a _________ derives machine code from source code.

    A Abstraction Correct Answer Incorrect Answer
    B Compiler Correct Answer Incorrect Answer
    C Software Correct Answer Incorrect Answer
    D Algorithm Correct Answer Incorrect Answer
    E Console Correct Answer Incorrect Answer

    Solution

    From the program in its human-readable form of source code, a compiler can derive machine code—a form consisting of instructions that the computer can directly execute.

    Practice Next

    Relevant for Exams: