Question: Suppose the program statementfor(i=1; i 6=n; i ++)a [ i ]=b[i]+c[i];is executed in a memory with page size of 1,000 words. Letn = 1,000. 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.