Context
(Built-in Mathematica Symbol) Context[] gives the current context. Context[symbol] gives the context in which a symbol appears.
Contexts[] gives a list of all contexts. Contexts["string"] gives a list of the contexts that match the string.
DisplayAllSteps is an option to Animate and related functions that specifies whether all frames should be displayed in an animation, even if to do so would slow the animation ...
Expression is a symbol that represents an ordinary Mathematica expression in Read and related functions.
FileByteCount["file"] gives the number of bytes in a file.
FileType["file"] gives the type of a file, typically File, Directory, or None.
GeneratedCell is an option for Cell that indicates whether the cell was generated from the kernel.
ImageAspectRatio[image] gives the ratio of height to width for image.
NameQ
(Built-in Mathematica Symbol) NameQ["string"] yields True if there are any symbols whose names match the string pattern given, and yields False otherwise.
NumberString represents the characters of a number in StringExpression.