Home » Computer Organization and Architecture » Computer organization and architecture miscellaneous » Question

Computer organization and architecture miscellaneous

Computer Organization and Architecture

  1. Match each of the high level language statements given on the left hand side with the most natural addressing mode from those listed on the right hand side.

    1. P - 3, Q - 2, R - 1
    2. P - 1, Q - 3, R - 2
    3. P - 2, Q - 3, R - 1
    4. P - 1, Q - 2, R - 3
Correct Option: C

(c) is the answer
A [i] = B [i]; Indexed addressing
While [*A + +]; Auto increment
temp = *x; Indirect addressing.



Your comments will be displayed only after manual approval.