BipartiteGraphQ[g] yields True if the graph g is a bipartite graph and False otherwise.
Booleans represents the domain of Booleans, as in x \[Element] Booleans.
BoundaryStyle is an option for plotting functions that specifies the style in which boundaries of regions should be drawn.
CellDingbat is an option for Cell which specifies what dingbat to use to emphasize a cell.
CellEventActions is an option for Cell that gives a list of actions to perform when specified events occur in connection with a cell in a notebook.
CellGroup[{cell_1, cell_2, ...}] gives an open group of cells that can appear in a Mathematica notebook.CellGroup[{cell_1, cell_2, ...}, 1] gives a cell group in which only ...
CellLabelAutoDelete is an option for Cell which specifies whether a label for the cell should be automatically deleted if the contents of the cell are modified or the ...
CellPrint[expr] inserts expr as a complete cell in the current notebook just below the cell being evaluated. CellPrint[{expr_1, expr_2, ...}] inserts a sequence of cells.
ColorConvert[expr, colspace] converts color specifications in expr to refer to the color space represented by colspace.
Contours is an option for contour plots that specifies the contours to draw.