A set of controls grouped together in a form or report that allows manipulation of the set of controls as a single control is a(n) ____________________.

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


control layout

Computer Science & Information Technology

You might also like to view...

Which of the following is an invalid definition?

a. string sa = "computers"; b. string sb{"computers"}; c. string sc{"c"3}; d. string sd{9, 'c'};

Computer Science & Information Technology

Write an SQL statement (for the database schema given in Exercise 5.22) to ?re all brokers who lost money in at least 40% of their accounts. Assume that every broker has at least one account. (Hint : De?ne intermediate views to facilitate formulation of the query.)

What will be an ideal response?

Computer Science & Information Technology

In a ____ loop, a counter is used to control the number of loop iterations.

A. variable-condition B. discrete C. fixed-count D. default

Computer Science & Information Technology

Inserting and removing items from an array are called ____ time operations.

A. constant B. linear C. quadratic D. exponential

Computer Science & Information Technology