BipartiteGraphQ[g] yields True if the graph g is a bipartite graph and False otherwise.
CellFrame is an option for Cell which specifies whether a frame should be drawn around a cell.
CellGroupData[{cell_1, cell_2, ...}] is a low-level construct that represents an open group of cells in a notebook. CellGroupData[{cell_1, cell_2, ...}, 1] represents a cell ...
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 ...
ColorCombine[{image_1, image_2, ...}] creates a multichannel image by combining the sequence of channels in the image_i. ColorCombine[{image_1, image_2, ...}, colorspace] ...
CurveClosed is an option for JoinedCurve that specifies whether individual curve components should be closed curves.
EmitSound[snd] emits the sound snd when evaluated. EmitSound[{snd_1, snd_2, ...}] emits each of the sounds snd_i in sequence.
EmptyGraphQ[g] yields True if g is an empty graph and False otherwise.
Enabled
(Built-in Mathematica Symbol) Enabled is an option for objects such as Slider that specifies whether the objects should be enabled for interactive manipulation.
FindClique[g] finds a clique with maximum number of vertices in the graph g.