__________ ensures that only code, data, or stack segment descriptors are used and that they are used as intended.

a. Limit checking
b. Type checking
c. Memory protecting
d. MMX technology

b. Type checking

Computer Science & Information Technology

You might also like to view...

MC A______typically stores a sequence of heterogeneous data.

a) tuple. b) list. c) map. d) None of the above.

Computer Science & Information Technology

Match each term with the correct statement below.

A. The parent class of Exception B. Constructs a new exception with the specified detail message C. Object-oriented techniques to manage errors D. A language feature designed to make it harder to write bad code E. A process that is crucial to an organization F. Constructs a new exception with the specified cause and a detail message of cause.toString() G. Applications designed so that they continue to operate when some part of the system fails H. Should always be true if the program is working correctly I. A block of code you attempt to execute while acknowledging that an exception might occur J. Errors occurring during program exceution K. List of methods called during program execution L. Exceptions the programmer is not required to handle M. Any process crucial to an organization N. Indicates that a different method will catch the exception O. Language elements that make programming easier

Computer Science & Information Technology