What type of HTML list would be good to use to display a list of terms and their definitions?
a. bullet list
b. ordered list
c. unordered list
d. description list
d. description list
You might also like to view...
A linked list has the functions insertAtFront, removeFromFront, insertAtBack and removeFromBack, which perform operations on nodes exactly as their names describe. Which two functions would most naturally model the enqueue and dequeue operations, respectively, of a queue?
a. insertAtBack and removeFromBack. b. insertAtBack and removeFromFront. c. removeFromFront and insertAtFront. d. removeFromFront and insertAtBack.
____ an image is a basic task in which you define an area of an image that you want to keep and then discard the remainder of the image.
A. Paring B. Selecting C. Cropping D. Cutting
Declaring a method final means:
a. it will prepare the object for garbage collection. b. it cannot be accessed from outside its class. c. it cannot be overloaded. d. it cannot be overridden.
Four main video codecs are in wide use on the web today: Flash, Theora, VP8, and VP9. _________________________
Answer the following statement true (T) or false (F)