A selection structure allows you to teach the computer how to make decisions.
Answer the following statement true (T) or false (F)
True
You might also like to view...
A(n) ________ provides unique identification for each item or record in the table
A) report B) field C) form D) primary key
Freezing rows and/or columns
A) enables you to adjust settings to control how the worksheet will print. B) indicates where data starts on a new printed page. C) keeps them visible as you scroll through a worksheet. D) collects structured, related data in columns and rows.
The ASCII character set is a(n) ____________________ of the Unicode character set.
Fill in the blank(s) with the appropriate word(s).
Assuming vecList is a vector container, the expression ____ deletes all elements from the container.
A. vecList.erase(position) B. vecList.erase(beg, end) C. vecList.clear() D. vecList.erase(all)