What is a field or block of text used to determine the position of objects in a document?

A) Template
B) Placeholder
C) Text box
D) Drawing canvas


B

Computer Science & Information Technology

You might also like to view...

Case-Based Critical Thinking QuestionsCase 2Libby is designing a new form in Access 2013. She has just figured out how to use form events to maximum advantage in the design of her new form. When her form closes, Libby wants to launch an informational MessageBox with the following statement, “Thank you for using this form to add records to the database, or to update existing records.” What event will allow Libby to trigger this MessageBox action?

A. On Close B. On Deactivate C. On Unload D. On Delete

Computer Science & Information Technology

This switch statement should determine whether an int is even or odd. Find the error(s) in the following code:

``` 1 switch ( value % 2 ) 2 { 3 case 0: 4 outputJTextField.setText( "Even Integer" ); 5 6 case 1: 7 outputJTextField.setText( "Odd Integer" ); 8 break; 9 10 } // end switch ```

Computer Science & Information Technology

If you activate the ____________________ button (the link icon) between the W and H text boxes, any change you make to one will automatically be made to the other.

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

Computer Science & Information Technology

A feature of Windows XP that allows you to start more than one program at a time is:

A) multi-windowing. B) multiprogramming. C) multi-menus. D) multitasking.

Computer Science & Information Technology