Question

    A single command that expands into multiple lines of

    machine code is referred to as _______________.  
    A Macro Correct Answer Incorrect Answer
    B Assembly Instruction Correct Answer Incorrect Answer
    C Register Code Correct Answer Incorrect Answer
    D Cache Line Correct Answer Incorrect Answer
    E System Bus Correct Answer Incorrect Answer

    Solution

    A macro is an instruction that expands into multiple machine instructions, making code easier to write and read.  

    Practice Next