Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

During which phase of the process from coding to execution do each of the follow

ID: 2248995 • Letter: D

Question

During which phase of the process from coding to execution do each of the following things happen? Place the most appropriate letter to the answer next to each statement. Some answers may be used more than once. The stack pointer decreases BR X30 A During loading 5. When registers are reread from the stack (popped or filled) ,when a function is called External symbols are resolved A BL instruction is executed Symbol tables are created Machine code is copied from disk into memory When a function returns E. During the compilation of source code to object files F. During linking The stack pointer is incremented

Explanation / Answer

Your answer regarding to coding to execution is as follows.

1) - D When the function returns stack pointer is decreased.

2) - C BR X is use for breack the line tha is happen when we called the function.

3) - F During linking External symbols are resolved.

4) - E During the compilation of source code to object code BL instructions are executed.

5) - C Function called the symbol table are created.

6) - A During loading Machine code copied from disk to memory.

7) - B When registers are rerun from stack or popped stack pointer is incremented.

Thank you.