retagged by
412 views

1 Answer

1 votes
1 votes

Indexing concept related to the array data structure used to access the elements.

Index addressing mode is used to access an array whose elements are in successive memory locations. By incrementing or decrementing the index register different elements of the array can be accessed.

So option D is correct.

Addressing Modes

edited by
Answer:

Related questions

1 votes
1 votes
1 answer
1
gatecse asked Dec 9, 2020
653 views
Which of the following is a correct time complexity to solve the $0/1$ knapsack problem where $n$ and $w$ represents the number of items and capacity of knapsack respecti...
1 votes
1 votes
1 answer
3
gatecse asked Dec 9, 2020
402 views
In an undirected graph, if we add the degrees of all vertices, it is:oddevencannot be determinedalways $n+1,$ where $n$ is number of nodes