A hyperlink jumps to a ____.

A. source
B. target
C. webpage
D. dialog box


Answer: B

Computer Science & Information Technology

You might also like to view...

When using the String class's trim method, a __________ cannot be trimmed.

a. space b. tab c. semicolon d. newline

Computer Science & Information Technology

The output from the following code is __________.

``` java.util.ArrayList list = new java.util.ArrayList(); list.add("New York"); java.util.ArrayList list1 = list; list.add("Atlanta"); list1.add("Dallas"); System.out.println(list1); ``` a. [New York] b. [New York, Atlanta] c. [New York, Atlanta, Dallas] d. [New York, Dallas]

Computer Science & Information Technology

Which of the following regarding to calculating physical volume is FALSE?

A) If the item is not a perfect rectangle, take the average width and length. For example, if the object is 6 inches at its widest point and 2 inches at its narrowest point, use 4 inches for the width. B) If you take your measurements in inches, your final calculation will be in cubic inches. If you take them in centimeters, your final calculation will be in cubic centimeters, and so on. C) The basic formula for calculating volume is length*width*depth. D) If you are wrapping the item in bubble wrap, take your measurements before it is wrapped.

Computer Science & Information Technology

To allow all changes to a document, you press the Accept button arrow and click ________

Fill in the blank(s) with correct word

Computer Science & Information Technology