On an Intel machine, when a program references a __________ address, the processor’s segmentation mechanism translates it into a __________ address.

a. real/virtual
b. virtual/real
c. logical/physical
d. physical/logical


c. logical/physical

Computer Science & Information Technology

You might also like to view...

Which two-statement sequence is equivalent to this three-statement sequence?

x = y * 10; y = y + 1; z = z * (y + 5); a. y *= 10; z = y ++ 5; b. x = y * 10 + 1; z = ++y + 5 * z; c. x = y + 1 * 10; z = z * y + 5; d. x = y++ * 10; z *= y + 5;

Computer Science & Information Technology

Which of the following complexity measures is the most efficient?

a) O() b) O() c) O(n log n) d) O(n) e) O(1)

Computer Science & Information Technology

Uniform Resource Location (URL)

A naming scheme is said to allow location transparency[26] if the scheme allows objects to be addressed without explicit knowledge of their physical location. For example, the U.S. phone number system is location transparent, as a caller does not need to know the whereabouts of the callee when dialing up. The U.S. postal address system, on the other hand, does not allow location transparency, since you must address the recipient with his/her physical address (excluding postal office boxes, that is). Consider each of the following naming schemes. For each, determine if it is location transparent? Justify your answer.

Computer Science & Information Technology

A field ________ is a property that must be met before an entry can be accepted into the field

Fill in the blank(s) with correct word

Computer Science & Information Technology