Question: 16. The process of dividing a problem into general tasks, and then separating general tasks into more specific tasks is called... a. process-oriented design b.
16. The process of dividing a problem into general tasks, and then separating general tasks into more specific tasks is called... a. process-oriented design b. functional decomposition c. spaghetti code d. object-oriented design 17. Which of the following are true about the PUSH instruction? a. It decrements the stack pointer (by 2 or 4) and copies the operand into the stack at the b.It copies the operand into the stack at the location pointed to by the stack pointer, and c. It increments the stack pointer (by 2 or 4) and copies the operand into the stack at the d. It increments the stack pointer by 1 and copies the operand into the stack at the location location pointed to by the stack pointer. then decrements the stack pointer (by 2 or 4). location pointed to by the stack pointer pointed to by the stack pointer. Use the following data for the remaining questions in this section: word i wORD 1000h, 2000h, 3000h, 4000h,5 000h dword1 DWORD 10000h, 20000h, 30000h, 40000h 18. What is the final value of AX after this code has executed? TRACE COMPLETELY: mov esi, OFFSET word1 mov ecx,5 mov eax,100h LI: add ax, [esi add ax,16 add esi, TYPE word1 Loop LI a. F150h b. 0150h c. F016h d. 0016h
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
