The accompanying figure features a(n) ____ inserted in the home page.

A. Flash movie
B. Director file
C. Shockwave file
D. MP3 file


Answer: A

Computer Science & Information Technology

You might also like to view...

Which statement is false?

a. A linked list is a linear collection of self-referential class objects called nodes connected by reference links. b. A linked list is appropriate when the number of data elements to be represented in the data structure is unpredictable. c. A linked list is a fixed-size data structure. d. By convention, the link reference in the last node of a list is set to null to mark the end of the list.

Computer Science & Information Technology

The stack peek operation

A) checks a stack to see if there are any elements in it B) removes and returns an item from the stack C) returns the item at the top of the stack, but does not remove it D) adds a single item to the stack

Computer Science & Information Technology

In the statement x= (a + b) * (c + e) which is the first operation that is performed when this C++ statement is executed?

A. a + b B. b * c C. a + b * c D. x = a

Computer Science & Information Technology

The bookmark feature is located on this tab

A. Home B. Insert C. Layout D. Review

Computer Science & Information Technology