Choose the sentence with the correct comma usage from the following set of sentences.?

A. ?The president said "Quarterly sales have exceeded our projections." (No commas)
B. ?The president said, "Quarterly sales, have exceeded our projections."
C. ?The president said, "Quarterly sales have exceeded our projections."


Answer: C

Computer Science & Information Technology

You might also like to view...

When searching for a node in a linked list to remove, we use a loop to move a pointer through the list. We want the pointer to stay one node in front of the node we wish to remove because:

A. we have to link the node to remove to the node in front of it B. we have to link the node in front of the node to remove to the node after the node to remove (if there is one) C. if we did not, there would be memory leak for the node in front of the node to remove D. we cannot free the node to remove if the pointer is pointing to it

Computer Science & Information Technology

A(n) ____ connection is a high-speed, digital, always-on Internet access technology that uses phone lines to transport data.

A. dial-up B. DSL C. ISP D. ISDN

Computer Science & Information Technology

To open the Attachments dialog box, you ________

A) right-click the paperclip icon B) point to the paperclip icon and press F2 C) click the paperclip icon D) double-click the paperclip icon

Computer Science & Information Technology

Which type of content control displays a box that can be selected or cleared?

A) Drop-Down List B) Option Button C) Check Box D) Date Picker

Computer Science & Information Technology