Consider the linear array BBB[100] where lower bound is -10.
Suppose Base (BBB) = 300 and w = 4 words per memory cell for BBB. Find the
address of BBB [-10], BBB [0] and BBB [15].
1
Expert's answer
2020-12-13T22:56:25-0500
Using the formula: LOC(BBB[k]) = Base(BBB)+w(K-LB)
Comments
Leave a comment