Page 1 of 1

8.11 Suppose the program statement for(i=1;i6= n;i+) a[i] = b[i] + c[i]; is executed in a memory with page size of 1000

Posted: Tue May 24, 2022 8:38 am
by answerhappygod
8 11 Suppose The Program Statement For I 1 I6 N I A I B I C I Is Executed In A Memory With Page Size Of 1000 1
8 11 Suppose The Program Statement For I 1 I6 N I A I B I C I Is Executed In A Memory With Page Size Of 1000 1 (69.47 KiB) Viewed 32 times
8.11 Suppose the program statement for(i=1;i6= n;i+) a = b + c; is executed in a memory with page size of 1000 words. Let n = 1000. Using a machine that has a full range of register-to-register instructions and employs index registers, write a hypothetical program to implement the foregoing statement. Then show the sequence of page references during execution.