What is an em dash?

A) a long dash that marks a break in thought
B) a key on the keyboard located in the upper-left corner
C) it is another name for a dash
D) it is equal to three dashes

A

Computer Science & Information Technology

You might also like to view...

What is the error message when you attempt to use a cell that has been deleted as a function argument?

A) #NPV? B) #NAME? C) #REF! D) #N/A

Computer Science & Information Technology

Which of the following statements is false?

a. The javac command can compile multiple classes at once; simply list the source-code filenames after the command with each filename separated by a comma from the next. b. If the directory containing the app includes only one app’s files, you can compile all of its classes with the command javac *.java. c. The asterisk (*) in javac *.java indicates that all files in the current directory ending with the filename extension “.java” should be compiled. d. All of the above are true.

Computer Science & Information Technology