WindowMovable is a notebook option that specifies whether to allow the window for the notebook to be moved around interactively on the screen.
WindowOpacity is a notebook option that determines the overall opacity of a displayed window.
WindowStatusArea is a notebook option that specifies what should appear in the status area in the frame of the window used to display the notebook.
$Input
(Built-in Mathematica Symbol) $Input is a global variable whose value is the name of the stream from which input to Mathematica is currently being sought.
$SessionID is a number set up to be unique to a particular Mathematica session.
SQLConnectionPool[...] is an object that represents a connection pool to a data source.
SQLServerShutdown[server] shuts down an active SQLServer started in Mathematica.
JVM is the head of an expression that identifies a particular Java runtime installed into the current Mathematica session via InstallJava.
RemoteKernelOpen[spec] launches a kernel with the given specification.RemoteKernelOpen[{spec_1, spec_2, ...}] launches kernels in parallel.
CCast
(SymbolicC Package Symbol) CCast[type, obj] is a symbolic representation of a cast of obj to type.