subject

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.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:00
Which action is good business etiquette? a. switching your cell phone off before you enter a meeting b. keeping your cell phone on low volume before you enter a meeting c. setting a pleasant ring tone on your cell phone before you enter a meeting d. setting a standard ringtone on your cell phone before you enter a meeting
Answers: 1
question
Computers and Technology, 23.06.2019 22:30
Lakendra finished working on her monthly report. in looking it over, she saw that it had large blocks of white space. what steps could lakendra take to reduce the amount of white space?
Answers: 3
question
Computers and Technology, 24.06.2019 08:00
Can someone work out the answer as it comes up in one of my computer science exams and i don't understand the cryptovariables
Answers: 1
question
Computers and Technology, 24.06.2019 12:00
Match the function to its purpose. fast worth 50pts.
Answers: 1
You know the right 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
Questions on the website: 13722360