All architecture-specific code resides in the ________, and hardware-specific code that might differ between systems of the same architecture resides in the ________.
a) HAL; executive
b) microkernel; HAL
c) executive; HAL
d) HAL; microkernel
b) microkernel; HAL
You might also like to view...
What happens if the coordinates of your tags in an image map overlap?
A. the first tag is used B. the last tag is used C. the tag used is selected arbitrarily D. the overlapping tags are ignored
When testing an Alice world, the speed slider control, in the playing world window, can be used to speed things up a bit.
Answer the following statement true (T) or false (F)
An Access object that simplifies entering, modifying, and deleting table data.
What will be an ideal response?
A Stack interface is defined and has an isEmpty() abstract method. What should this method return?
a) an int representing the number of items in the stack b) a double representing the average of the values of the items in the stack c) a String representing the contents of the items in the stack. d) a boolean value representing whether the stack is empty or not. e) the item that is at the top of the stack