16 which of the following call instructions writes the contents of eax to standard o 5347120

16. Which of the following CALL instructions writes the contents of EAX to standard output as a signed decimal integer?

a. call WriteInteger

b. call WriteDec

c. call WriteHex

d. call WriteInt

17. Which of the following code sequences assigns the value 10h to EBX?

a.

mov  edx,20h

push edx

mov  ecx,10h

push ecx

pop  ebx

pop  edx

b.

mov  ecx,10h

mov  edx,20h

push ecx

push edx

pop  ebx

pop  edx

c.

push 20h

mov  ecx,10h

push ecx

pop  eax

pop  ebx

d.

push 30h

push 10h

push 20h

pop  edx

pop  ebx

pop  eax

18. 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. top-down design

d. object-oriented design

"Get 15% discount on your first 3 orders with us"
Use the following coupon
FIRST15

Order Now