__________ is when the increment or decrement of the index register after each reference to it is done automatically as part of the same instruction cycle.

Fill in the blank(s) with the appropriate word(s).


Autoindexing

Computer Science & Information Technology

You might also like to view...

To start Windows 8, press the power button on your computer, and in a few seconds you will see the _____ Screen, which displays a colorful photo along with the date and time.

A. Start B. Lock C. Login D. Welcome

Computer Science & Information Technology

Which of the following are vector member functions studied in this chapter?

a. push_back(baseTypeObject) puts object on the back of the vector b. indexing, like an array, with index values 0 to size( ) -1 c. a constructor that takes an int argument and constructs a vector of that many base type default constructed elements. d. size( ) tells how many base type objects have been inserted e. reserve(newReserve) to tell a vector to change the capacity.

Computer Science & Information Technology

Select the code below that uses CSS to configure a background color of #eaeaea for a web page.

a. body {background-color:#eaeaea; } b. document {background-page:#eaeaea; c. body {bgcolor:#eaeaea; } d. None of the above

Computer Science & Information Technology

In a class, all members are ____________ by default

a. public b. private c. global d. all of the above

Computer Science & Information Technology