Computers and Technology

Suppose we want EAX to contain the sum of the dword1 array when the following (incomplete) code finishes executing: mov edi, OFFSET dword1
mov ecx, LENGTHOF dword
?
?
?
loop Ll
Which of the following choices would best fill in lines 3, 4, and 5 above?
a. mov eax, [edi]
L1: add eax, dword1
add edi,
b. mov eax,0 4:
L1: add eax, ledi
add edi, TYPE dword1
c. mov eax,
LI: add eax, [edi 5:
add edi,
d. mov DWORD PTR [edi),
LI: add eax, [edi]
add edi, TYPE dword1

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 21:50, IdkHowToDoMath
Given int variables k and total that have already been declared, use a while loop to compute the sum of the squares of the first 50 counting numbers, and store this value in total. thus your code should put 11 + 22 + 33 + + 4949 + 50*50 into total. use no variables other than k and total.
Answers: 2
image
Computers and Technology, 22.06.2019 22:00, lgary9462
Perform the following tasks: a. create a class named testclass that holds a single private integer field and a public constructor. the only statement in the constructor is one that displays the message “constructing”. write a main()function that instantiates one object of the testclass. save the file as testclass. cpp in the chapter 08 folder. run the program and observe the results. b. write another main()function that instantiates an array of 10 testclass objects. save the file as test class array. c . run this program and observe the results.
Answers: 1
image
Computers and Technology, 23.06.2019 12:10, jefersina16
2. fabulously fit offers memberships for$35 per month plus a $50 enrollmentfee. the fitness studio offersmemberships for $40 per month plus a$35 enrollment fee. in how many monthswill the fitness clubs cost the same? what will the cost be?
Answers: 1
image
Computers and Technology, 24.06.2019 02:10, sIatt
Consider the usual algorithm to convert an infix expression to a postfix expression. suppose that you have read 10 input characters during a conversion and that the stack now contains these symbols: (5 points) | | | + | | ( | bottom |_*_| now, suppose that you read and process the 11th symbol of the input. draw the stack for the case where the 11th symbol is
Answers: 2
Do you know the correct answer?
Suppose we want EAX to contain the sum of the dword1 array when the following (incomplete) code fini...

Questions in other subjects: