Which of the following is allowed in the name of a bookmark?

A) Space
B) Capital letter
C) Special character
D) Hyphen


B

Computer Science & Information Technology

You might also like to view...

Given the following pseudocode variable declaration, which of the statements shown would return True?

``` Declare String lunch = "Spaghetti is stringy!" ``` a. isLower(stringy) b. isLower(lunch[0]) c. isLower(lunch[3])] d. isWhiteSpace(lunch[10])

Computer Science & Information Technology

To play a ____ file in a web page, users must have the Flash Player plug-in.

A. .fla B. .swf C. .fls D. .swa

Computer Science & Information Technology

Assuming a hire date of 7/31/2016, which of the following would be the correct DatePart Function for the correct day of the week?

A) DatePart("y",[HireDate]) B) DatePart("m",(HireDate]) C) DatePart("ww",([HireDate]) D) DatePart("w",[HireDate])

Computer Science & Information Technology

Goal Seek is part of a suite of data tools used for ________

Fill in the blank(s) with correct word

Computer Science & Information Technology