A table of figures is a list of all the ____________________ for tables, charts, pictures, graphics, and equations in a document.
Fill in the blank(s) with the appropriate word(s).
captions
You might also like to view...
Given the following class and array declaration, how would you print out the age of the 10th person in the array?
class personClass { public: void setAge(int newAge); void setGender( char newGender); void setSalary(float newSalary); int getAge(); char getGender(); float getSalary(); private: int age; char gender; float salary; }; personClass people[100]; a. cout << people[10]; b. cout << people[9]; c. cout << people[9].age; d. cout << people[9].getAge();
To widen a column to fit the cell content of the widest cell in the column, the user should utilize
A) AutoComplete. B) AutoSum. C) Auto Fill. D) AutoFit.
Rank the following from smallest capacity to largest capacity:I.terabyteII.gigabyteIII.kilobyteIV.megabyteV.petabyteA.largestB.second largestC.third largestD.fourth largestE.fifth largest
Fill in the blank(s) with the appropriate word(s).
A _____ maps a high-level language into machine language constructs.
Fill in the blank(s) with the appropriate word(s).