The ____ button opens a Help window.

A.
B.
C.
D.


Answer: B

Computer Science & Information Technology

You might also like to view...

Given the program, which of the following class member accesses are legal?

``` #include using namespace std;class DayOfYear{public: void input(); void output(); int month; int day;};int main(){ DayOfYear birthDay; birthDay.input(); // a) birthDay.day = 25; // b) cout << birthDay.month; // c) cout << birthDay.output(); // d) if(birthDay.month == 1) // e) cout << ```

Computer Science & Information Technology

You can use a ________ as a symbol to substitute for unknown characters in criteria

A) substitution marker B) replacement character C) wildcard D) proxy character

Computer Science & Information Technology

A file saved as a .potx file is a ________

A) slide master B) PowerPoint template C) PowerPoint handout D) slide show

Computer Science & Information Technology

A defined name provides a logical reference to:

A) functions. B) data. C) tables. D) formulas.

Computer Science & Information Technology