Underoverscript[x, y, z] is an object that formats as x_y^z.
Underscript[x, y] is an object that formats as UnderscriptBox[x, y].
VerifyConvergence is an option to Sum, NSum, and similar functions that specifies whether convergence checking should be done.
WindowFrame is a notebook option that specifies the type of frame to draw around the window in which the notebook is displayed on the screen.
WordSeparators is an option for Read, Find, and related functions that specifies the list of strings to be taken as delimiters for words.
XMLElement[tag, {attr_1 -> val_1, ...}, {data_1, ...}] represents an element in symbolic XML.
$BatchOutput is True if output in the current session is being sent in batch mode, suitable for reading by other programs.
$ByteOrdering gives the native ordering of bytes in binary data on your computer system.
$DateStringFormat gives the default format to use for date strings generated by DateString.
$FrontEnd is a global variable that specifies to what front end object, if any, the kernel is currently connected.