Which of the following is not true about creating comments?

A) When the speech callout icon is clicked, a Comments pane is displayed.
B) Comments appear in notes boxes that look like speech callouts you might see near a person's mouth in a comic strip.
C) The Comments pane shows the names of the commenters along with their messages, when the comment was made, and possibly their photo if they were logged in to a Microsoft Account.
D) Comments are short notes explaining your thoughts.


B

Computer Science & Information Technology

You might also like to view...

Inserting a new node at the beginning of the linked list is faster than inserting a new node at the end of the list (assuming there is no pointer to the end of the list) because:

A. the beginning of the linked list is less complicated than the end of the linked list B. inserting at the beginning doesn’t require a loop, and it can be done in O( 1 ) time; inserting at the end requires a loop and is done in O( n ) time C. if you insert at the end, all of the nodes must be slid one place to the left; if you insert at the beginning, you just insert D. the operating system can quickly access the address at the beginning of the linked list; the address at the end of the linked list is likely to be high, and the operating system will spend a lot of time trying to figure out what it is

Computer Science & Information Technology

Provide steps in Examining a Telnet Session with Wireshark

You will use Wireshark to capture and view the transmitted data of a Telnet session.

Computer Science & Information Technology

The ____ Reporting window specifies the information that you want to send to Microsoft that will help improve SQL Server.

A. Improvement B. Suggestions C. Events and Concerns D. Error and Usage

Computer Science & Information Technology

A ____ is typically used to enable one- or two-way access between a Windows Server domain within a forest and a realm of UNIX/Linux computers.

A. realm trust B. transitive trust C. shortcut trust D. linear trust

Computer Science & Information Technology