A movable and resizable container for text or graphics is a(n) ________

Fill in the blank(s) with correct word


text box

Computer Science & Information Technology

You might also like to view...

A class-scope variable hidden by a block-scope variable can be accessed by preceding the variable name with the class name followed by:

a. :: b. : c. . d. ->

Computer Science & Information Technology

The minimum number of times a loop can iterate is

a. 1 b. 5 c. 0 d. -1

Computer Science & Information Technology

When the layers are locked, the mask layer object is not visible,

A. mask B. masked C. both a. and b. D. neither a. nor b.

Computer Science & Information Technology

Match each term with the correct statement below.

A. A two-dimensional array that has rows of different lengths B. A popularly known sorting method C. Use them with the class name without instantiating an object D. Two or more columns of values E. Adds an item to the end of an ArrayList F. A programmer-created data type with a fixed set of values G. Alters an item at a specified ArrayList location H. Arrays with more than one dimension I. A package containing the Arrays class J. Placing objects in order beginning with the lowest value K. Assigns the specified value to each element of the specified array L. Two-dimensional array M. The size can change during program execution N. A data type for which only appropriate behaviors are allowed. O. Can be pictured as a column of values

Computer Science & Information Technology