Computers and Technology

Suppose that you are working with a cisc machine using a 1.7 ghz clock (i. e., the clock ticks 1.7 billion times per second). this particular computer uses masm-like instructions with the following timings: add reg, mem 4 clock cycles (i. e., the add micro-program has 4 instructions)add reg, immed 3 clock cyclesloop label 5 clock cyclessuppose that the following code fragment is used to sum elements of a numeric array. for this problem, assume that memory limitations are non-existent and that there is no limit to the size of the array. mov bx, 0 ; initialize sum mov ecx, max_size ; initialize loop counter mov esi, offset list ; initialize array pointermore: add bx, esi ; add current list element add \textrm{6}, 2 ; move array pointer to next element loop more ; auto-decrement ecx, jump to more if ecx ≠ 0after initialization, how many array elements can be processed in 2.1 ms? round your answer to the nearest integer.

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 24.06.2019 00:40, dheydar3506
What is the error in the following pseudocode? module main() call raisetopower(2, 1.5) end module module raisetopower(real value, integer power) declare real result set result = value^power display result end module
Answers: 1
image
Computers and Technology, 24.06.2019 02:10, trint5952
Aspeed limit sign that says "night" indicates the legal speed between sunset and sunrise.
Answers: 2
image
Computers and Technology, 24.06.2019 15:30, jhony70
What type of forensic evidence was recovered during the bomb set off at the new mexico facility on the video that was similar to the evidence obtained at the boston bombings and how did the evidence allow the researchers to connect other pieces of evidence to the same bomb?
Answers: 2
image
Computers and Technology, 24.06.2019 17:40, maxdmontero
This assignment continues work on the online booking facility introduced at the end of chapter- 10. the work will be continued in the assignments for chapters 14 and 15 (a) assume that you will produce your online booking facility using an agile approach. i. suggest the kind of user research you would like to conduct for your product before iteration cycles begin. ii prioritize the requirements for your product according to business value, i. e which requirements are likely to provide the greatest business benefit, and sketch out the ux design work you would expect to undertake during the first four iteration cycles, i. e. cycle 0, and cycles 1 to 3. (b) using one of the mockup tools introduced above, generate a mockup of your product's landing page, as developed in the assignment for chapter-11 (c) using one of the patterns websites listed previously, identify suitable interaction patterns for elements of your product, and develop a software-based prototype that incorporates all the feedback and the results of the user experience mapping achieved at the end of chapter-11. if you do not have experience in using any of these, create a few html web pages to represent the basic structure of your website
Answers: 2
Do you know the correct answer?
Suppose that you are working with a cisc machine using a 1.7 ghz clock (i. e., the clock ticks 1.7 b...

Questions in other subjects:

Konu
Mathematics, 22.10.2019 01:00