?Identify the letters of the choices that best match the phrases or definitions.
A. ?Repeats the image in both vertical and horizontal directions until the entire background is filled
B. ?The default direction for a linear color gradient
C. ?Linked to different URLs through information provided in an image map
D. ?Displayed behind a content with a message that the content element is copy-righted
E. ?The default shape for a radial color gradient
A. ?Tiling
B. ?Vertical
C. ??Hotspots
D. ?Watermarks
E. Ellipse
You might also like to view...
Sorting a preexisting sequence of n elements can be accomplished with the heapsort algorithm by:
a. Calling make_heap on the entire sequence and then calling pop_heap on the entire sequence n times. b. Calling push_heap on the entire sequence n times and then calling pop_heap on the entire sequence n times. c. Calling make_heap on the entire sequence and then calling sort_heap on the entire sequence. d. Calling push_heap on the entire sequence n times and then calling sort_heap on the entire sequence.
The fact that class Graphics is abstract contributes to Java’s portability because ________.
a. drawing is performed differently on every platform that supports Java. A subclass of Graphics must be created that uses the drawing capabilities of the current platform. b. objects of non-abstract classes can only be instantiated on the Windows platform. c. drawing should not be performed on non-Linux platforms. d. Class Graphics is not abstract.