The character that separates tokens is known as a(n) ____________.

a. sentinel
b. article
c. delimiter
d. separator


Answer: c. delimiter

Computer Science & Information Technology

You might also like to view...

What is the first step to creating an image in PHP?

a. drawing shapes or printing text b. creating a canvas image c. outputting the graphic d. cleaning up resources

Computer Science & Information Technology

After using a pen to write a note on the notebook page, what do you do?

A) Use your finger on a touch screen to select the note. B) Click the pen again to select the note. C) Click Lasso Select to select the note. D) Use the stylus to select the note.

Computer Science & Information Technology

? May has experience developing applications using XSLT 1.0, and would like to take advantage of some of the added features of XSLT 2.0 in developing a new application. She comes to you for help implementing some of these new features. May has heard that XPath 2.0 allows an application to retrieve data from multiple document sources. She would like to be able to retrieve data from all XML files in the same folder as the current style sheet. You suggest she use the function _____ to enable this situation.

A. ?collection('/?select=*.xml') B. ?document('.?select=*.xml') C. ?collection('.?select=*.xml') D. ?document('/?select=*.xml')

Computer Science & Information Technology

Text enclosed in /* */ in a C program _________.

a. gives instructions to the processor b. declares memory requirements c. makes files available d. causes a syntax error e. is ignored by the C compiler

Computer Science & Information Technology