With segmentation, programs are divided into independently addressed segments and stored in __________ memory
a. real
b. contiguous
c. noncontiguous
d. virtual
c. noncontiguous
Computer Science & Information Technology
You might also like to view...
What is the role of a “controller” in Figure 1.8?
What will be an ideal response?
Computer Science & Information Technology
Select all that apply. Using C++11: Which of the following can be used to initialize an integer variable named dozen with the value of 12?
a. int dozen = 12; b. int dozen(12); c. int dozen = {12}; d. int dozen = (12); e. int dozen {12};
Computer Science & Information Technology