You can use a(n) ____ to visually separate related controls from other controls on the form.
A. radio button
B. check box
C. group box
D. icon area
Answer: C
Computer Science & Information Technology
You might also like to view...
An SQL statement that defines the criteria that should be applied when a query is run
a. WHERE clause b. WHEN clause c. WHAT clause
Computer Science & Information Technology
Which of the following initializer lists would correctly set the elements of array n?
a) int[] n = {1, 2, 3, 4, 5}; b) array n[int] = {1, 2, 3, 4, 5}; c) int n[5] = {1; 2; 3; 4; 5}; d) int n = new int(1, 2, 3, 4, 5);
Computer Science & Information Technology
____ is not a relational operator.
A. == B. > C. != D. ||
Computer Science & Information Technology
You use the data adapter object to populate the data reader object.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology