The item marked 1 in the accompanying figure is a ____.

A. Drawing box
B. Text box
C. Comment box
D. None of the above

Answer: B

Computer Science & Information Technology

You might also like to view...

Suppose we have the following definition:

vector vec, vec1; //use push_back to put 10 values into vec vector::iterator p = vec.begin(); vector::const_iterator q = vec.begin(); Which of the following expressions is not legal? Treat the effect of these as non-cumulative. A) *p = 1; B) *q = 1; C) p = vec.end (); D) q = vec1.end(); A, C, D

Computer Science & Information Technology

Before you add a new email account in Outlook, you must have an account set up with a(n) ____________________ that is different from any other account already set up in Outlook.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology