?A ___________ is text or a graphic that, when clicked, "jumps" the viewer to a different location or program.

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


Hyperlink

Computer Science & Information Technology

You might also like to view...

An argument type followed by a(n) in a method’s parameter list indicates that the method receives a variable number of arguments of that particular type.

a. square brackets ([]) b. ellipsis (...) c. varargs keyword d. All of the above are acceptable to indicate a variable number of arguments.

Computer Science & Information Technology

____ affects the performance of specific tasks.

A. Awareness B. Incentive C. Motivation D. Training

Computer Science & Information Technology

A _______________color scheme consists of three colors that are equidistant on the color wheel.

a. tetradic b. analogous c. complementary d. triadic

Computer Science & Information Technology

Which of the following is not a format for sending messages between classes on a sequence diagram?

A) message Name( ) B) message Name(parameter 1, parameter 2 ) C) message Name( parameter 1 : return Value, parameter 2 : return Value) D) message Name( parameter Type : parameter Name(default Value))

Computer Science & Information Technology