AutoDelete is an option for boxes that specifies whether a box is automatically deleted when its contents are edited.
AutoItalicWords is an option for Cell that gives a list of words that should automatically be put in italics when they are entered.
BaseForm[expr, n] prints with the numbers in expr given in base n.
BitLength[n] gives the number of binary bits necessary to represent the integer n.
CellEpilog is an option for Cell which gives an expression to evaluate after each ordinary evaluation of the contents of the cell.
CellOpen is an option for Cell that specifies whether the contents of a cell should be explicitly displayed.
CellProlog is an option to Cell that gives an expression to evaluate before each ordinary evaluation of the contents of the cell.
ColorData["scheme"] gives a function that generates colors in the named color scheme when applied to parameter values. ColorData["scheme", " property"] gives the specified ...
CopyFile["file_1", "file_2"] copies file_1 to file_2.
DefaultDuplicateCellStyle is a notebook option that specifies the default style to use for cells created by automatic duplication of other cells in the notebook.