A _________ is an object that contains text.?
?A. text bar
B. text box
C. text tile
D. text pane

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


text box

Rationale: A text box is an object that contains text. Once you enter text into a text placeholder, it is no longer a placeholder and becomes an object called a text box. See 20-1: Creating a Presentation

Computer Science & Information Technology

You might also like to view...

Java was originally developed for:

a. Operating systems development. b. Intelligent consumer devices. c. Personal computers. d. Distributed computing.

Computer Science & Information Technology

If you write an overloaded operator function for a class (for a binary operator), where the left operand is not an object, the function heading of the overloaded operator function in the class implementation file does not include the class name followed by the double colon (::) because:

A. the class name followed by the double colon tells the compiler that the function prototype that corresponds to this function definition is found within that class definition, and the function prototype would appear beneath the class definition B. it is never necessary to do this for overloaded operator functions of classes C. the overloaded operator function belongs to the class already D. the right operand cannot be an object of the class either

Computer Science & Information Technology

The __________ access specifier permits class members to be accessed by statements both outside the class and outside the assembly.

a. Public b. Protected c. Private d. Friends

Computer Science & Information Technology

In a ____ relationship, a record in one table can be related to several records in another table and vice versa.

A. one-to-one B. one-to-many C. many-to-many D. many-to-one

Computer Science & Information Technology