Skip to main content\(
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
Section 15.11 Glossary
Glossary Glossary
- ordered set.
A data structure in which every element appears only once and every element has an index that identifies it.
- stream.
A data structure that represents a “flow” or sequence of data items from one place to another. In C++ streams are used for input and output.
- accumulator.
A variable used inside a loop to accumulate a result, often by getting something added or concatenated during each iteration.
Reading Questions Reading Questions
1.
Match each phrase with the corresponding definition by dragging the phrase into the appropriate box.
Try again!
- ordered set
- a data structure in which every element appears only once and every element has an index that identifies it
- stream
- a data structure that represents a “flow” or sequence of data items from one place to another. In C++ streams are used for input and output
- accumulator
- a variable used inside a loop to accumulate a result, often by getting something added or concatenated during each iteration.
You have attempted
of
activities on this page.