____ text is an attribute of the image tag that describes the image in words.

A. Detailed
B. Description
C. Picture
D. Alternate


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following functions can be invoked by an object of class D?

Consider the class inheritance. ``` class B { public: B(); B(int nn); void f(); void g(); private: int n; }; class D: public B { public: D(int nn, float dd); void h(); private: double d; }; ``` a) f() b) g() c) h()

Computer Science & Information Technology

A relationship between classes where one class automatically obtains the functions of another class is called:

A. composition B. inheritance C. polymorphism D. virtual

Computer Science & Information Technology

The ____ assists you in creating a graphic because you can direct your attention to developing and editing the message without being concerned with the actual graphic.

A. Slide Pane B. Text Pane C. Notes Pane D. none of the above

Computer Science & Information Technology

A function _________ enables a single function to be defined to perform a task on many different data types.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology