Sharing __________ using segmentation can simplify memory management compared to paging.
a) an object
b) reentrant code
c) a dynamic array
d) all of the above
c) a dynamic array
You might also like to view...
To define an array named anArray that is capable of storing N values of type Item, you would use the general form: ____
A. ItemanArray [] = new Item [N]; B. Item anArray [] = Item [N]; C. Item [] anArray = new Item [N]; D. Item [] anArray = Item [N];
The value of a text box can include ____.
A. spaces B. special characters C. numbers D. any of the above
A(n) ____, also called an index, is a number that indicates the position of a particular item within an array.
A. indicator B. element C. subscript D. script
The feature shown in the accompanying figure provides an easy way for you to specify ____ actions for an object as you design a form.
A. baseline B. smart C. indexed D. object-oriented