?To break a text string into several lines, which means that the text string continues on the next line, the _____ character should be used.

A. ?forward slash
B. ?backslash  
C. ?colon
D. ?semicolon

Answer: B

Computer Science & Information Technology

You might also like to view...

A For...Next loop with a positive step value continues to execute until what condition is met?

(A) The counter variable is greater than the terminating value. (B) The counter variable is equal to or greater than the terminating value. (C) The counter variable is less than the terminating value. (D) The counter variable is less than or equal to the terminating value.

Computer Science & Information Technology

A list box named lstBox has its Sorted property set to False and contains the three items Cat, Dog, and Gnu in its list. If the word Elephant is added to the list at run time, what will be its index value?

(A) 2 (B) 1 (C) 3 (D) 0

Computer Science & Information Technology