When you ________, the comment will shrink in size and become greyed out

A) edit a comment
B) reply to a comment
C) delete a comment
D) mark a comment as done


D

Computer Science & Information Technology

You might also like to view...

How many items can be added into a ComboBox object?

a. 0 b. 1 c. 2 d. Unlimited

Computer Science & Information Technology

The following code fragment reads in two numbers:

``` Scanner input = new Scanner(System.in); int i = input.nextInt(); double d = input.nextDouble(); ``` What is the incorrect way to enter these two numbers? a. Enter an integer, a space, a double value, and then the Enter key. b. Enter an integer, two spaces, a double value, and then the Enter key. c. Enter an integer, an Enter key, a double value, and then the Enter key. d. Enter a numeric value with a decimal point, a space, an integer, and then the Enter key.

Computer Science & Information Technology

Which of the following is true regarding VBScript arrays?

a) VBScript arrays can be dynamically allocated. b) VBScript arrays must be declared with the upper bound specified. c) The statement ReDim is used to clear the contents of an array. d) The statement UBound is used to resize the dimension of the array.

Computer Science & Information Technology

The Recheck Document button, which resets the Spelling and Grammar checker to flag previously ignored errors, is located in the ________

A) Word Options dialog box B) Tracking group of the Review tab C) Navigation pane D) Proofing group of the Review tab

Computer Science & Information Technology